Implementation of common .NET collection types (i.e IDictionary, ISet, IList) via abstraction over StackExchange.Redis.
Info
Version: | 2.0.0 |
Author(s): | Arin Ghazarian |
Last Update: | Tuesday, January 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/StackExchange.Redis.DataTypes |
Install
Install-Package StackExchange.Redis.DataTypes
dotnet add package StackExchange.Redis.DataTypes
paket add StackExchange.Redis.DataTypes
StackExchange.Redis.DataTypes Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
- StackExchange.Redis(>= 2.0.519)
Tags