Skip to content

Latest commit

 

History

History

goredis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

go-redis

type RedisLockClient struct {
	client     *redis.Client
	luaRefresh *redis.Script
	luaPttl    *redis.Script
	luaRelease *redis.Script
}

RedisLockClient implements RedisClient interface from redislock.go

Running the application

go run main.go