Registry / database / redisson-spring-boot-starter

redisson-spring-boot-starter

JSON →
library4.4.0javamavenunverified

Spring Boot starter for Redisson, a Valkey and Redis Java client with advanced features like distributed objects, caching, and session management.

<dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>4.4.0</version> </dependency>
INSTALL
IMPORT
SIG · REDISSON-SPRING-BO
R
redisson-spring-boot-starter
databasejavav4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RedissonClient
org.redisson.api.RedissonClient

Injects RedissonClient in a Spring Boot application and sets a value.

import org.redisson.api.RedissonClient; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class RedisService { @Autowired private RedissonClient redissonClient; public void setValue(String key, String value) { redissonClient.getBucket(key).set(value); } }
Debug
Known issues
gotchaRedisson Spring Boot Starter may conflict with other Redis clients like Jedis or Lettuce if both are on the classpath.
fix
Exclude other Redis client dependencies or configure Redisson as the sole client.
affects: all
Upgrade
Version history
4.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
48
Resources
redisson-spring-boot-starter — mvn dependency:get redisson-spring-boot-starter · libregistry