节点,快速列表和迭代器 是仅有的当前使用的数据结构
转载 2021-07-14 20:24:00
168阅读
2评论
***********************************h******************************************************** #ifndef __SLOWLOG_H__ #define __SLOWLOG_H__ #define SLOWL ...
转载 2021-09-18 17:10:00
171阅读
2评论
****************************************************************************************** #define AE_OK 0 #define AE_ERR -1 #define AE_NONE 0 /* No e ...
转载 2021-10-26 17:57:00
175阅读
2评论
******************************************************************************************** ********************************************************* ...
转载 2021-07-14 20:27:00
85阅读
/* MULTI/EXEC */ /* Client state initialization for MULTI/EXEC */ MULTI/EXEC的客户端状态初始化 void initClientMultiState(client *c) { c->mstate.commands = NULL ...
转载 2021-09-18 08:40:00
69阅读
2评论
************************************************************************************************************ #ifndef __CONFIG_H #define __CONFIG_H #if ...
转载 2021-07-20 20:31:00
210阅读
2评论
相关源码: D:\mysourcecode\mytestcode\lzf>tree /F 卷 新加卷 的文件夹 PATH 列表 卷序列号为 BA81-13D2 D:. lzf.h lzfP.h lzf_c.c lzf_d.c TestLzf.c 没有子文件夹 lzf.h,lzfP.h,lzf_c.c ...
转载 2021-07-12 17:28:00
228阅读
2评论
******************************************************************************************************************** #include "lzfP.h" #define HSIZE ( ...
转载 2021-07-12 17:25:00
156阅读
2评论
************************************************************************************************************ /* * Config file name-value maps. 配置文件 键 ...
转载 2021-08-04 17:52:00
320阅读
2评论
*************************************************************************************************************************** /* * Data structures 数据结构 ...
转载 2021-09-02 18:03:00
143阅读
2评论
#ifndef __BIO_H #define __BIO_H /* Exported API */ 供调用的API void bioInit(void); 后台IO初始化 void bioCreateBackgroundJob(int type, void *arg1, void *arg2, v ...
转载 2021-10-08 18:14:00
167阅读
2评论
********************************************************************************************************************* /* * Set Commands 集合相关命令 * */ vo ...
转载 2021-07-16 18:23:00
164阅读
2评论
********************************************************************************************************************* /* * List API 列表API * */ /* The ...
转载 2021-07-15 16:49:00
67阅读
2评论
/* This file implements keyspace events notification via Pub/Sub and * described at https://redis.io/topics/notifications. */ 这个文件通过Pub/Sub实现键空消息通知事件, ...
转载 2021-09-16 17:25:00
132阅读
2评论
#include "server.h" int clientSubscriptionsCount(client *c); /* * Pubsub client replies API 发布订阅客户端回复API * */ /* Send a pubsub message of type "messag ...
转载 2021-09-28 17:22:00
107阅读
2评论
1关于书签 typedef struct quicklistBookmark { quicklistNode *node; 书签指向的快排列表的节点 char *name; 书签名字 } quicklistBookmark; 删除快排列表节点的逻辑中有关于更新书签,如果删除了书签关联的节点,那么需要 ...
转载 2021-07-14 20:29:00
115阅读
2评论
首先参照https://www.cnblogs.com/wdw984/p/13330074.html,来进行如何安装Centos和离线下载rpm包。 离线下载jemalloc,上传到CentOS的/data/rpm/jemalloc目录 因为redis6.0.5推荐使用jemalloc管理内存,所以 ...
转载 2020-07-17 16:20:00
2444阅读
3评论
********************lzf.h************************************************************************************************* #include "lzfP.h" #if AVOID ...
转载 2021-07-12 17:27:00
83阅读
2评论
*************************************************************************************************************************** /* * C-level DB API C语言层次的 ...
转载 2021-09-15 14:06:00
255阅读
2评论
#ifndef __REDIS_RIO_H #define __REDIS_RIO_H #include <stdio.h> #include <stdint.h> #include "sds.h" #include "connection.h" #define RIO_FLAG_READ_ERRO ...
转载 2021-10-18 21:32:00
35阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5