mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
add warning
This commit is contained in:
parent
0758afeba1
commit
0ac5a5eebb
@ -1,5 +1,4 @@
|
|||||||
# Limework fork of RedisBungee
|
# Limework fork of RedisBungee
|
||||||
|
|
||||||
[![RedisBungee Build](https://github.com/Limework/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 Build](https://github.com/Limework/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)
|
||||||
|
|
||||||
Spigot link: [click](https://www.spigotmc.org/resources/redisbungee.87700/)
|
Spigot link: [click](https://www.spigotmc.org/resources/redisbungee.87700/)
|
||||||
@ -8,6 +7,12 @@ The maintainer of RedisBungee has became inactive, so we have taken the developm
|
|||||||
|
|
||||||
RedisBungee uses [Redis](https://redis.io) to Synchronize data between [BungeeCord](https://github.com/SpigotMC/BungeeCord) proxies
|
RedisBungee uses [Redis](https://redis.io) to Synchronize data between [BungeeCord](https://github.com/SpigotMC/BungeeCord) proxies
|
||||||
|
|
||||||
|
# 0.7 API BREAKING CHANGE:
|
||||||
|
if you plan to use redis-bungee 0.7 the api has breaking change.
|
||||||
|
JedisPool was changed to Pool<Jedis> to support Redis Sentinel
|
||||||
|
If ANYONE found a good way to fix this api breaking change
|
||||||
|
pull requests are welcomed :)
|
||||||
|
|
||||||
## Notice: about older versions of redis than redis 6.0
|
## Notice: about older versions of redis than redis 6.0
|
||||||
|
|
||||||
As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.0 and above!
|
As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.0 and above!
|
||||||
|
Loading…
Reference in New Issue
Block a user