Versions in this module Expand all Collapse all v1 v1.24.19 Mar 7, 2021 v1.20.6 Sep 3, 2019 Changes in this version + type KeyLock struct + func NewKeyLock() *KeyLock + func (kl *KeyLock) Lock(key interface{}, timeout time.Duration, ttl time.Duration) int64 + func (kl *KeyLock) Unlock(key interface{}, handle int64)