-
AbstractRedisMapState is base class of any RedisMapState, which implements IBackingMap.
AbstractRedisStateQuerier is base class of any RedisStateQuerier, which implements BaseQueryFunction.
AbstractRedisStateUpdater is base class of any RedisStateUpdater, which implements BaseStateUpdater.
KeyFactory defines conversion of state key (which could be compounded) -> Redis key.
Options of State.
It's a data structure (whole things are public) and you can access and modify all fields.
Implementation of State for Redis Cluster environment.
BaseStateUpdater implementation for Redis Cluster environment.
Implementation of State for single Redis environment.
BaseStateUpdater implementation for single Redis environment.