package
1.1.1
Repository: https://github.com/rtlnl/phoenix.git
Documentation: pkg.go.dev

# Functions

NewRedisClient creates and open a new connection to Redis.
NewS3Client is a wrapper object around the official aws s3 client.
Password functional option.

# Constants

LockOff unsets the lock.
LockOn sets the lock.
TTL for the lock.
TTLRefreshInterval intervals for refreshing the TTL of the lock.

# Structs

Redis is a wrapper struct around Redis official package.
S3Bucket holds the information of the bucket.
S3Client is the object that wraps around the official aws SDK.

# Interfaces

DB is the interface that will allow to use different backends for storing data into the database.