mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
chore: fix build
This commit is contained in:
@ -324,7 +324,7 @@ func startRedis(port string, args ...string) (*redisProcess, error) {
|
||||
|
||||
p := &redisProcess{process, client}
|
||||
registerProcess(port, p)
|
||||
return p, err
|
||||
return p, nil
|
||||
}
|
||||
|
||||
func startSentinel(port, masterName, masterPort string) (*redisProcess, error) {
|
||||
|
Reference in New Issue
Block a user