Lock Stores
InMemoryLockStore (default)
-
Description
InMemoryLockStore
is the default lock store. It maintains conversation locks within a single process.noteThis lock store should not be used when multiple Rasa servers are run in parallel.
-
Configuration
To use the
InMemoryTrackerStore
no configuration is needed.
ConcurrentRedisLockStore
ConcurrentRedisLockStore
is a new, recommended lock store that uses Redis as a persistence layer and is safe for use with multiple Rasa server replicas.
See the migration section to learn how to switch to this lock store.