Skip to content

Commit 65400b6

Browse files
TyDunnricwotmborasabot
authored
Fix Redis Lock Store default db value in docs (RasaHQ#5816)
* default is one * retrigger CI Co-authored-by: ricwo <[email protected]> Co-authored-by: Tom Bocklisch <[email protected]> Co-authored-by: Roberto <[email protected]>
1 parent 1f58942 commit 65400b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/lock-stores.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RedisLockStore
6363
:Parameters:
6464
- ``url`` (default: ``localhost``): The url of your redis instance
6565
- ``port`` (default: ``6379``): The port which redis is running on
66-
- ``db`` (default: ``0``): The number of your redis database
66+
- ``db`` (default: ``1``): The number of your redis database
6767
- ``password`` (default: ``None``): Password used for authentication
6868
(``None`` equals no authentication)
6969
- ``use_ssl`` (default: ``False``): Whether or not the communication is encrypted

0 commit comments

Comments
 (0)