mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
All commands exported by Redis to Lua scripts are now inside the redis table. Implemented redis.log() function.
This commit is contained in:
@ -963,6 +963,7 @@ struct redisCommand *lookupCommandByCString(char *s);
|
||||
void call(redisClient *c, struct redisCommand *cmd);
|
||||
int prepareForShutdown();
|
||||
void redisLog(int level, const char *fmt, ...);
|
||||
void redisLogRaw(int level, const char *msg);
|
||||
void usage();
|
||||
void updateDictResizePolicy(void);
|
||||
int htNeedsResize(dict *dict);
|
||||
|
Reference in New Issue
Block a user