StackExchange.Redis.Extensions
                                
                                
                                
                                    StackExchange.Redis.Extensions copied to clipboard
                            
                            
                            
                        **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...