摘要: Redis6键的常用命令 # 查看当前库所有的key key * # 判断某个key是否存在 exists key # 查看某个key是什么类型 type key # 删除指定的key del key # 根据value选择非阻塞删除 unlink key # 设置key的过期时间 expire k 阅读全文
posted @ 2022-09-11 23:49 phper-liunian 阅读(84) 评论(0) 推荐(0) 编辑