# README
distributedlock
A distributed lock
adaptive redis multi-version
Project use redis/go-redis/v9 client. You can convert go-redis client v8 *redis.StringSliceCmd to v9 *redis.StringSliceCmd. Impl my Scripter interface.
# Functions
NewDistributedLockWithRedis ..
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DistributedLocker is a distributed lock interface.
Scripter refers to the redis.scripter interface.
No description provided by the author