Rasa.core.lock_store - Connected to lock store 'InMemoryLockStore'

How does the lock store work and how is it used? If i use Redis for Tracker store, is it ok to keep LockStore as inMemory. Is there an option to move LockStore to Redis?

Hi @sibbsnb, thanks for your question. We’re currently adding some documentation on the Redis lock store. Please have a look of this early version here: Lock store API docs by ricwo · Pull Request #4519 · RasaHQ/rasa · GitHub

To answer your question, you would not use RedisLockStore and InMemoryLockStore in parallel (it’s either or).

Let me know if that helps!