连接redis:
redis-cli -h 172.1.1.0 -p 6379
检索多个key(检索m开头的所有key)
keys m*
根据key获取key值
get username
需要在window安装redis可参考:
http://blog.csdn.net/qq_27255679/article/details/78419044
连接redis:
redis-cli -h 172.1.1.0 -p 6379
检索多个key(检索m开头的所有key)
keys m*
根据key获取key值
get username
需要在window安装redis可参考:
http://blog.csdn.net/qq_27255679/article/details/78419044