mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
16 lines
674 B
Markdown
16 lines
674 B
Markdown
|
# RedisBungee
|
||
|
|
||
|
RedisBungee bridges [Redis](http://redis.org) and BungeeCord together. This is the solution deployed on [The Chunk](http://thechunk.net) to make sure our multi-Bungee setup flows smoothly together.
|
||
|
|
||
|
## Compiling
|
||
|
|
||
|
RedisBungee is distributed as a [maven](http://maven.apache.org) project. To compile it:
|
||
|
|
||
|
git clone https://github.com/minecrafter/RedisBungee.git
|
||
|
cd RedisBungee
|
||
|
mvn clean package
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config](https://github.com/minecrafter/RedisBungee/blob/master/src/main/resources/example_config.yml) is saved when the plugin first starts.
|