# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LockWithDeadline 持续尝试获取锁 request lockTtl 获得锁之后的持续时长(超时自动释放) retryDeadline 重试持续时间 retryInterval 重试间隔(millisecond).
LockWithMaxRetry 持续尝试获取锁 request lockTtl 获得锁之后的持续时长(超时自动释放) retryMax 尝试获取锁最大重试次数 intervalMil 重试间隔(millisecond).
NewRedisKey 创建一个RedisKey keyFormat 最终key值的格式化格式 将使用 fmt.Sprintf(key.KeyFormat, keyAppend) 进行处理.
No description provided by the author
RawLockerClient 获取原始RedisLockerClient进行操作.
RawRedisClient 获取原始RedisClient进行操作.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TryLock 取锁并执行executable函数 request lockTtl: 获得锁之后的持续时长(超时自动释放).
TryLockWithContext 取锁并执行executable函数.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author