From 2ceac5a0795ffc3445459c965ae6e8e7be8de247 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 17 Jun 2022 06:03:56 +0400 Subject: [PATCH] move supported redis versions up --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1d356c8..4197a92 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ The main project of RedisBungee is no longer maintained, so we have forked the p RedisBungee uses [Redis](https://redis.io) to Synchronize data between [BungeeCord](https://github.com/SpigotMC/BungeeCord) proxies +## Supported Redis versions +| Redis version | Supported | +|---------------|-----------| +| 1.x.x | ✖ | +| 2.x.x | ✖ | +| 3.x.x | ✖ | +| 4.x.x | ✖ | +| 5.x.x | ✖ | +| 6.x.x | ✔ | +| 7.x.x | ✔ | + + ## Implementing RedisBungee in your plugin: [![RedisBungee Build](https://github.com/proxiodev/RedisBungee/actions/workflows/maven.yml/badge.svg)](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml) [![](https://jitpack.io/v/limework/redisbungee.svg)](https://jitpack.io/#limework/redisbungee) RedisBungee is distributed as a [maven](https://maven.apache.org) project. @@ -47,18 +59,6 @@ then add this in your dependencies ``` - -## Supported Redis versions -| Redis version | Supported | -|---------------|-----------| -| 1.x.x | ✖ | -| 2.x.x | ✖ | -| 3.x.x | ✖ | -| 4.x.x | ✖ | -| 5.x.x | ✖ | -| 6.x.x | ✔ | -| 7.x.x | ✔ | - ## Notice 2: users on git.limework.net please create the issues on GitHub as its main project source.