redis中hash表内容删除的方法代码

上传:rongq08731 浏览: 12 推荐: 0 文件:PDF 大小:32.71KB 上传时间:2020-12-29 23:15:14 版权申诉
hash: Redis hash是一个string类型的field和value的映射表,hash特别适合用于存储对象。 Redis 中每个hash可以存储 232 – 1键值对(40多亿)。 实例: 127.0.0.1:6379> HMSET runoobkey name "redis tutorial" description "redis basic commands for caching" likes 20 visitors 23000 OK 127.0.0.1:6379> HGETALL runoobkey 1) "name" 2) "redis tutorial" 3) "de
上传资源
用户评论