package
1.2.47
Repository: https://github.com/go-yaaf/yaaf-common-redis.git
Documentation: pkg.go.dev

# Functions

NewRedisDataCache factory method for Redis IDataCache implementation param: URI - represents the redis connection string in the format of: redis://user:password@host:port return: IDataCache instance, error.
NewRedisMessageBus factory method for Redis IMessageBus implementation param: URI - represents the redis connection string in the format of: redis://user:password@host:port return: IDataCache instance, error.

# Variables

ErrLockNotHeld is returned when trying to release an inactive lock.
ErrNotObtained is returned when a lock cannot be obtained.

# Structs

Locker represents an obtained, distributed lock.
No description provided by the author