Skip to content

Instantly share code, notes, and snippets.

@preaction
Created January 25, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save preaction/8043c4dc2b32e96490cbeb59ce54e3a9 to your computer and use it in GitHub Desktop.
Save preaction/8043c4dc2b32e96490cbeb59ce54e3a9 to your computer and use it in GitHub Desktop.
127.0.0.1:6379> hget ticket:1949250 _request_timestamp
"1516910939"
127.0.0.1:6379> multi
OK
127.0.0.1:6379> watch ticket:1949250
(error) ERR WATCH inside MULTI is not allowed
127.0.0.1:6379> discard
OK
127.0.0.1:6379> watch ticket:1949250
OK
127.0.0.1:6379> multi
OK
127.0.0.1:6379> hget ticket:1949250 _request_timestamp
QUEUED
127.0.0.1:6379>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment