3.1. Async way 3.2. Reactive way Redisson instances are fully thread-safe. Objects with synchronous/asynchronous methods could be reached via RedissonClient interface.Reactive...
Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...
Spring Boot Starter Integrates Redisson with Spring Boot library. Depends on Spring Data Redis module. Supports Spring Boot 1.3.x - 3.4.x Usage 1. Add redisson-spring-boot-sta...
Metrics This feature is available only in Redisson PRO Monitoring systems integration Redisson provides integration the most popular monitoring systems through Micrometer fram...
Redisson is the Java Client and Real-Time Data Platform for Redis or Valkey . Providing the most convenient and easiest way to work with Redis or Valkey. Redisson objects provide ...
Below are libraries list used by Redisson: Group id Artifact Id Version Dependency com.esotericsoftware kryo 5.4+ required (if Kryo is used as codec) com.esoter...
Spring Boot For Spring Boot usage please refer to Spring Boot article. Micronaut Redisson integrates with Micronaut framework. Supports Micronaut 2.0.x - 4.x.x Usage 1. A...
Synchronous and Asynchronous API Redisson instances are fully thread-safe. Synchronous and Asynchronous API could be reached via RedissonClient interface. Most Redisson objects...
Use Webhook to subscribe events Webhook usage process The first step: Configure Webhook related information in EventMesh and start The second step: Add Webhook configuration infor...
Below is the libraries used by Redisson: Group id Artifact Id Version Dependency com.esotericsoftware kryo 5.4+ required (if Kryo is used as codec) com.esoterics...