开发者社区 > 开发与运维 > 正文
0
0
0
100
分享

从零开始掌握redis【三】string结构基础命令的使用

发布者:Lion莱恩呀 2023-07-23 17:22:24 207 广东 举报
视频介绍

string是字符数组,该字符串是动态字符串 raw,字符串长度小于1M时,加倍扩容;超过 1M 每次只多扩 1M;字符串最大长度为512M。 操作string的命令有:set、get、incr、incrby、decr、decrby、setbit、getbit、bitcount、setnx。


评论

登录后可评论