# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewRedisSubLock 创建redis 锁, 需要指定创建redis客户端的工厂方法,与NewSimpleRedisSubLock类似,所有锁的操作在一个goroutine中执行.
NewRedisSubLockInMainThread 与NewRedisSubLock类似,只是锁操作当当前主goroutine内运行.
NewSimpleRedisSubLock 创建生成环境中的锁, 所有锁的操作在一个goroutine中执行
notSupportLua 是否支持lua脚本,一些类redis的产品不支持lua,比如 pika.
NewSimpleRedisSubLockInMainThread 与NewSimpleRedisSubLock类似,支持有关所的操作在当前的主goroutine中执行,一般用于测试.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author