redis-doc
redis-doc copied to clipboard
Wrong info for CLUSTER REPLICAS/SLAVES commands
The documentation for both CLUSTER REPLICAS and CLUSTER SLAVES state that the return is in same format as CLUSTER NODES command. But the return of CLUSTER NODES command is Bulk string reply while evidently the return of other two commands is Multi bulk strings reply.