An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AnyCache.Providers.Redis
[![nuget](https://img.shields.io/nuget/v/AnyCache.Providers.Redis.svg)](https://www.nuget.org/packages/AnyCache.Providers.Redis/)
[![nuget](https://img.shields.io/nuget/dt/AnyCache.Providers.Redis.svg)](https://www.nuget.org/packages/AnyCache.Providers.Redis/)
[![Build status](https://ci.appveyor.com/api/projects/status/gfwjabg1pta7em94?svg=true)](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
```