Como Instalar e Proteger o Redis no Ubuntu 20.04
Uma versão anterior deste tutorial foi escrita por Justin Ellingwood. O Redis é um armazenamento de dados de chave-valor na memória, conhecido pela sua flexibilidade, desempenho e amplo suporte…
Uma versão anterior deste tutorial foi escrita por Justin Ellingwood. O Redis é um armazenamento de dados de chave-valor na memória, conhecido pela sua flexibilidade, desempenho e amplo suporte…
Apache Cassandra is an open-source, masterless, and distributed NoSQL database system. Cassandra is considered highly suited for mission-critical applications and multi-node setups because it’s scalable, elastic, and fault-tolerant. In this tutorial, you’ll install and use Cassandra to run a single-node cluster on Ubuntu 22.04.
Автор выбрал Creative Commons Corporation для получения пожертвования $100 в рамках программы Write for DOnations. MongoDB —…
In Redis, a list is a collection of strings sorted by the order in which they were inserted unless otherwise specified, similar to linked lists. This tutorial details how to create lists and retrieve and delete elements from lists.
MongoDB comes installed with a variety of tools and utilities you can use to observe database performance. In this tutorial, you’ll learn how to monitor database metrics on-demand using built-in commands and tools. You’ll also become familiar with MongoDB’s database profiler which can help you detect poorly optimized queries.
This article will teach you how to set up CouchDB with ElasticSearch on an Ubuntu 13.10 VPS.
Memcached as a standalone server works as an intermediary in front of the MySQL client access layer and manages information only in the memory without an option to store it persistently. This makes it suitable for tasks such as caching the results of duplicate MySQL queries. In this article, memcached will be installed as a MySQL plugin and tightly integrated into MySQL. It will provide a NoSQL style access layer for managing information directly in regular MySQL InnoDB tables.
Uma versão anterior deste tutorial foi escrita por Melissa Anderson. O MongoDB, também conhecido como Mongo, é um banco de dados de documentos de código aberto usado comumente em…
OrientDB is a multi-model NoSQL database with support for graph and document databases. It is a Java application and can run on any operating system. It’s also fully ACID-complaint with support for multi-master replication, allowing easy horizontal scaling. In this article, you’ll install and configure the latest Community edition of OrientDB on an Ubuntu 16.04 server.
Redis ist ein In-Memory-Schlüsselwertspeicher, der für seine Flexibilität, Leistung und breite Sprachunterstützung bekannt ist. Dieses Quickstart-Tutorial zeigt, wie Sie Redis auf einem Ubuntu 20.04-Server installieren, konfigurieren und sichern.