-
Tutorial
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 18.04 server.
•
By
Mark Drake
Redis
NoSQL
Ubuntu
Ubuntu 18.04
-
Tutorial
Redis is an in-memory, key-value store known for its flexibility, performance, and wide language support. In this guide, we will demonstrate how to install and configure Redis on an Ubuntu 16.04 server. To complete th...
•
By
Justin Ellingwood
NoSQL
Redis
Ubuntu
Ubuntu 16.04
-
Tutorial
This tutorial covers the Redis Installation, some simple Redis operations, and the 5 Redis data types. Redis, developed in 2009, is a flexible, open-source, key value data store that allows users to store vast amounts...
•
By
Etel Sverdlov
NoSQL
Redis
Ubuntu
-
Tutorial
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 20.04 server.
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu
Ubuntu 20.04
-
Book
This book aims to provide an approachable introduction to Redis concepts by outlining many of the key-value store's commands so readers can learn their patterns and syntax, thus building up readers' understanding grad...
•
By
Mark Drake
Books
Databases
Redis
NoSQL
DigitalOcean Managed Redis
-
Tutorial
Redis is an open source key-value cache and storage system, also referred to as a data structure server for its advanced support for several data types, such as hashes, lists, sets, and bitmaps, amongst others. It als...
•
By
Erika Heidi
PHP
Redis
Ubuntu
-
If you are actively developing an application, using Docker can simplify your workflow and the process of deploying your application to production. This tutorial will show you how to set up a development environment f...
•
By
Kathleen Juell
Ruby on Rails
Docker
Redis
PostgreSQL
-
Whether you've installed Redis locally or you're working with a remote instance, you need to connect to it in order to perform certain operations. In this tutorial we will go over how to connect to Redis from the comm...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04
-
Tutorial
Caching data is an integral design feature when you're designing web applications with higher reads than writes. Such applications include blogs, online stores, and social media sites. In this tutorial, you'll use Red...
•
By
FRANCIS NDUNGU
Ubuntu 20.04
MySQL
Redis
PHP
Databases
-
Tutorial
This tutorial provides instructions for installing Redis on a CentOS 7 server and using its built-in security features, in coordination with some other security configurations, to keep it from being accessed by unauth...
•
By
Mark Drake
Redis
Security
Firewall
-
Redis is a key-value data store, which is a type of NoSQL database where keys serve as unique identifiers for their associated values. Any given Redis instance includes a number of databases, each of which can hold ma...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04
-
Tutorial
Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence.
This guide shows how to create a Redis cluster. By the end of this guide, we will have set up t...
•
By
Florin Dobre
Clustering
Redis
NoSQL
Ubuntu
-
Tutorial
Redis is an open-source key value store that can operate as both an in-memory store and as cache. Redis is a data structure server that can be used as a database server on its own, or paired with a relational database...
•
By
Scott Miller
WordPress
Server Optimization
Caching
Redis
LAMP Stack
Ubuntu
-
Tutorial
This tutorial shows how to implement basic security for a Redis server.
In this tutorial, you'll read how to configure the few security features Redis has, and a few other system security features that will boost the ...
•
By
finid
Security
Redis
NoSQL
Ubuntu
-
Tutorial
Benchmarking is an important practice to analyse the overall performance of servers and identify bottlenecks as well as opportunities for improvement within those systems. In this guide, we'll demonstrate how to bench...
•
By
Erika Heidi
Redis
Databases
Ubuntu 18.04
Ubuntu
-
Tutorial
If you're new to working with managed databases, the best way to perform certain tasks, like connecting to the database, may not be self-evident. In this guide, we will go over how to install client programs for a var...
•
By
Mark Drake
Databases
PostgreSQL
MySQL
Redis
Ubuntu 18.04
-
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 elemen...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04
-
When developing a Ruby on Rails application, you may find that you have application tasks that are best performed asynchronously. Processing data, sending batch emails, or interacting with external APIs are all exampl...
•
By
Kathleen Juell
Ruby on Rails
Redis
Databases
Development
-
Tutorial
This tutorial provides instructions for installing Redis on a CentOS 8 server and using its built-in security features, in coordination with some other security configurations, to keep it from being accessed by unauth...
•
By
Mark Drake
Redis
NoSQL
Databases
Firewall
CentOS 8
CentOS
-
Tutorial
Redis (Remote Dictionary Server ) is an in-memory open source software. It is a data-structure store that uses a server's RAM, which is several times faster than even the fastest Solid State Drive (SSD). This makes Re...
•
By
FRANCIS NDUNGU
PHP
Redis
Ubuntu 20.04
LAMP Stack