You are on page 1of 1

Setting up A Redis Server

Install
========
Binary
------
> sudo apt-get install redis-server
Stress Test
-----------
> redis-benchmark -q -n 100000 -c 50
Configure
---------
Backup config file
> sudo cp /etc/redis/redis.conf /etc/redis/redis.conf.default

You might also like