From 983ceff851d5b02acb6b31a08f338209972f61a5 Mon Sep 17 00:00:00 2001 From: Leandro Moreira Date: Wed, 15 Feb 2023 13:38:11 -0300 Subject: [PATCH] add the compatibility text --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8908bb..710d847 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This is an implementation of a proposed [distributed lock algorithm with Redis]( Redlock works with Redis versions 6.0 or later. +Redlock >= 2.0 only works with `RedisClient` instance. + ## Installation Add this line to your application's Gemfile: