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/db1e7de66ebf8746a26543efc0cbd392 to your computer and use it in GitHub Desktop.
Save dylkreisman/db1e7de66ebf8746a26543efc0cbd392 to your computer and use it in GitHub Desktop.
redis.cloud:6379> JSON.GET myDoc $.colors[0:2]
"[\"red\",\"blue\"]"
redis.cloud:6379> JSON.GET myDoc $.colors[-1]
"["\"green\"]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment