Redis分布式Id生成器.
Info
Version: | 1.2.1 |
Author(s): | tanyongzheng |
Last Update: | Friday, June 17, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tanyongzheng/TZ.DistributedIdGenerator |
NuGet Url: | https://www.nuget.org/packages/TZ.RedisIdGenerator |
Install
Install-Package TZ.RedisIdGenerator
dotnet add package TZ.RedisIdGenerator
paket add TZ.RedisIdGenerator
TZ.RedisIdGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- TZ.DistributedIdGenerator(>= 1.0.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
- StackExchange.Redis(>= 2.0.601)