zap

package
v1.74.11 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: Unlicense Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client added in v1.66.0

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

Client for zap.

func NewClient added in v1.66.0

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

NewClient for zap.

func (*Client) Close added in v1.66.0

func (c *Client) Close() error

func (*Client) Del added in v1.66.0

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

func (*Client) Get added in v1.66.0

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

func (*Client) Ping added in v1.66.0

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

func (*Client) Set added in v1.66.0

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

func (*Client) SetNX added in v1.66.0

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

func (*Client) SetXX added in v1.66.0

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

Jump to

Keyboard shortcuts

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