https://github.com/replaysmike/anycache.providers.redis
A redis storage provider for distributed caching using AnyCache
https://github.com/replaysmike/anycache.providers.redis
anycache csharp csharp-code redis redis-storage-provider
Last synced: about 1 month ago
JSON representation
A redis storage provider for distributed caching using AnyCache
- Host: GitHub
- URL: https://github.com/replaysmike/anycache.providers.redis
- Owner: replaysMike
- License: mit
- Created: 2020-03-31T21:58:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:18:10.000Z (over 3 years ago)
- Last Synced: 2025-03-10T15:19:49.215Z (over 1 year ago)
- Topics: anycache, csharp, csharp-code, redis, redis-storage-provider
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnyCache.Providers.Redis
[](https://www.nuget.org/packages/AnyCache.Providers.Redis/)
[](https://www.nuget.org/packages/AnyCache.Providers.Redis/)
[](https://ci.appveyor.com/project/MichaelBrown/AnyCache.Providers.Redis)
A redis storage provider for distributed caching using [AnyCache](https://github.com/replaysMike/AnyCache)
## Installation
```Powershell
PM> Install-Package AnyCache.Providers.Redis
```