StackExchange.Redis.Extensions.Core

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.Jil - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json


Keywords
Async, Cache, Client, Distributed, Messaging, NoSQL, PubSub, Redis, c-sharp, caching, dotnet, redis-cache, redis-client, stackexchange
License
MIT
Install
Install-Package StackExchange.Redis.Extensions.Core -Version 10.2.0

Documentation

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, .NET 5.0, .NET 6.0

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.

  • Here the list of the most asked features:
  • Add and retrieve complex object from and to Redis;
  • Store and retrieve multiple object with a single request;
  • Pub/Sub events;
  • Support to Hash methods (https://redis.io/commands/hset);
  • Sort methods (https://redis.io/commands/sort);
  • List methods (https://redis.io/commands/lpush);
  • Support for multiple database;
  • Search Keys into Redis;
  • Retrieve Redis Server information;
  • Async methods;
  • Connection pooling;
  • Auto purge connections;
  • SetPop;
  • Profiling Session Provider;

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 (System.Text.Json) NuGet Status

Q&A

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

Contributing

Thanks to all the people who already contributed!

License

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