Skip to content

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.

License

Notifications You must be signed in to change notification settings

colin-chang/RedisHelper

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages