Skip to content

Instantly share code, notes, and snippets.

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 dylkreisman/3786b5e5bd22f46d39b3d97c3c025f4e to your computer and use it in GitHub Desktop.
Save dylkreisman/3786b5e5bd22f46d39b3d97c3c025f4e to your computer and use it in GitHub Desktop.
redis.cloud:6379> WATCH myDoc
OK
redis.cloud:6379> GET myDoc
"{\"colors\": \"green\"}"
redis.cloud:6379> MULTI
OK
redis.cloud:6379>(TX) SET myDoc '{"colors": ["green", "blue"]}'
QUEUED
redis.cloud:6379>(TX) EXEC
1) OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment