ValioBungee icon

ValioBungee -----

RedisBungee Limework fork










  • Java 17 is now required for Velocity Due velocity-api 3.3.0 requiring it

  • Jedis updated to 5.1.2
----------, Apr 12, 2024














check out this link https://github.com/Limework/RedisBungee/releases/tag/0.6.5

for more information about this update.
----------, Jul 31, 2021


ITS NOT RECOMMENDED TO USE THIS ON
PRODUCTION SERVER NOW ITS BETA RELEASE WHICH MIGHT CONTAINS BUGS OR STUFF MIGHT NOT WORK.

Whats new?

  • Redis version below 6 is no longer supported Redisbungee wont load.
  • This update adds Redis sentinel support!
  • new config options for sentinel.
Code (YAML):

# REDIS SENTINEL
# WARNING: THIS BETA AND NOT TESTED REPORT ANY ISSUES at issues pages in

# If enabled config options redis-server, redis-port and redis-password will be ignored.
use-sentinel
: false

# you can have many sentinels as you want as long its like this format
#  sentinels:
#    - "<ip-address>:<port>"
#    - .....
#
sentinels
:
 - "127.0.0.1:26379"
  - "127.0.0.1:26378"
  - "127.0.0.1:26377"

# enables ssl for sentinels connections.
use-SSL-sentinels
: false
# to enable ssl for master and salve just set useSSL: true

# Sentinel password
sentinel-password
: ""

# Your master name
master-name
: mymaster
master-password
: ""
 


this snapshot fixes:
  • not being able to run and compile on java 16 due lombok :/
  • server-id isn't showing correctly in logs
----------, Jun 25, 2021

  • Fixed the placeholder api not working correctly #6

  • implemented Persistent random server id generation #5 thanks @weihao

  • fixed bug related to last update
----------, May 21, 2021

----------, May 17, 2021

ADDED:

  • Random server id please regenerate your config to see the new added config values
CHANGES:

  • this related to last update(Changed the log output from fatal to warning)
----------, May 17, 2021

Fixed:
1# proxy seconds behind! (Time not synchronized or server down?) spamming console
----------, May 13, 2021

Resource Information
Author:
----------
Total Downloads: 5,885
First Release: Jan 10, 2021
Last Update: Sep 28, 2024
Category: ---------------
All-Time Rating:
12 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings