Is it perform redis search in redis json in redis-py in current version? If yes please provide some sample code? Thank you in advance
Asked
Active
Viewed 390 times
1 Answers
0
Yes, both RediSearch and RedisJOSN have clients extensions that wrap/extend redis-py see:
Notice you can create a redisjson-py client and pass it as an argument to the redisearch-py client.

Guy Korland
- 9,139
- 14
- 59
- 106
-
Thank you sir answering the question, but i am unable to find in web, for some sample example of basic redis search query on redis json in their client(redisearch-py or redisjon-py) ,could you please provide some sample examples. – Nikhil Bk B K Sep 06 '21 at 03:27