package
0.5.1
Repository: https://github.com/rpcxio/libkv.git
Documentation: pkg.go.dev

# Functions

New creates a new Redis client given a list of endpoints and optional tls config.
Register registers Redis to valkeyrie.

# Variables

ErrAbortTryLock is thrown when a user stops trying to seek the lock by sending a signal to the stop chan, this is used to verify if the operation succeeded.
ErrMultipleEndpointsUnsupported is thrown when there are multiple endpoints specified for Redis.
ErrTLSUnsupported is thrown when tls config is given.

# Structs

Redis implements valkeyrie.Store interface with redis backend.