Overview
Redisson is the Java Client and Real-Time Data Platform for Valkey and Redis.
Redisson does far more than wrap the native API. It exposes familiar Java types - collections, objects, and services - backed by the server, and many of them have no native counterpart in Valkey or Redis at all: of the roughly sixty objects and services, more than thirty exist only in Redisson.
Redisson offers one of the most convenient ways to work with Valkey & Redis. Its objects form an abstraction layer between Valkey or Redis and your Java code, letting you focus on data modeling and application logic and lowering the learning curve for Java developers.
Use the Valkey and Redis commands mapping table to find the Redisson method for a particular command.