redis

package
v0.0.0-...-29fb6bf Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 6 Imported by: 2

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
}

func Connect

func Connect(ctx context.Context, options *redis.Options) (*Client, error)

func (*Client) Get

func (c *Client) Get(ctx context.Context, key string, dst interface{}) (bool, error)

func (*Client) RedisClient

func (c *Client) RedisClient() *redis.Client

func (*Client) Set

func (c *Client) Set(ctx context.Context, key string, val interface{}, expiration time.Duration) error

Jump to

Keyboard shortcuts

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