move supported redis versions up

This commit is contained in:
mohammed jasem alaajel 2022-06-17 06:03:56 +04:00
parent 814dabbb6a
commit 2ceac5a079
1 changed files with 12 additions and 12 deletions

View File

@ -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.