REPLCONF

Syntax
REPLCONF
Available since:
3.0.0
Time complexity:
O(1)
ACL categories:
@admin, @slow, @dangerous,

The REPLCONF command is an internal command. It is used by a Redis master to configure a connected replica.

RESP2/RESP3 Reply

Simple string reply: OK.
Rate this page