Top "Stackexchange.redis" questions

A high performance .NET redis client library

StackExchange.Redis - How to add items to a Redis Set

I'm trying to achieve the following scenarios: Add 5 items of type T to a new Redis SET Add 1 item of …

c# redis stackexchange.redis
What is the difference between StackExchange.Redis and StackExchange.Redis.StrongName?

While I was following Azure documentation for how to use Redis Cache in Azure Portal I noticed this note: If …

azure redis stackexchange.redis
Redis keyspace notifications with StackExchange.Redis

I've looking around and I'm unable to find how to perform a subscription to keyspace notifications on Redis using StackExchange.…

c# .net redis publish-subscribe stackexchange.redis
Running multiple instance of Redis on Centos

I want to run multiple instance of Redis on Centos 7. Can anyone point me to proper link or post steps …

redis stackexchange.redis node-redis redis-server
StackExchange Redis - StringSet vs SetAdd and expiries

In StackExchange.Redis, the STRING operations allow for expiry to be set, e.g: Task<bool> StringSetAsync( RedisKey …

c# .net redis stackexchange.redis
Stackexchange.Redis timeouts & socketfailures

I am using Azure Redis (using Stackexchange.Redis) as a cache storage and its generally working fine. But I am …

c# azure redis stackexchange.redis azure-redis-cache
Flush/Empty db in StackExchange.Redis

I am using StackExchange.Redis in my application to store key/values. I need to flush the entire db now …

c# redis stackexchange.redis
Recovering from Redis connectivity loss

I am looking for the reference implementation of the recovery [in multi-threaded environment] after Redis connection has been lost. Was …

c# redis stackexchange.redis
How to use Moq to mock up the StackExchange.Redis ConnectionMultiplexer class?

I am working to mock up behaviors related to the StackExchange.Redis library, but can't figure out how to properly …

c# .net unit-testing moq stackexchange.redis
Deadlock when accessing StackExchange.Redis

I'm running into a deadlock situation when calling StackExchange.Redis. I don't know exactly what is going on, which is …

c# asynchronous deadlock stackexchange.redis