redis笔记

83 阅读1分钟

client

我用vscode的redis插件,平时用的不多 就不装rdm了

删除hash下的key

hdel myhash mykey
这里不支持hash的模糊匹,比较麻烦