会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
傑0327
博客园
首页
新随笔
联系
订阅
管理
2020年5月6日
Redis 字典实现
摘要: 4.1 字典数据结构 typedef struct dict{ //类型特定函数 dictType *type; //私有数据 void *privateata; //哈希表 dictht ht[2]; //rehash 索引,rehash未进行时,值为-1 int rehashidx;}dict;
阅读全文
posted @ 2020-05-06 11:30 傑0327
阅读(923)
评论(0)
推荐(0)
编辑
公告