We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603c08d commit def06b1Copy full SHA for def06b1
proxypool/setting.py
@@ -30,7 +30,7 @@
30
# redis password, if no password, set it to None
31
REDIS_PASSWORD = env.str('REDIS_PASSWORD', None)
32
# redis db, if no choice, set it to 0
33
-REDIS_DB = env.int('REDIS_DB', 1)
+REDIS_DB = env.int('REDIS_DB', 0)
34
# redis connection string, like redis://[password]@host:port or rediss://[password]@host:port/0
35
REDIS_CONNECTION_STRING = env.str('REDIS_CONNECTION_STRING', None)
36
0 commit comments