Versions in this module Expand all Collapse all v8 v8.11.6 Dec 9, 2021 Changes in this version + func AppendArg(b []byte, v interface{}) []byte + func Bytes(s string) []byte + func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration + func Sleep(ctx context.Context, dur time.Duration) error + func String(b []byte) string + func ToLower(s string) string + type Logging interface + Printf func(ctx context.Context, format string, v ...interface{}) + var Logger Logging = &logger{ ... } + type Once struct + func (o *Once) Do(f func() error) error Other modules containing this package github.com/banfushen/redis