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

I am using package on my little cluster (1 master - 3 slave -> bitnami image https://hub.docker.com/r/bitnami/redis) also i have 4 app instance on my little cluster, I am using...

![image](https://user-images.githubusercontent.com/16145998/174027859-31346a2b-0218-485a-a383-d8dfee19c609.png) how to set expiretime for hset

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 4.7.1 to 6.0.5. Release notes Sourced from System.Text.Json's releases. .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release .NET 6.0.2 Release .NET 6.0.1 Release .NET 6.0 Release...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.5. Release notes Sourced from xunit.runner.visualstudio's releases. v2.4.4.1 Changes: Bugs: #292: Fixing a hang in test discovery Others: #304: Update xunit version to 2.4.2-pre.12 #297:...

dependencies

In a basic console app when DI resolves in constructor a error log raised: "Redis connection error restored." It comes from ConnectionRestored in RedisCacheConnectionPoolManager. DI config: ``` public static ServiceCollection...

question

**Describe the bug** In Docker Container i got the error => Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified. But when...

**Describe the bug** When Sentinel is configured to use it, RedisCacheConnectionPoolManager fails on second connection, as ConnectionMultiplexer.Connect modifies the redisConfiguration.ConfigurationOptions. **To Reproduce** Configure sentinel and a connection pool larger than...

**Describe the bug** Installing v8.0.3 in a Azure Function v3 application prevents the app to start due to Microsoft.Extensions.Logging.Abstractions 6.0.0 package. This is the issue I see on the command...

Hi everyone, thanks for the amazing work in this project! I would like to migrate from version 7 to version 8 and I am facing some issues. It could be...