LXer: How to Install and Configure Redis on CentOS 8
by LXer from LinuxQuestions.org on (#4Z54K)
Published at LXer:
Redis is an open-source in-memory key-value data store. It can be used as a database, cache and, message broker and supports various data structures such as Strings, Hashes, Lists, Sets, and more. Redis provides high availability via Redis Sentinel and automatic partitioning across multiple Redis nodes with Redis Cluster. This guide covers the installation and configuration of Redis on CentOS 8.
Read More...


Redis is an open-source in-memory key-value data store. It can be used as a database, cache and, message broker and supports various data structures such as Strings, Hashes, Lists, Sets, and more. Redis provides high availability via Redis Sentinel and automatic partitioning across multiple Redis nodes with Redis Cluster. This guide covers the installation and configuration of Redis on CentOS 8.
Read More...