Skip to content

Commit 0455496

Browse files
committed
Document Redis 6.2 minimum requirement
1 parent 04f0cb2 commit 0455496

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Ruby reliable queue implementation on top of Redis. It makes sure that message is not lost between popping it from Redis queue and compeleting the task.
44

5+
## Requirements
6+
7+
- Redis 6.2 or later
8+
59
## Installation
610

711
Add this line to your application's `Gemfile`:

0 commit comments

Comments
 (0)