kevy

REPLICAOF

Make this server a replica of another, or promote it with NO ONE.

SyntaxREPLICAOF host port | NO ONE
Groupreplication
Arity3
Since1.0.0
Flagswrite, admin
ComplexityO(1) at the command; the full resync that follows is O(N) in the background
Redis compatibilitydiffers: the port argument is the primary's REPLICATION port base, not its client port (the default base is client port + 10000); chain replication is rejected

← All commands