Skip to content

Commit efa73d3

Browse files
ericli-splunksqla-tester
authored andcommitted
Update RedisBackend documentation
Modify documentation to indicate that specifying `url` also overrides the `password` parameter. Fixes #245 Closes: #246 Pull-request: #246 Pull-request-sha: f5f444f Change-Id: I4a293a4f80a7b99b830256d3dade90e5fa22899a
1 parent 221c6fe commit efa73d3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dogpile/cache/backends/redis.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ class RedisBackend(BytesBackend):
4444
4545
Arguments accepted in the arguments dictionary:
4646
47-
:param url: string. If provided, will override separate host/port/db
48-
params. The format is that accepted by ``StrictRedis.from_url()``.
47+
:param url: string. If provided, will override separate
48+
host/password/port/db params. The format is that accepted by
49+
``StrictRedis.from_url()``.
4950
5051
:param host: string, default is ``localhost``.
5152

0 commit comments

Comments
 (0)