文档:

https://redis.io/topics/rediscli

help命令:

The command can be used in two forms:

. help @<category> shows all the commands about a given category. The categories are: 
@generic, @list, @set, @sorted_set, @hash, @pubsub, @transactions, @connection, @server, @scripting, @hyperloglog.
. help <commandname> shows specific help for the command given as argument.

比如 help @cluster 查看所有与cluster有关的命令。

查看状态的命令:

redis-cli --stat

遍历所有的数据:

redis-cli --scan

监控:

redis-cli monitor

最新文章

  1. c# mybatis net +mysql
  2. java二
  3. Hololens开发笔记之Gesture手势识别(手势检测反馈)
  4. 按enter执行click或者搜索问题
  5. JS移动端滑屏事件
  6. httpclient4.3 工具类
  7. 文件上传~Uploadify上传控件
  8. loadrunner 与Md5
  9. IO中手机旋转事件的传递
  10. B-day5
  11. scrapy 模拟登陆
  12. 使用LogKit进行日志操作
  13. kernel笔记——内核同步与锁
  14. geth工作运行程序转后台
  15. django学习install apps注册错了的影响
  16. luogu 4401 矿工配餐 多维dp
  17. 转:前端页面a标签嵌套a标签效果的两种解决方案
  18. hdu-6415 Rikka with Nash Equilibrium dp计数题
  19. javaweb + tomcat + 部署 + 域名绑定 + 默认首页
  20. VS 代码段

热门文章

  1. 在chrome Sources 页 显示 Console(drawer) 页
  2. mybatis整合hikariCP(非spring)
  3. 安装sqlserver后 服务启动过几秒就自动停止
  4. Python之turtle画同心圆和棋盘
  5. 自定义命令杀死 java 进程 alias kjava
  6. 60cms Cookies欺骗漏洞审计
  7. C语言 &#183; 数的划分
  8. nginx 的一些优化
  9. VS IISExpress REST DELETE 405 Method Not Allowed
  10. yii2的数据库读写分离配置