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
(client 1) Set timeout of 10 sec for starting multi + modifying the key
(client 2) Modify key
(client 1) Exec the multi
Client 2 returns true, whereas it should return null, since the watched key has been modified from another client.
I tested the same scenario with redis and it works as expected. The problem is that I have to promisify it with Bluebird.
The text was updated successfully, but these errors were encountered:
Scenario:
watch
on a keymulti
+ modifying the keyClient 2 returns
true
, whereas it should returnnull
, since the watched key has been modified from another client.I tested the same scenario with redis and it works as expected. The problem is that I have to promisify it with Bluebird.
The text was updated successfully, but these errors were encountered: