A high performance .NET redis client library
Our redis servers are, since yesterday, gradually (200MB/hour) using more memory, while the amount of keys (330K) and their …
memory-leaks redis stackexchange.redisWe'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.redisProduction 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.redisI'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.redisHow 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-clusterI have an array RedisValue[] returned from the StackExchange.Redis client. I want to take each of the values (which …
json stackexchange.redisTrying to use KeyDelete(RedisKey[] keys, CommandFlags flags = CommandFlags.None); I have array of string[] , I am not seeing any …
c# redis stackexchange.redisAs explained in the StackExchange.Redis Basics documentation, you can connect to multiple Redis servers, and StackExchange.Redis will automatically …
redis stackexchange.redisI just switched to Stack Exchange Redis, and I could'nt find the command keys equivalent. Is it omitted or in …
c# stackexchange.redis