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
Atomically sets key to value and returns the old value stored at key. Returns an error when key exists but does not hold a string value. http://redis.io/commands/getset
Atomically sets key to value and returns the old value stored at key. Returns an error when key exists but does not hold a string value.
http://redis.io/commands/getset