This commit is contained in:
Tux 2013-09-29 16:22:52 -04:00
parent d0f5a24f38
commit eeda87c7dc
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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.