You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, redislock only depends on the Redis EVAL/EVALSHA command
but directly introduces the go-redis/v9 scripter as the RedisClient interface.
And make it incompatible with other versions of the Redis client like go-redis/v8.
I think we can avoid binding to any versions by moving the scripter outside the go-redis.
I will be happy to support this if it sounds good to you.
Currently, redislock only depends on the Redis EVAL/EVALSHA command
but directly introduces the go-redis/v9 scripter as the RedisClient interface.
And make it incompatible with other versions of the Redis client like go-redis/v8.
I think we can avoid binding to any versions by moving the scripter outside the go-redis.
I will be happy to support this if it sounds good to you.
related issue: #48
The text was updated successfully, but these errors were encountered: