posted @ 2024-01-17 16:26
ZhangZhihuiAAA
阅读(7)
推荐(0)
posted @ 2024-01-16 20:12
ZhangZhihuiAAA
阅读(9)
推荐(0)
posted @ 2024-01-16 19:43
ZhangZhihuiAAA
阅读(7)
推荐(0)
posted @ 2024-01-16 12:15
ZhangZhihuiAAA
阅读(9)
推荐(0)
posted @ 2024-01-15 20:17
ZhangZhihuiAAA
阅读(10)
推荐(0)
posted @ 2024-01-14 18:12
ZhangZhihuiAAA
阅读(10)
推荐(0)
posted @ 2024-01-14 17:29
ZhangZhihuiAAA
阅读(10)
推荐(0)
摘要:
Overwrites part of the string stored at key, starting at the specified offset, for the entire length of value. If the offset is larger than the curren
阅读全文
posted @ 2024-01-14 17:00
ZhangZhihuiAAA
阅读(14)
推荐(0)
摘要:
存储模式:基于内存实现,而非磁盘 数据结构:基于不同业务场景的高效数据结构 动态字符串(REDIS_STRING):整数(REDIS_ENCODING_INT)、字符串(REDIS_ENCODING_RAW) 双端列表(REDIS_ENCODING_LINKEDLIST) 压缩列表(REDIS_EN
阅读全文
posted @ 2024-01-14 11:43
ZhangZhihuiAAA
阅读(18)
推荐(0)
摘要:
127.0.0.1:6379> JSON.GET store $..headphones[?(@price<70&&@wireless==true)] [{"id":12346,"name":"Wireless earbuds","description":"Wireless Bluetooth i
阅读全文
posted @ 2024-01-12 14:13
ZhangZhihuiAAA
阅读(18)
推荐(0)