We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f58942 commit 65400b6Copy full SHA for 65400b6
docs/api/lock-stores.rst
@@ -63,7 +63,7 @@ RedisLockStore
63
:Parameters:
64
- ``url`` (default: ``localhost``): The url of your redis instance
65
- ``port`` (default: ``6379``): The port which redis is running on
66
- - ``db`` (default: ``0``): The number of your redis database
+ - ``db`` (default: ``1``): The number of your redis database
67
- ``password`` (default: ``None``): Password used for authentication
68
(``None`` equals no authentication)
69
- ``use_ssl`` (default: ``False``): Whether or not the communication is encrypted
0 commit comments