You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Microsoft.Extensions.Caching.StackExchangeRedis` provides a distributed cache implementation of `Microsoft.Extensions.Caching.Distributed.IDistributedCache` using Redis.
4
+
5
+
## How to Use
6
+
7
+
To use `Microsoft.Extensions.Caching.StackExchangeRedis`, follow these steps:
*`RedisCache`: Provides a distributed cache implementation using Redis
32
+
*`RedisCacheOptions`: Provides options used for configuring a `RedisCache`
33
+
34
+
## Additional Documentation
35
+
36
+
For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/performance/caching/distributed#distributed-redis-cache) on using the Distributed Redis Cache in ASP.NET Core.
37
+
38
+
## Feedback & Contributing
39
+
40
+
`Microsoft.Extensions.Caching.StackExchangeRedis` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments