mirror of https://github.com/redis/redis.git
Merge 31bf46b50c into 3c1a759954
This commit is contained in:
commit
3ca0bbcddb
|
|
@ -217,6 +217,7 @@ void trackingRememberKeys(client *tracking, client *executing) {
|
|||
* library to rely on `COMMAND` command to discover the node
|
||||
* to connect to. These channels doesn't need to be tracked. */
|
||||
if (executing->cmd->flags & CMD_PUBSUB) {
|
||||
getKeysFreeResult(&result);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue