1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Replace client with redisdb in examples

This commit is contained in:
Vladimir Mihailenco
2018-08-12 11:19:25 +03:00
parent d5fc79d4ee
commit fea1be3727
3 changed files with 63 additions and 64 deletions

View File

@ -25,7 +25,6 @@ type Cmder interface {
readTimeout() *time.Duration
Err() error
// fmt.Stringer
}
func setCmdsErr(cmds []Cmder, e error) {