redis-doc icon indicating copy to clipboard operation
redis-doc copied to clipboard

Wrong info for CLUSTER REPLICAS/SLAVES commands

Open sazzad16 opened this issue 3 years ago • 0 comments

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.

sazzad16 avatar Apr 29 '22 10:04 sazzad16