分类

redis

Jedis连接池
/** * @author xclhove */ public class JedisConnectionFactory { private static final JedisPool JEDIS_POOL; static { JedisPoolConfig jedisPoolConfig = n
2024-07-17
|
0
|
0
Redis命令
常见通用命令 String的常见命令 key的层级结构 格式:<project>:<module>:<id> 如: set xnote:user:1 u1 set xnote:user:2 u2 set xnote:note:1 n1 set xnote:note:2 n2 Hash的常见命令 Li
2024-07-16
|
0
|
0