摘要: 1.GETRANGE 截取得到的子字符串。 redis 127.0.0.1:6379> SET mykey "This is my test key" OK redis 127.0.0.1:6379> GETRANGE mykey 0 3 "This" redis 127.0.0.1:6379> G 阅读全文
posted @ 2021-10-12 16:25 lemmon_water 阅读(48) 评论(0) 推荐(0)