一款缓存服务器,测试环境 ubuntu16.4完美运行 1、解压 tar -vxzf redis-3.0.7.tar.gz 2、进入目录 cd redis 3、安装 make && make install 4、运行服务 redis/src/redis-server 5、运行客户端 redis/src/redis-cli 配置文档 redis/redis.conf
Redis 3.2 is the previous stable release. Does not include all the improvements in Redis 4.0 but is a very battle tested release, probably a good pick for critical applications while 4.0 matures more in the next months.