Registry / database / chasex-redis-go-cluster

chasex-redis-go-cluster

JSON →
library1.0.0gogounverified

A Go client for Redis clusters supporting sharding and failover.

go get github.com/chasex/redis-go-cluster
INSTALL
IMPORT
SIG · CHASEX-REDIS-GO-CL
C
chasex-redis-go-cluster
databasegov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rediscluster
github.com/chasex/redis-go-cluster

Create a new Redis cluster client

package main import ( "fmt" "github.com/chasex/redis-go-cluster" ) func main() { cluster, _ := rediscluster.NewCluster(&rediscluster.Options{ StartNodes: []string{"127.0.0.1:7000"}, }) fmt.Println(cluster) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
chasex-redis-go-cluster — go get chasex-redis-go-cluster · libregistry