Top "Stackexchange.redis" questions

A high performance .NET redis client library

How to determine Redis memory leak?

Our redis servers are, since yesterday, gradually (200MB/hour) using more memory, while the amount of keys (330K) and their …

memory-leaks redis stackexchange.redis
Redis failover with StackExchange / Sentinel from C#

We're currently using Redis 2.8.4 and StackExchange.Redis (and loving it) but don't have any sort of protection against hardware failures …

c# redis failover sentinel stackexchange.redis
StackExchange.Redis timeout

Production environment is on Azure, using Redis Cache Standard 2.5GB. Example 1 System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.…

azure redis timeout stackexchange.redis
Connecting to a remote Azure Redis Cache using Redis CLI

I'm trying to use redis-cli to connect to my Redis cache hosted in MS Azure. I created a shortcut to …

.net windows azure redis stackexchange.redis
Using StackExchange.Redis client with Redis cluster

How do I tell StackExchange.Redis (v1.0.481) that it's about to connect to a Redis cluster (v3.2.6, in case it …

c# redis stackexchange.redis redis-cluster
Is there a way to convert RedisValue[] to string[]?

I have an array RedisValue[] returned from the StackExchange.Redis client. I want to take each of the values (which …

json stackexchange.redis
Convert String[] array to RedisKey[] array

Trying to use KeyDelete(RedisKey[] keys, CommandFlags flags = CommandFlags.None); I have array of string[] , I am not seeing any …

c# redis stackexchange.redis
How does StackExchange.Redis use multiple endpoints and connections?

As explained in the StackExchange.Redis Basics documentation, you can connect to multiple Redis servers, and StackExchange.Redis will automatically …

redis stackexchange.redis
I can't find the command equivalent to keys in Stack Exchange Redis

I just switched to Stack Exchange Redis, and I could'nt find the command keys equivalent. Is it omitted or in …

c# stackexchange.redis