No Image

Configure Redis Password

June 25, 2018 0

Configuring a Redis password enables one of its two built-in security feature – the auth command, which requires clients to authenticate to access the database. […]

No Image

Install and Setup Redis

March 28, 2018 0

Download and Untar Redis Installer # wget http://download.redis.io/releases/redis-2.8.3.tar.gz # tar -xzvf redis-2.8.3.tar.gz Install GCC & TCL (if not yet) # yum install gcc tcl Enter […]