csredis icon indicating copy to clipboard operation
csredis copied to clipboard

"Member 's-down-time' was not found." error

Open ardacetinkaya opened this issue 9 years ago • 3 comments

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.

ardacetinkaya avatar Dec 29 '15 20:12 ardacetinkaya

Same issue here. But I can see the code is not maintained for one year, so it won't be fixed I guess :)

MightyMorpheus avatar Mar 01 '16 07:03 MightyMorpheus

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.

OmikronTheta avatar Mar 01 '16 23:03 OmikronTheta

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.

ranjancse26 avatar Nov 21 '19 06:11 ranjancse26