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.
我使用从 1 到 8 的 dbs 在同一个 redis 服务器上运行多个程序。我处理 redis 错误并且所有程序都工作正常并在大多数情况下重新连接到给定的 db,但是在重新启动 redis 服务器时出现错误 110(超时)和 113(无路由) 发生所有程序重新连接到 db0。有什么办法可以保护自己免受伤害吗?正如我所说,如果出现错误 111(连接被拒绝),所有程序都会重新连接到给定的数据库,并且没有问题。例子:
r = redis.Redis('127.0.0.1', 6379, 3)