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
I'm new to Redis and node-redis and have a couple questions:
RedisClusterType has watch but no unwatch - how would I unwatch a key?
Is there anything comparable to RedisClientType.executeIsolated in RedisClusterType? I was originally using createClient and was using this, but now that I'm using createCluster I'm not sure how to watch→read→write→exec.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm new to Redis and node-redis and have a couple questions:
RedisClusterType
haswatch
but nounwatch
- how would I unwatch a key?RedisClientType.executeIsolated
inRedisClusterType
? I was originally usingcreateClient
and was using this, but now that I'm usingcreateCluster
I'm not sure how to watch→read→write→exec.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions