Redis命令合集
1.
redis-server /usr/local/etc/redis.conf? ?????#啟動(dòng)redis
ps axu | grep redis? ????#查看redis進(jìn)程
auth *****? ? ? ? ? ? ?#使用密碼連接redis
redis-cli? ? ? ? ? ? ? ? ? ? ? ? ?#連接redis
keys *? ? ? ? ? ? ? ? ? ? ? ? ? ? #查看redis緩存的key
ttl key? ? ? # 查看該key剩余時(shí)間