gpt4 book ai didi

python - 如何用python为redis准备单独的数据库?

转载 作者:可可西里 更新时间:2023-11-01 11:05:15 27 4
gpt4 key购买 nike

目前我正在使用主机名和端口访问 Redis。

喜欢

r = redis.Redis(host=redisHost, port=redisPort)

  1. 有没有办法提到 redis 数据库并从 python 连接到该数据库?
  2. 然后有没有办法为单个端口创建多个 redis 数据库?

谢谢

最佳答案

您可以选择一个特定的数据库来连接使用:

r = redis.Redis(host=redisHost, port=redisPort, db=N)

其中 N 是数据库编号

关于python - 如何用python为redis准备单独的数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19269655/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com