-
Notifications
You must be signed in to change notification settings - Fork 123
Home
Pieter Vlasblom edited this page Jul 23, 2016
·
5 revisions
RedisBungee is the leading player synchronization system for BungeeCord.
RedisBungee shares data using the Redis key-value store.
RedisBungee is currently used in production on several large and well-known Minecraft networks, making it a logical addition to your network if you are looking to grow.
- Synchronizes most player information, including network count.
- Graceful degradation, If a BungeeCord instance goes down, your network doesn't go down. Only a portion of it does.
- Highly scalable, RedisBungee has supported networks with thousands of concurrent players online. Don't believe it? Just ask.
- Meticulously optimized, for the highest performance.
- Powered by Redis, a flexible key-store value with many libraries available for it.
- Easy to hook and use, with a wide variety of available plugins developed for it.