I am using rasa==2.0.6 and I will like to know if it is possible to use a redis cluster at my endpoints.yml file as tracker store. If it is possible, what should I write?
To use redis in cluster mode just follow this:
lock_store:
type: redis
db: 0
url: your_URL
port: your_PORT
key_prefix: your bot name or anything
I hope this usefull…
To tracker store…
To cluster dont forget db parameter equal 0