package
0.0.0-20240328104128-aac5e323fe3e
Repository: https://github.com/ravenhuo/go-pkg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

Redis 分布式锁的配置结构体.
No description provided by the author
No description provided by the author

# Interfaces

分布式锁.
No description provided by the author

# Type aliases

*注: *1、ExpireSeconds不可以设置小于0的数 *2、CheckIntervalSeconds、RenewSeconds大于0时才会启动看门狗协程为锁续约 *3、MaxLiveSeconds设置为0时,不会运行MaxLiveCb回调函数,即看门狗协程没有最大存活时间,只有显式调用UnLock函数解锁且解锁成功才会结束看门狗协程的生命周期 *4、WaitDuration设置为0时不会重试加锁,只会加一次锁 */.