🖋️
StackExchange Redis Extensions
  • Home
  • Setup
  • Dependency Injection
  • Configuration
    • C# Configuration
    • Json Configuration
    • XML Configuration
  • Serializers
    • Newtonsoft Json.Net
    • MsgPack
    • System.Text.Json
  • Packages
  • Usage
    • Add, retrieve and remove complex object
    • Replace an object
    • Work with multiple items
    • Custom serializer
  • ASP.NET Core
    • Expose redis information
  • Helpful link
  • License
  • Work with the code
    • Unit tests
  • Usages
Powered by GitBook
On this page

Was this helpful?

Home

What is StackExchange.Redis.Extensions.

NextSetup

Last updated 5 years ago

Was this helpful?

StackExchange.Redis.Extensions is a library that extends 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 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 ();

  • Sort methods ();

  • List methods ();

  • Support for multiple database;

  • Search Keys into Redis;

  • Retrieve Redis Server information;

  • Async methods;

  • Connection pooling;

  • Auto purge connections;

  • SetPop;

  • Profiling Session Provider;

StackExchange.Redis
StackExchange.Redis
https://redis.io/commands/hset
https://redis.io/commands/sort
https://redis.io/commands/lpush