MAStaff
  • ๐Ÿ›นMAStaff
  • Introduction
    • ๐Ÿฅ•Let's get started
    • ๐Ÿ’พDatabases
    • ๐Ÿ‘ฎPermissions
    • ๐Ÿ—๏ธPermission Setup
  • Bukkit
    • ๐ŸงญCommands
    • ๐Ÿ–‡๏ธConfig
    • ๐Ÿ”†Glow
    • ๐Ÿš˜Staff Vault
    • โœˆ๏ธPlaceholders
    • ๐ŸงปPaper 1.17 Support
  • BungeeCord
    • ๐ŸงญCommands
    • ๐Ÿ–‡๏ธConfig
    • โš–๏ธRedis Sync
  • GitHub
    • ๐Ÿš€Information
Powered by GitBook
On this page
  • How to setup ?

Was this helpful?

  1. BungeeCord

Redis Sync

Here you will learn all about how to config the server sync

PreviousConfigNextInformation

Last updated 1 year ago

Was this helpful?

This project has reached end of life and is no longer maintained.

We recommend you transition to , it's free

When to use the Redis Sync ?

You should use the Redis Sync when we have 2 or more BungeeCord instances

How to setup ?

In the Redis Config section

The serverID must be unique

Redis:
  # Enable or disable the Redis synchronization.
  enabled: false
  # The host of your Redis server.
  host: "localhost"
  # The port of your Redis server.
  port: 6379
  # The password of your Redis server.
  password: ""
  # The database of your Redis server.
  database: 0
  # The timeout of your Redis server.
  timeout: 2000
  # The pool size of your Redis server.
  poolSize: 8
  # The prefix of your Redis server.
  prefix: "MAStaff"
  # The channel of your Redis server.
  channel: "MAStaff"
  # Identify the server.
  serverID: "p1"

Change enable from false -> true and config the database with your credentials and restart the server! Thats all

โš–๏ธ
NookureStaff