Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它是否在当前版本的 redis-py 中的 redis json 中执行 redis 搜索?如果是,请提供一些示例代码?先感谢您
是的,RediSearch 和 RedisJOSN 都有包装/扩展 redis-py 的客户端扩展,请参见:
请注意,您可以创建一个 redisjson-py 客户端并将其作为参数传递给 redisearch-py 客户端。