Description:
Do you want to use Redis in your projects but don't want each plugin to weigh more than 1MB because of packing Jedis in it? You can use this plugin as a library and make your plugins light and free of incompatibilities.
This plugin does not require extra configuration or documentation, you simply install it on your server and make your projects use the Jedis library that is on it.
Compatible with:
- BungeeCord
- Spigot
- Paper or any other fork.
Use in your Maven Projects:
HTML:
<repositories>
<repository>
<id>2lstudios-repo
</id>
<url>https://ci.2lstudios.dev/plugin/repository/everything/
</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev._2lstudios
</groupId>
<artifactId>Jedis-Wrapper
</artifactId>
<version>4.1.1
</version>
<scope>provided
</scope>
</dependency>
</dependencies>