
Installing and configuring Redis on Ubuntu
- Tags : configuring, installing, redis, ubuntu
- Comment : 0
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 […]