Skip to content

Commit a5ff183

Browse files
author
Germey
committed
update README
1 parent 2eaf01f commit a5ff183

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ get random proxy 116.196.115.209:8080
236236

237237
### Redis 连接
238238

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 的值。
245245

246246
### 处理器
247247

0 commit comments

Comments
 (0)