redis

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 17, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

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

func NewCache

func NewCache(ctx context.Context, conf *Config) *Cache

func (*Cache) GetV

func (c *Cache) GetV(ctx context.Context, key string, value any) error

GetV implements cache.Cache.

func (*Cache) Set

func (c *Cache) Set(ctx context.Context, key string, value any) error

Set implements cache.Cache.

func (*Cache) SetWithTimeout

func (c *Cache) SetWithTimeout(ctx context.Context, key string, value any, timeout time.Duration) error

SetWithTimeout implements cache.Cache.

type Config

type Config struct {
	Address  string        // Redis server address, e.g., "localhost:6379"
	Password string        // Password for Redis server, if any
	DB       int           // Redis database to connect to
	PoolSize int           // Maximum number of connections in the pool
	Timeout  time.Duration // Connection timeout duration

}

Jump to

Keyboard shortcuts

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