mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
propagate() prototype added to redis.h
This commit is contained in:
parent
edba65d090
commit
d8b1228bf6
@ -955,6 +955,7 @@ void setupSignalHandlers(void);
|
||||
struct redisCommand *lookupCommand(sds name);
|
||||
struct redisCommand *lookupCommandByCString(char *s);
|
||||
void call(redisClient *c, int flags);
|
||||
void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int flags);
|
||||
int prepareForShutdown();
|
||||
void redisLog(int level, const char *fmt, ...);
|
||||
void redisLogRaw(int level, const char *msg);
|
||||
|
Loading…
Reference in New Issue
Block a user