package
2.0.0+incompatible
Repository: https://github.com/elrondnetwork/notifier-go.git
Documentation: pkg.go.dev

# Functions

CreateFailoverClient will create a redis client for a redis setup with sentinel.
CreateSimpleClient will create a redis client for a redis setup with one instance.
NewRedisClientWrapper creates a wrapper over redis client instance.
NewRedlockWrapper create a new redLock based on a cache instance.

# Variables

ErrNilRedlockClient signals that a nil redlock client has been provided.
ErrRedisConnectionFailed signals that connection to redis failed.

# Interfaces

LockService defines the behaviour of a lock service component.
RedLockClient defines the behaviour of a cache handler component.