package
5.4.0
Repository: https://github.com/splitio/go-toolkit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewClient returns new client implementation.
NewPrefixedRedisClient returns a new Prefixed Redis Client.

# Constants

Nil represents the redis nil value.

# Structs

ClientImpl wrapps redis client.
PipelineImpl Wrapper.
PrefixedPipeline adds a prefix to all pipelined operations involving keys.
PrefixedRedisClient struct.
ResultImpl generic interface.
UniversalOptions type used for redis package TODO(mredolatti): In order to avoid breaking the API, the struct now contains all original fields of go-redis' UniversalOptions struct, with our custom ones.

# Interfaces

Client interface which specifies the currently used subset of redis operations.
Pipeline defines the interface of a redis pipeline.
Result generic interface.