Skip to main content

Redis

How To Configure a Redis Cluster on Ubuntu 14.04
Tutorials Clustering NoSQL Redis Ubuntu
Introduction> Introduction # Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, pub/sub, and automatic failover, among other functionality.
How To Configure Redis Caching to Speed Up WordPress on Ubuntu 14.04
Tutorials Caching LAMP Stack Redis Server Optimization Ubuntu WordPress
Introduction> Introduction # 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 like MySQL to speed things up, as we’re doing in this tutorial.
How To Secure Your Redis Installation on Ubuntu 14.04
Tutorials NoSQL Redis Security Ubuntu
Introduction> Introduction # Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. This tutorial shows how to implement basic security for a Redis server.
How To Install and Configure Redis on Ubuntu 16.04
Tutorials NoSQL Redis Ubuntu Ubuntu 16.04
Introduction> Introduction # 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.
How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04
Tutorials PHP Redis Ubuntu
Introduction> Introduction # 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.
How To Install and Secure Redis on Ubuntu 18.04
Tutorials NoSQL Redis Ubuntu Ubuntu 18.04
Introduction> Introduction # Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install, configure, and secure Redis on an Ubuntu 18.