Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2024 Changes in this version + func NewClient(ctx context.Context, address string) (*redis.Client, error) + type ShardedClient interface + AddNode func(ctx context.Context, address string) error + Close func() + GetShard func(key string) (*redis.Client, error) + Nodes func() []string + RemoveNode func(ctx context.Context, address string) + func NewShardedClient(ctx context.Context, shardAddresses []string) (ShardedClient, error) Other modules containing this package github.com/catalystgo/bootstrap/redis