Tag: redis

Installing and configuring Redis on Ubuntu

Redis is an in-memory data structure store, most commonly used as a database, cache and message broker. It is built to support data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, and more. This tutorial will show you how to properly setup Redis on a Linux-based machine running Ubuntu as […]

How to Install, Configure and Use Redis on Ubuntu 16.04

Redis is an in-memory data structure store primarily used as a database and cache. In this tutorial, we are going to show you how to install, configure and use Redis on a Linux VPS running Ubuntu 16.04 as an operating system. Connect to your Linux server via SSH, resynchronize the package index files from their […]