redis

1.登录:redis-cli -h 127.0.0.1 -p 6380 -a passwd

2.清除所有数据:flushall

3.查看key的数目:DBSIZE

4.HMSET能修改单个field

HMSET test_1 name zj age 20 prov bj

HMSET test_1 name xy

 

posted @ 2017-07-13 15:08  Django's blog  阅读(190)  评论(0编辑  收藏  举报