var github.com/go-redis/redis/v8/internal.Logger
24 uses
github.com/go-redis/redis/v8/internal (current package)
instruments.go#L20: Logger.Printf(context.Background(), "Error creating meter github.com/go-redis/redis for Instruments", r)
log.go#L22: var Logger Logging = &logger{
github.com/go-redis/redis/v8/internal/pool
pool.go#L324: internal.Logger.Printf(ctx, "Conn has unread data")
pool.go#L463: internal.Logger.Printf(context.Background(), "ReapStaleConns failed: %s", err)
github.com/go-redis/redis/v8
cluster.go#L1062: internal.Logger.Printf(c.Context(), "ReapStaleConns failed: %s", err)
cluster.go#L1607: internal.Logger.Printf(c.Context(), "info for cmd=%s not found", name)
commands.go#L18: internal.Logger.Printf(
commands.go#L30: internal.Logger.Printf(
pubsub.go#L168: internal.Logger.Printf(c.getContext(), "redis: discarding bad PubSub connection: %s", reason)
pubsub.go#L558: internal.Logger.Printf(
pubsub.go#L566: internal.Logger.Printf(c.getContext(), "redis: unknown message type: %T", msg)
pubsub.go#L611: internal.Logger.Printf(c.getContext(), "redis: unknown message type: %T", msg)
pubsub.go#L625: internal.Logger.Printf(
redis.go#L17: internal.Logger = logger
ring.go#L321: internal.Logger.Printf(context.Background(), "ring shard state changed: %s", shard)
ring.go#L575: internal.Logger.Printf(c.Context(), "info for cmd=%s not found", name)
sentinel.go#L470: internal.Logger.Printf(ctx, "sentinel: GetMasterAddrByName master=%q failed: %s",
sentinel.go#L515: internal.Logger.Printf(ctx, "sentinel: Slaves master=%q failed: %s",
sentinel.go#L535: internal.Logger.Printf(ctx, "sentinel: GetMasterAddrByName name=%q failed: %s",
sentinel.go#L545: internal.Logger.Printf(ctx, "sentinel: Slaves name=%q failed: %s",
sentinel.go#L606: internal.Logger.Printf(ctx, "sentinel: new master=%q addr=%q",
sentinel.go#L627: internal.Logger.Printf(ctx, "sentinel: Sentinels master=%q failed: %s", c.opt.MasterName, err)
sentinel.go#L637: internal.Logger.Printf(ctx, "sentinel: discovered new sentinel=%q for master=%q",
sentinel.go#L657: internal.Logger.Printf(pubsub.getContext(), "sentinel: ignore addr for master=%q", parts[0])
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |