↧
Answer by jason for Redis Publish Subscribe does not work properly
Try to check you configuration. Your code is working for me with the "localhost" as the connection string i.e redisClient = ConnectionMultiplexer.Connect("localhost"); This is the minimal version of...
View ArticleRedis Publish Subscribe does not work properly
I am not able to get advantage from the pub/sub StackExchange.Redis features. This is my code. Console application using StackExchange.Redis; using System; using System.Data; namespace RedisHashSets {...
View Article