Registry /
database / chasex-redis-go-cluster
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.