KestrunHostSessionExtensions.AddStackExchangeRedisCache method

Adds a StackExchange Redis implementation of IDistributedCache to the KestrunHost.

public static KestrunHost AddStackExchangeRedisCache(this KestrunHost host, RedisCacheOptions cfg)
parameter description
host The KestrunHost to add services to.
cfg The configuration options for the Redis cache.

Return Value

The updated KestrunHost instance.

See Also