How to use external redis server for lock store in rasa oss

I follow redislockstore but getting error

redis.exceptions.ResponseError: MOVED 7981 <MY REDIS IP>:<MY REDIS PORT>

Does Rasa Oss support external Redis for the lock store?

Thanks

Yes, you can use an external Redis lockstore using the endpoints.yml config options in the link you referenced but it does not support a Redis cluster. Redis cluster support is in Rasa Pro and described here.

2 Likes

@stephens Thanks for your help