kevy

REPLICAOF

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

構文REPLICAOF host port | NO ONE
グループreplication
引数の数3
導入バージョン1.0.0
フラグwrite, admin
計算量O(1) at the command; the full resync that follows is O(N) in the background
Redis 互換性differs: 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

← すべてのコマンド