Skip to content

Commit 11609b0

Browse files
bootjpCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 69a4439 commit 11609b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
CmdRead CommandCategory = iota // GET, HGET, LRANGE, ZRANGE, etc.
1010
CmdWrite // SET, DEL, HSET, LPUSH, ZADD, etc.
1111
CmdBlocking // BZPOPMIN, XREAD (with BLOCK)
12-
CmdPubSub // SUBSCRIBE, PUBLISH, PUBSUB
12+
CmdPubSub // SUBSCRIBE, PUBSUB
1313
CmdAdmin // PING, INFO, CLIENT, SELECT, QUIT, DBSIZE, SCAN, AUTH
1414
CmdTxn // MULTI, EXEC, DISCARD
1515
CmdScript // EVAL, EVALSHA

0 commit comments

Comments
 (0)