Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + type RedisLock struct + func NewRedisLock(conn *redis.Client, key, val string, timeout time.Duration) *RedisLock + func (lock *RedisLock) GetLockKey() string + func (lock *RedisLock) GetLockVal() string + func (lock *RedisLock) TryLock() error + func (lock *RedisLock) UnLock() error + type RedisLockServer interface + GetLockKey func() string + GetLockVal func() string + TryLock func() error + UnLock func() error