PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­BackendConnection
Open sandboxFocus

RedisCachingBackend.Connection Property

Connection

Gets the Redis connection used by the current RedisCachingBackend.

Declaration
public IConnectionMultiplexer Connection { get; }
Property Value
Type Description
StackExchange.Redis.IConnectionMultiplexer