Skip to content

Commit

Permalink
making compability explicity
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira authored Feb 22, 2023
1 parent 2cd7653 commit fc3c5b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ This is an implementation of a proposed [distributed lock algorithm with Redis](

## Compatibility

Redlock works with Redis versions 6.0 or later.

Redlock >= 2.0 only works with `RedisClient` instance.
* It works with Redis server versions 6.0 or later.
* Redlock >= 2.0 only works with [`RedisClient`](https://github.com/redis-rb/redis-client) client instance.

## Installation

Expand Down

0 comments on commit fc3c5b1

Please sign in to comment.