redis 操作记录

cd opt/redis-3.2.1/

cd src

./redis-cli

get token:xxx

del token:xxx

set token:xxx

启动 redis-3.2.1/src/redis-server redis-3.2.1/src/redis.conf

ps auxf | grep redis

kill -9 xxxx

原文地址:https://www.cnblogs.com/tonnytong/p/5694255.html