Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c566 int socket_target = server.repl_diskless_sync && (mincapa & SLAVE_CAPA_EOF); in startBgsaveForReplication()
744 if (server.repl_diskless_sync && (c->slave_capa & SLAVE_CAPA_EOF)) { in syncCommand()
809 c->slave_capa |= SLAVE_CAPA_EOF; in replconfCommand()
H A Dserver.h318 #define SLAVE_CAPA_EOF (1<<0) /* Can parse the RDB EOF streaming format. */ macro