Skip to content

cnblogs/StackExchange.Redis.Extensions

 
 

Repository files navigation

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. The library is signed and completely compatible with the .NET Standard 2.0, .NET Framework 4.6.1, .NET Framework 4.7.2, .NET Core 3.x.

The idea of this library is to make easier your live when you need to send / receive objects into Redis, in fact it wraps what the main library StackExchange.Redis offers but serializing and deserializing your objects.

Documentation is composed of articles and guidance detailing how to get the most out of StackExchange.Redis.Extensions

Release

.NET Core

Latest release is available on NuGet.

Channel Status
Nuget (Core) NuGet Status
Nuget (Json.NET) NuGet Status
Nuget (MsgPack) NuGet Status
Nuget (Protobuf) NuGet Status
Nuget (UTF8Json) NuGet Status
Nuget (Binary) NuGet Status
Nuget (System.Text.Json) NuGet Status

Q&A

For questions or issues do not hesitate to raise an issue or get in touch.

License

StackExchange.Redis is Copyright © 2015 Ugo Lattanzi and other contributors under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%