2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-19 15:18:01 +00:00
RedisBungee/README.md

16 lines
673 B
Markdown
Raw Normal View History

2013-09-29 20:22:52 +00:00
# RedisBungee
2013-09-29 20:23:31 +00:00
RedisBungee bridges [Redis](http://redis.io) and BungeeCord together. This is the solution deployed on [The Chunk](http://thechunk.net) to make sure our multi-Bungee setup flows smoothly together.
2013-09-29 20:22:52 +00:00
## 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.