码迷,mamicode.com
首页 > 其他好文 > 详细

Redis常用命令

时间:2017-10-09 14:08:17      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:不同   foo   size   3.0   bsp   div   nbsp   sele   oba   

连接

C:\>Redis-x64-3.0.501\redis-cli.exe -a foobared
127.0.0.1:6379> dbsize
(integer) 0

选择不同的db

127.0.0.1:6379> select 3
OK
127.0.0.1:6379[3]> dbsize
(integer) 6

清空db

127.0.0.1:6379[3]> dbsize
(integer) 6
127.0.0.1:6379[3]> flushdb
OK
127.0.0.1:6379[3]> dbsize
(integer) 0

 

Redis常用命令

标签:不同   foo   size   3.0   bsp   div   nbsp   sele   oba   

原文地址:http://www.cnblogs.com/milton/p/7640616.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!