Hi
Is there somewhere where I can see the documentation for the QGET command?
Thanks
Hi
Is there somewhere where I can see the documentation for the QGET command?
Thanks
JSON.QGET <index> <query> <path>
e.g.
JSON.QGET person Jo* $.last
You can see more examples here: https://github.com/RedisJSON/RedisJSON/blob/master/README.md
Thanks for the reply.
And the parameter “query” what syntax have? Only can use the wildcard *?
It’s based on RediSearch query syntax see: https://oss.redislabs.com/redisearch/Query_Syntax/