Info
Version: | 1.0.200305629 |
Author(s): | Superwalnut |
Last Update: | Saturday, August 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/superwalnut/redis-cluster-dotnet-core-template |
NuGet Url: | https://www.nuget.org/packages/Superwalnut.RedisClusterTemplate |
Install
Install-Package Superwalnut.RedisClusterTemplate
dotnet add package Superwalnut.RedisClusterTemplate
paket add Superwalnut.RedisClusterTemplate
Superwalnut.RedisClusterTemplate Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- ServiceStack.Redis(>= 5.9.0)
Tags
using `dotnet new -i Superwalnut.RedisClusterTemplate` to install project as a template,
And using `dotnet new redis-dotnet-core` to create a project with the template.