I have situation where I'd like the Redis client to finish in-flight requests and shutdown gracefully. Is it sufficient to simply call `Close()` (https://godoc.org/github.com/go-redis/redis#ClusterClient.Close)?