Categorygithub.com/wbflooksky/distributedlock
modulepackage
1.1.1
Repository: https://github.com/wbflooksky/distributedlock.git
Documentation: pkg.go.dev

# 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