[lhz@localhost redis-5.0.5]$ redis-server redis.conf
[lhz@localhost redis-5.0.5]$ redis-cli
127.0.0.1:6379> ping
127.0.0.1:6379> auth 123456
OK
127.0.0.1:6379> ping
PONG
如果启动不了那么 继续
[lhz@localhost redis-5.0.5]$ cd src
[lhz@localhost redis-5.0.5]$ ./redis-server ../redis.conf
[lhz@localhost redis-5.0.5]$ redis-cli