Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c517 if (c->slave_capa & SLAVE_CAPA_PSYNC2) { in masterTryPartialResynchronization()
811 c->slave_capa |= SLAVE_CAPA_PSYNC2; in replconfCommand()
H A Dserver.h319 #define SLAVE_CAPA_PSYNC2 (1<<1) /* Supports PSYNC2 protocol. */ macro