You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redisson/redisson-spring-boot-starter
Nikita 947b1b38aa [maven-release-plugin] prepare release redisson-3.8.0 7 years ago
..
src redisson-spring-boot-starter module added. #1374 7 years ago
README.md docs fixed 7 years ago
pom.xml [maven-release-plugin] prepare release redisson-3.8.0 7 years ago

README.md

Spring Boot Starter

Integrates Redisson with Spring Boot library.

Supports Spring Boot 1.3.x, 1.4.x, 1.5.x, 2.0.x

Usage

1. Add redisson-spring-boot-starter dependency into your project:

  1. For JDK 1.8+

    Maven

    <dependency>
        <groupId>org.redisson</groupId>
        <artifactId>redisson-spring-boot-starter</artifactId>
        <version>3.8.0</version>
    </dependency>
    

    Gradle

    compile 'org.redisson:redisson-spring-boot-starter:3.8.0'
    
  2. For JDK 1.6+

    Maven

    <dependency>
        <groupId>org.redisson</groupId>
        <artifactId>redisson-spring-boot-starter</artifactId>
        <version>2.13.0</version>
    </dependency>
    

    Gradle

    compile 'org.redisson:redisson-spring-boot-starter:2.13.0'
    

2. Get access to Redisson through spring bean with RedissonClient interface