Home
last modified time | relevance | path

Searched refs:REDISMODULE_API_FUNC (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h188 #define REDISMODULE_API_FUNC(x) (*x) macro
191 void *REDISMODULE_API_FUNC(RedisModule_Alloc)(size_t bytes);
193 void REDISMODULE_API_FUNC(RedisModule_Free)(void *ptr);
195 char *REDISMODULE_API_FUNC(RedisModule_Strdup)(const char *str);
196 int REDISMODULE_API_FUNC(RedisModule_GetApi)(const char *, void *);
205 void REDISMODULE_API_FUNC(RedisModule_CloseKey)(RedisModuleKey *kp);
206 int REDISMODULE_API_FUNC(RedisModule_KeyType)(RedisModuleKey *kp);
239 int REDISMODULE_API_FUNC(RedisModule_DeleteKey)(RedisModuleKey *key);
290 long long REDISMODULE_API_FUNC(RedisModule_Milliseconds)(void);
341 const char *REDISMODULE_API_FUNC(RedisModule_GetMyClusterID)(void);
[all …]