RedisObject

RedisObject

......
RedisObject

redisObject

结构 /* * Redis 对象 */ typedef struct redisObject { // 类型 4bits unsigned type:4; // 编码方式 4bits unsigned encoding:4; // LRU 时间(相对于 server.lruclock) 24bits ......
redisObject
共2篇  :1/1页 首页上一页1下一页尾页