//
pkg.gl
Category
github.com/warrior21st/redisutil
module
package
0.0.2
Repository:
https://github.com/warrior21st/redisutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
91 SLOC
#
README
go redis util
go redis connection helper go simple redis locker (with holder)
#
Functions
AcquireLock
获取锁(永不过期).
AcquireLockWithExpire
获取锁(带过期时间).
ClearLocks
清除指定holder的拥有的所有锁.
ReleaseLock
释放锁.
#
Structs
RedisLock
redis 锁.