Skip to main content

Command Palette

Search for a command to run...

Redis: a WildFly feature pack

Updated
1 min read

Try https://github.com/Tommy74/wildfly-redis-client-feature-pack and integrate Redis client into WildFly the native way!

Redis Client Feature Pack for WildFly is a Galleon feature pack that integrates a Jedis-based Redis client into WildFly by adding a redis-client subsystem that manages connection pools and exposes them for injection into Jakarta EE applications via CDI.

Quick start: run a local Redis (podman run ...), use the included redis-client-example module to build, provision, and run a ready-made JAX-RS app that demonstrates Redis set/get/delete endpoints.