用Redis的List,ZSet实现的按小时/分钟/天过期队列.
Info
Version: | 1.2.0 |
Author(s): | tanyongzheng |
Last Update: | Tuesday, April 26, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tanyongzheng/TZ.RedisQueue |
NuGet Url: | https://www.nuget.org/packages/TZ.RedisQueue |
Install
Install-Package TZ.RedisQueue
dotnet add package TZ.RedisQueue
paket add TZ.RedisQueue
TZ.RedisQueue Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.6)
- Microsoft.Extensions.Configuration.Json(>= 3.1.6)
- Microsoft.Extensions.Options(>= 3.1.6)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.6)
- Nito.AsyncEx(>= 5.0.0)
- StackExchange.Redis(>= 2.1.58)