Back to marketplace
Minecraft Jedis (Redis Driver)
Modrinth Plugin

Minecraft Jedis (Redis Driver)

Up-to-date Jedis Redis client wrapped as a universal Forge/Fabric/Bukkit library for plugins like Grim.

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Plugin

Access

Free

Latest version

8.0.0-beta1+2026-06-06

Downloads

432

Loaders / Platforms

bukkit fabric folia forge neoforge paper purpur quilt spigot

Minecraft versions

1.12.2 – 1.21.11 26.1 26.1.1 26.1.2

Categories

library

Description

Detailed information

# Jedis Redis Client for Minecraft [Jedis](https://github.com/redis/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 itself - `org.apache.commons:commons-pool2` — connection pool (Jedis uses this for `JedisPool`) - `com.google.code.gson:gson` — JSON serialization - `org.json:json` — JSON parsing - `org.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 ```kotlin compileOnly("redis.clients:jedis:5.2.0") ``` Probe at startup: ```java 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`](https://github.com/Axionize/minecraft-jedis/blob/main/LICENSE). --- Issues, source: [GitHub](https://github.com/Axionize/minecraft-jedis).

Developer

Axionize

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

No images yet

The project author has not added a gallery on Modrinth.

Change log

Project versions

Published versions and original Modrinth files.

8.0.0-beta1+2026-06-06 Current Release 06.06.2026

8.0.0-beta1+2026-06-06

Supported Minecraft versions
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur quilt spigot
Show changes
ci: upgrade actions to Node 24 versions (checkout v5, setup-java v5, upload-artifact v7, gradle/actions setup-gradle v5)
Sign in

1.79 MB

8.0.0-beta1+2026-06-06 Release 06.06.2026

8.0.0-beta1+2026-06-06

Supported Minecraft versions
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur quilt spigot
Show changes
ci: fix Modrinth version extraction and replace broken PR auto-merge with direct commit to main
Sign in

1.79 MB

7.5.0+2026-05-02 Release 02.05.2026

7.5.0+2026-05-02

Supported Minecraft versions
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur quilt spigot
Show changes
Automated bump to version **7.5.0**.
Sign in

1.68 MB

5.2.0+2026-04-25 Release 25.04.2026

5.2.0+2026-04-25

Supported Minecraft versions
1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur quilt spigot
Show changes
modrinth: managed body.md + auto-sync workflow Adds .modrinth/body.md as the source-of-truth for the Modrinth project body, and a separate workflow that PATCHes the project on every push that touches body.md. Description fixes don't have to wait for a version bump. Title set once via direct API call; this workflow only manages the body field. The MODRINTH_TOKEN secret used by the release workflow covers this endpoint as well.
Sign in

1.5 MB