package
1.0.39
Repository: https://github.com/go-pay/gopher.git
Documentation: pkg.go.dev

# Functions

New creates a new Client instance with a custom namespace.
Obtain is a short-cut for New(...).Obtain(...).

# Variables

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

# Structs

Client wraps a redis client.
No description provided by the author
Lock represents an obtained, distributed lock.