//
pkg.gl
Category
github.com/pyihe/external
distributed
locker
redis
package
0.0.2
Repository:
https://github.com/pyihe/external.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
110 SLOC
#
Functions
Lock
Lock 阻塞式的获取锁 key 用作分布式锁的键名称 px锁的有效期,单位毫秒,超过此时间锁自动释放 timeout 获取锁的超时时间,超过此时间如仍未获取到锁,则返回超时.
TryLock
No description provided by the author
UnLock
UnLock 解锁.
#
Interfaces
Executer
No description provided by the author