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