Namespace CacheManager.Redis
Classes
Endpoint
Configuration section for the CacheManager.
EndpointCollection
Collection of end point configurations.
RedisCacheBackplane
Implementation of the cache backplane using a Redis Pub/Sub channel.
Redis Pub/Sub is used to send messages to the redis server on any key change, cache clear, region clear or key remove operation. Every cache manager with the same configuration subscribes to the same channel and can react on those messages to keep other cache handles in sync with the 'master'.
RedisCacheHandle<TCacheValue>
Cache handle implementation for Redis.
RedisConfiguration
RedisConfiguration will be used for configuring e.g. StackExchange.Redis by code or configuration file.
The element was added only because StackExchange.Redis doesn't support configuration via web/app.config
RedisConfigurationBuilder
RedisConfigurationBuilder helps creating the RedisConfiguration object via code.
RedisConfigurations
Manages redis client configurations for the cache handle.
Configurations will be added by the cache configuration builder/factory or the configuration loader. The cache handle will pick up the configuration matching the handle's name.
RedisConfigurationSection
The main section for redis configurations.
RedisOptionCollection
Collection of redis configurations.
RedisOptions
The redis configuration element.
ServerEndPoint
Defines an endpoint.