minisentinel
minisentinel copied to clipboard
Pure Go Redis Sentinel server for Go unittests
resolve https://github.com/Bose/minisentinel/issues/6 too
Hello, I'm attempting to use the UniversalClient to attach to the running sentinal, and enable auth. https://github.com/go-redis/redis/blob/master/universal.go#L12 ```go pw := flagext.SecretWithValue("super-secret") m, err := miniredis.Run() if err != nil {...
Looks like redis has changed the language around September 13, 2018 to use REPLICAS to find the replicas: https://github.com/redis/redis/issues/5335#issuecomment-421049667 When trying to use this package I ran into the case...