File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,12 @@ get random proxy 116.196.115.209:8080
236
236
237
237
### Redis 连接
238
238
239
- - REDIS_HOST:Redis 的 Host
240
- - REDIS_PORT:Redis 的端口
241
- - REDIS_PASSWORD:Redis 的密码
242
- - REDIS_DB:Redis 的数据库索引,如 0、1
243
- - REDIS_CONNECTION_STRING:Redis 连接字符串
244
- - REDIS_KEY:Redis 储存代理使用字典的名称
239
+ - PROXYPOOL_REDIS_HOST / REDIS_HOST:Redis 的 Host,其中 PROXYPOOL_REDIS_HOST 会覆盖 REDIS_HOST 的值。
240
+ - PROXYPOOL_REDIS_PORT / REDIS_PORT:Redis 的端口,其中 PROXYPOOL_REDIS_PORT 会覆盖 REDIS_PORT 的值。
241
+ - PROXYPOOL_REDIS_PASSWORD / REDIS_PASSWORD:Redis 的密码,其中 PROXYPOOL_REDIS_PASSWORD 会覆盖 REDIS_PASSWORD 的值。
242
+ - PROXYPOOL_REDIS_DB / REDIS_DB:Redis 的数据库索引,如 0、1,其中 PROXYPOOL_REDIS_DB 会覆盖 REDIS_DB 的值。
243
+ - PROXYPOOL_REDIS_CONNECTION_STRING / REDIS_CONNECTION_STRING:Redis 连接字符串,其中 PROXYPOOL_REDIS_CONNECTION_STRING 会覆盖 REDIS_CONNECTION_STRING 的值。
244
+ - PROXYPOOL_REDIS_KEY / REDIS_KEY:Redis 储存代理使用字典的名称,其中 PROXYPOOL_REDIS_KEY 会覆盖 REDIS_KEY 的值。
245
245
246
246
### 处理器
247
247
You can’t perform that action at this time.
0 commit comments