Categorygithub.com/bilxio/redis-go-cluster
modulepackage
1.0.1
Repository: https://github.com/bilxio/redis-go-cluster.git
Documentation: pkg.go.dev

# README

Readme

A go client for Redis cluster.

What's new?

  • MDEL support Multiple Delete for the cluster.

Origin Readmd

Origin Readme

# Packages

No description provided by the author

# Functions

Bool is a helper that converts a command reply to a boolean.
Bytes is a helper that converts a command reply to a slice of bytes.
Float64 is a helper that converts a command reply to 64 bit float.
Int is a helper that converts a command reply to an integer.
Int64 is a helper that converts a command reply to 64 bit integer.
Ints is a helper that converts an array command reply to a []int.
NewCluster create a new redis cluster client with specified options.
Scan copies from src to the values pointed at by dest.
String is a helper that converts a command reply to a string.
StringMap is a helper that converts an array of strings (alternating key, value) into a map[string]string.
Strings is a helper that converts an array command reply to a []string.
Values is a helper that converts an array command reply to a []interface{}.

# Variables

ErrNil indicates that a reply value is nil.

# Structs

Batch pack multiple commands, which should be supported by Do method.
Cluster is a redis client that manage connections to redis nodes, cache and update cluster info, and execute all kinds of commands.
Options is used to initialize a new redis cluster.