mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
README
This commit is contained in:
parent
d0f5a24f38
commit
eeda87c7dc
15
README.md
Normal file
15
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user