
Minecraft Jedis (Redis Driver)
Up-to-date Jedis Redis client wrapped as a universal Forge/Fabric/Bukkit library for plugins like Grim.
About this Mod
Jedis Redis Client for Minecraft
Jedis, the most widely used Java Redis client, repackaged as a Bukkit/Spigot/Paper plugin and a Fabric/Forge/NeoForge mod.
The mod does nothing on its own — it ships Jedis (and its runtime dependencies) onto the server's classpath so other plugins/mods can use it without each bundling their own copy.
What's in the jar
Jedis plus the four runtime deps it needs:
redis.clients:jedis:5.2.0— the client itselforg.apache.commons:commons-pool2— connection pool (Jedis uses this forJedisPool)com.google.code.gson:gson— JSON serializationorg.json:json— JSON parsingorg.slf4j:slf4j-api— logging facade
slf4j-api is shaded into this jar because Spigot 1.8 doesn't ship it on the classpath. On platforms that already have slf4j (modern Paper, Fabric, NeoForge), the duplicate is harmless — slf4j-api is interface-only, no binding clash.
Loader stubs for Spigot, Forge 1.12, Forge 1.13–1.16, Forge 1.17–1.20, NeoForge 1.21+, and Fabric. No relocation — redis.clients.jedis.*, org.apache.commons.pool2.*, etc. stay at canonical paths.
Compatibility
| Loader | MC versions | Notes |
|---|---|---|
| Bukkit / Spigot / Paper / Folia / Purpur | 1.8 → current | drop into plugins/ |
| Fabric | 1.16.1 → current | needs Fabric Loader 0.14+ |
| Forge | 1.12 → 1.20 | universal jar, no Mixins |
| NeoForge | 1.21 → current | drop into mods/ |
Java 8+ required (Jedis 5.x baseline).
Using it from a plugin or mod
compileOnly("redis.clients:jedis:5.2.0")
Probe at startup:
try {
Class.forName("redis.clients.jedis.Jedis");
} catch (ClassNotFoundException e) {
getLogger().warning("Redis backend disabled — install minecraft-jedis");
return;
}
try (JedisPool pool = new JedisPool(host, port);
Jedis jedis = pool.getResource()) {
jedis.set("hello", "world");
}
On Paper 1.17+ add softdepend: [minecraft-jedis] to your plugin.yml. Fabric and NeoForge don't need anything similar.
For Redis 6+ ACL auth pass user and password; for older Redis just password. TLS is on JedisClientConfig if you need it (not wired into the basic JedisPool constructor).
Versioning
The jar version tracks Jedis one-to-one. 5.2.0+2026-04-25 ships Jedis 5.2.0 plus current commons-pool2/gson/json/slf4j-api at the time of build. Auto-bump runs daily — when Jedis releases, the dep tree moves with it.
License
MIT (Jedis contributors). The repackage adds no functional changes. Full text in LICENSE.
Issues, source: GitHub.
Available Versions
How to Install Minecraft Jedis (Redis Driver) on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set bukkit Loader
In the panel under "Egg", select the bukkit loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Minecraft Jedis (Redis Driver)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+47 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Minecraft Jedis (Redis Driver) server crashes on startup – what to do?
Most common cause: wrong bukkit version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Minecraft Jedis (Redis Driver) compatible with bukkit and fabric and folia and forge and neoforge and paper and purpur and quilt and spigot?
Minecraft Jedis (Redis Driver) officially supports bukkit, fabric, folia, forge, neoforge, paper, purpur, quilt, spigot for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Minecraft Jedis (Redis Driver) – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Minecraft Jedis (Redis Driver) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Minecraft Jedis (Redis Driver) with just one click on your server.