StackExchange.Redis.Extensions icon indicating copy to clipboard operation
StackExchange.Redis.Extensions copied to clipboard

Results 73 StackExchange.Redis.Extensions issues
Sort by recently updated
recently updated
newest added

**Describe the bug** MsgPack can serialize a C# DateOnly object, but it fails when deserializing. The error message is: `Value cannot be null. (Parameter 'calendar')` **To Reproduce** 1. Create a...

**Describe the solution you'd like** Using a RedisConfiguration section in appsettings.json, (using individual configuration fields instead of a combined connection string) I'd like to be able to set the client...

**Is your feature request related to a problem? Please describe.** I am using the Azure Cache for redis and would like to use Managed identities to connect to my redis...