zap

package
v1.172.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for zap.

func NewClient

func NewClient(logger *zap.Logger, client gr.Client) *Client

NewClient for zap.

func (*Client) Close

func (c *Client) Close() error

func (*Client) Del

func (c *Client) Del(ctx context.Context, keys ...string) *redis.IntCmd

func (*Client) Get

func (c *Client) Get(ctx context.Context, key string) *redis.StringCmd

func (*Client) Incr

func (c *Client) Incr(ctx context.Context, key string) *redis.IntCmd

func (*Client) Ping

func (c *Client) Ping(ctx context.Context) *redis.StatusCmd

func (*Client) Set

func (c *Client) Set(ctx context.Context, key string, value any, ttl time.Duration) *redis.StatusCmd

func (*Client) SetNX

func (c *Client) SetNX(ctx context.Context, key string, value any, ttl time.Duration) *redis.BoolCmd

func (*Client) SetXX

func (c *Client) SetXX(ctx context.Context, key string, value any, ttl time.Duration) *redis.BoolCmd

type Logger added in v1.163.2

type Logger struct {
	// contains filtered or unexported fields
}

Logger for redis.

func NewLogger added in v1.163.2

func NewLogger(logger *zap.Logger) *Logger

NewLogger for redis.

func (*Logger) Printf added in v1.163.2

func (l *Logger) Printf(_ context.Context, format string, v ...any)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL