xredis

package
v0.65.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: BSD-3-Clause Imports: 3 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 interface {
	redis.Cmdable
}

func NewClient

func NewClient(opt *Options) Client

type ClientType

type ClientType int
const (
	ClientTypeBase ClientType = iota
	ClientTypeRing
	ClientTypeCluster
)

type Options

type Options struct {
	ID         string // used as name in ring-client addrs map
	ClientType ClientType

	Addrs    []string
	Password string

	ReadTimeout  time.Duration
	WriteTimeout time.Duration

	MaxRetries      int
	MinRetryBackoff time.Duration
	MaxRetryBackoff time.Duration

	PoolSize int

	// cluster options
	RouteByLatency bool
	RouteRandomly  bool
}

Jump to

Keyboard shortcuts

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