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
# 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.