redis

package
v0.0.0-...-2198923 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRedis

func NewRedis(opts ...OptionFunc) contract.CacheHandlerInterface

NewRedis redis模式

func NewRedisWithClient

func NewRedisWithClient(c *redis.Client, opts ...OptionFunc) contract.CacheHandlerInterface

Types

type OptionFunc

type OptionFunc func(opts *redisApt)

func WithDSN

func WithDSN(dsn string) OptionFunc

func WithPrefix

func WithPrefix(prefix string) OptionFunc

type RedisOptions

type RedisOptions struct {
	Dsn    string
	Prefix string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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