Searched refs:feedAppendOnlyFile (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 1122 feedAppendOnlyFile(server.delCommand,db->id,argv,2); in propagateExpire()
|
| H A D | aof.c | 580 void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc) { in feedAppendOnlyFile() function
|
| H A D | server.h | 1628 void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc);
|
| H A D | server.c | 2327 feedAppendOnlyFile(cmd,dbid,argv,argc); in propagate()
|