Tag:redis
All the articles with the tag "redis".
使用k8s 搭建redis 集群
Posted on:January 15, 2023 at 08:10 PM## 背景 使用k8s 搭建redis集群 ``` root@redis-app-0:/data# redis-cli 127.0.0.1:6379> info cluster # Cluste
java 使用lua script
Posted on:November 30, 2022 at 09:32 AM## 相关阅读 - https://rtmsoft.me/Lettuce%E8%B0%83%E7%94%A8Lua%E8%84%9A%E6%9C%AC.html - https://github.
redis cluster
Posted on:September 26, 2021 at 08:46 PM拉代码 ``` git clone https://github.com/redis/redis.git cd redis/ ## 带上调试信息 make CFLAGS="-g -O0" ## 创建
redis
Posted on:September 25, 2021 at 11:34 PM1 类型 string list set zset hash 2 对应的命令 set 命令 edis/src/t_string.c string 的过期不是实时的 l
redis 主从切换和高可用
Posted on:August 9, 2021 at 11:04 AM相关阅读 - https://www.cnblogs.com/aquester/p/10229415.html#:~:text=Redis%20%20%E9%9B%86%E7%BE%A4%E7
skiplist
Posted on:June 22, 2021 at 01:35 PM### 跳表 skiplist Binary trees can be used for representing abstract data types such as dictionaries