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

General purpose redis client

Results 378 StackExchange.Redis issues
Sort by recently updated
recently updated
newest added

I have a UWP [project](https://github.com/BSVN/linphone-windows10/tree/feature/2-add-call-back) When I want build this solution in Release Configuration I got a below error ``` 1>C:\Users\ssoroosh\.nuget\packages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : Internal compiler error: Object reference not set...

Hi, We are getting the following exception when working with azure redis> Timeout awaiting response (outbound=0KiB, inbound=0KiB, 5452ms elapsed, timeout is 5000ms), command=GET, next: GET 654876542, inst: 0, qu: 0,...

Redis version: **7.0.4** StackExchange.Redis version: **2.6.48** Hello! Thank you for a wonderful project. Unfortunately, I sometimes get timeouts of the following kind: ``` StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=6KiB, inbound=0KiB, 5000ms...

Getting the following error randomly - generally have to kill one of the web instances to "fix" it Any ideas, How to handle object disposed exception when we are using...

I've updated to the latest stackExchange Redis, this configuration used to work but now I've received this error. I've removed commandMap as suggested in another issue. I've made sure all...

⚙️ area:sentinel

We are using StackExchange.Redis.StrongName to connect to Azure Redis Cache, as the [doc ](https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-remove-tls-10-11)said tls 1.0 and tls 1.1 will be removed, so the redis cache can only be connected...

When redis/envoy proxy servers return error, currently we do not propagate the error string to the client. Client gets an errors `Cannot convert to RedisValue: Error` It will be nice...

Hi team, I want to use lua scripts on replica. Currently a EVALSHA command is send, which is not allowed by replicas. Redis supports also a read only version of...

With the introduction of `ChannelMessageQueue Subscribe(...)` and the async version, `ISubscriber` is no longer mockable (because of `sealed class ChannelMessageQueue`) so it's difficult/impossible to unit test code that uses Redis.

➕ enhancement
⚙️ area:API