You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flushes all previously queued commands in a transaction and restores the connection state to normal.
So I think discard reverts the connection out of a multi, and won't accept multi commands on it anymore. That needs to be verified, but jedis sure seems to think it works this way.
The text was updated successfully, but these errors were encountered:
From http://redis.io/commands/discard:
Flushes all previously queued commands in a transaction and restores the connection state to normal.
So I think discard reverts the connection out of a multi, and won't accept multi commands on it anymore. That needs to be verified, but jedis sure seems to think it works this way.
The text was updated successfully, but these errors were encountered: