redis

package
v1.0.60 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: AGPL-3.0 Imports: 6 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 wraps Redis client functionality

func NewClient

func NewClient(config *config.Configuration, log *logger.Logger) (*Client, error)

NewClient creates a new Redis client

func (*Client) Close

func (c *Client) Close() error

Close closes the Redis client connection

func (*Client) GetClient

func (c *Client) GetClient() *redis.ClusterClient

GetClient returns the underlying Redis client

func (*Client) Ping

func (c *Client) Ping(ctx context.Context) error

Ping checks the Redis connection

Jump to

Keyboard shortcuts

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