Closed rms1234567890 closed 3 years ago
In the Sentinel case, if you're connecting to Sentinel it'll have everything it needs by ServiceName
and the endpoint. You do not want to set the CommandMap
here, because you're restricting the final server (whatever Sentinel is pointing you at) to that command map (only the commands Sentinel supports). In short: let the library handle it :)
I'm having issues performang operations on a redis ha cluster. Following is my c# sample.
Error
Full solution, redis setup for running in docker included in this repo https://github.com/rms1234567890/redis-sentinel
Is it something that I'm missing or this is an issue ?