csredis
csredis copied to clipboard
"Member 's-down-time' was not found." error
I have a strange issue with csredis' RedisSentinelManager(). I am adding sentinels as below
var sentinel = new RedisSentinelManager();
sentinel.Add("ttekhysred01", 20001);
sentinel.Add("ttekhysred01", 20002);
sentinel.Connected += (s, e) => sentinel.Call(x => x.Auth(password));
sentinel.Connect("mymaster", 200);
When executing the code I get, "Member 's-down-time' was not found." error. Is there something with sentinel configuration or somehing else.
Same issue here. But I can see the code is not maintained for one year, so it won't be fixed I guess :)
Is this code base even being maintained at all?
On Tue, Mar 1, 2016, 2:28 AM MightyMorpheus [email protected] wrote:
Same issue here. But I can see the code is not maintained for one year, so it won't be fixed I guess :)
— Reply to this email directly or view it on GitHub https://github.com/ctstone/csredis/issues/33#issuecomment-190591933.
Please comment or remove that line of code that's setting the property by accessing the s-down-time. I don't see a reference to that code at all.