Navigation Menu

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/f7bc01215828736bf033a71c9f7a615e to your computer and use it in GitHub Desktop.
Save dylkreisman/f7bc01215828736bf033a71c9f7a615e to your computer and use it in GitHub Desktop.
redis.cloud:6379> JSON.SET myDoc $ '{"books": [{"title": "Peter Pan", "price": 8.95}, {"title": "Moby Dick", "price": 12.99}]}'
redis.cloud:6379> JSON.GET myDoc '$.books[?(@.price < 10)]'
"[{\"title\":\"Peter Pan\",\"price\":8.95}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment