Searched refs:feedAppendOnlyFile (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | aof.c | 511 void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc) { in feedAppendOnlyFile() function
|
| H A D | db.c | 889 feedAppendOnlyFile(server.delCommand,db->id,argv,2); in propagateExpire()
|
| H A D | server.h | 1265 void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc);
|
| H A D | server.c | 2125 feedAppendOnlyFile(cmd,dbid,argv,argc); in propagate()
|