/RedisHelper

a redis operation utility based on StackExchange.Redis.It can help you to use the usual types in redis,including String,List,Set,SortedSet,Hash.It also supports Pub/Sub,Patch Commands,distribution lock.

Primary LanguageC#MIT LicenseMIT

RedisHelper

This is a redis operation utility based on StackExchange.Redis.It's built for.Net Standard 2.1

Nuget

# Package Manager
Install-Package ColinChang.RedisHelper

# .NET CLI
dotnet add package ColinChang.RedisHelper

Supported

  • Data types:String,List,Set,SortedSet,Hash
  • Pub/Sub
  • Path commands
  • Distrubution lock(sync/async)

Tips we highly recommend that use this as a singleton instance to reuse the redis connection.