Redis Map
This state manager (com.rierino.state.manager.RedisStateManager) uses Redis for storing and reading data, typically for shared caching purposes.
Last updated
This state manager (com.rierino.state.manager.RedisStateManager) uses Redis for storing and reading data, typically for shared caching purposes.
Last updated
system
Name of the which defines Redis service details (uri)
{uri:"redis://127.0.0.1:6379"}
master.redis.uri
collection
Name of the collection to store details, which is used as a prefix in Redis keys
product
-
journalCollection
Name of the collection to store state changes, which is used as a prefix in Redis keys
product_journal
-