We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5250697 commit 8d5a37fCopy full SHA for 8d5a37f
internal/cmds/cmds.go
@@ -39,6 +39,7 @@ var (
39
// RoleCmd is predefined ROLE
40
RoleCmd = Completed{
41
cs: newCommandSlice([]string{"ROLE"}),
42
+ cf: pipeTag,
43
}
44
45
// UnsubscribeCmd is predefined UNSUBSCRIBE
@@ -63,10 +64,12 @@ var (
63
64
// SlotCmd is predefined CLUSTER SLOTS
65
SlotCmd = Completed{
66
cs: newCommandSlice([]string{"CLUSTER", "SLOTS"}),
67
68
69
// ShardsCmd is predefined CLUSTER SHARDS
70
ShardsCmd = Completed{
71
cs: newCommandSlice([]string{"CLUSTER", "SHARDS"}),
72
73
74
// AskingCmd is predefined CLUSTER ASKING
75
AskingCmd = Completed{
0 commit comments