Question about Redis
Closed this issue · 2 comments
Does LuckPerms use Redis as a message broker or as a caching system too? I want to reduce connections to Database by using redis.
It just uses it as a messaging broker. Caching is done internally.
The database connections are due to LP using a connection Pool to improve performance. Having multiple connections shouldn’t be an issue whatsoever.