Archives Nov. 19, 2015

Linux Redis 3.0.5 installation and configuration

Redis 3.0.5 on the Linux installation and configuration

1. Download the installation package

[root@mylab]# wget http://download.redis.io/releases/redis-3.0.5.tar.gz

2. Compilation and installation

[root@mylab]# yum install gcc tcl
[root@mylab]# tar -zxf redis-3.0.5.tar.gz
[root@mylab]# cd redis-3.0.5
[root@mylab ...

Continue reading

Previous day

Nov. 15, 2015

Next day

Nov. 20, 2015

Archives