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.
有没有办法使用 redisearch-py 客户端在单个管道中发送多个 redisearch 命令?是否可以在同一管道中混合使用经典的 redis 命令和 redisearch 命令?
是的,对于您的两个问题都是可能的。IIRC 某些命令在事务或 Lua 脚本中不起作用,但管道不是问题。