Browsing tag

redis

How To Install Redis on CentOS 7 / RHEL 7 & Ubuntu 18.04 / Ubuntu 16.04

Redis is an open-source (BSD licensed), in-memory data structure store. It can be used as a database, cache and message broker. It supports different kinds of abstract data structures such as Strings, Hashes, Lists, Sets, sorted sets, hyperlogs, bitmaps, streams, and spatial indexes. This post explains to you how to install Redis on CentOS 7 […]