Feature Request: Add Redis db-index configuration section
Is your feature request related to a problem? Please describe. Not related a problem, but provide extra settings.
Describe the solution you'd like Add configs to Redis database index setting of bungee(velocity) messaging queue type
Recently, many plugins are using Redis as messaging queue for multi-server support. I don't think it's good to have plugins in one index. It is desirable to allow server owner to set db-index and distribute it.
Describe alternatives you've considered I think there's no alternatives for this, if server owners in an environment where can run Redis, I think they'll prefer Redis for high availability than Plugin Messaging.
Additional context Add any other context or screenshots about the feature request here.
https://bencodez.com/job/VotingPlugin/
https://github.com/BenCodez/VotingPlugin/commit/7f1e1e1e7257702a1f6087b5ae28c8df4543a202
Not tested but should work
Sorry for late, tested build 1901(commit: change index config type to int) and it seems to working well. cool!