mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
move supported redis versions up
This commit is contained in:
parent
814dabbb6a
commit
2ceac5a079
24
README.md
24
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.
|
||||
|
Loading…
Reference in New Issue
Block a user