redis-cli -h
127.0.0.1 -a <passwd>
redis-cli
redis-cli shutdown
redis-server /etc/redis/
6379.conf
info
info memory
info repolication
flushall
save
keys *
type key
randomkey
dbsize
monitor
set
get
del
... ...
转载请注明原文地址: https://ju.6miu.com/read-21373.html