Redis开发和运维 (2) - Redis API

通用命令

  • 遍历所有key
1
2
3
keys *

keys [pattern]

一般不在生产环境使用,单线程列出耗时

可以在热备节点上用

  • 计算key的总数
1
dbsize
  • 检查key是否存在
1
exists key
  • 删除指定key-value
1
del key [keys...]
  • key在seconds秒后过期
1
expire key seconds

type key

数据结构和内部编码

###

字符串类型

哈希类型

列表类型

集合类型

有序集合类型

查缺补漏

zrevank
zrevrang

Powered by Hexo and Hexo-theme-hiker

Copyright © 2013 - 2021 朝着牛逼的道路一路狂奔 All Rights Reserved.

访客数 : | 访问量 :