Update README.md

pull/4226/head
Nikita Koksharov 3 years ago committed by GitHub
parent b1a8ac3bf8
commit c8bc346da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
Integrates Redisson with [Micronaut](https://micronaut.io/) framework. Integrates Redisson with [Micronaut](https://micronaut.io/) framework.
Supports Micronaut 2.0.x - 3.2.x Supports Micronaut 2.0.x - 3.3.x
## Usage ## Usage
@ -15,7 +15,7 @@ Maven
<groupId>org.redisson</groupId> <groupId>org.redisson</groupId>
<!-- for Micronaut v2.0.x - v2.5.x --> <!-- for Micronaut v2.0.x - v2.5.x -->
<artifactId>redisson-micronaut-20</artifactId> <artifactId>redisson-micronaut-20</artifactId>
<!-- for Micronaut v3.0.x - v3.2.x --> <!-- for Micronaut v3.0.x - v3.3.x -->
<artifactId>redisson-micronaut-30</artifactId> <artifactId>redisson-micronaut-30</artifactId>
<version>3.16.8</version> <version>3.16.8</version>
</dependency> </dependency>
@ -26,7 +26,7 @@ Gradle
```groovy ```groovy
// for Micronaut v2.0.x - v2.5.x // for Micronaut v2.0.x - v2.5.x
compile 'org.redisson:redisson-micronaut-20:3.16.8' compile 'org.redisson:redisson-micronaut-20:3.16.8'
// for Micronaut v3.0.x - v3.2.x // for Micronaut v3.0.x - v3.3.x
compile 'org.redisson:redisson-micronaut-30:3.16.8' compile 'org.redisson:redisson-micronaut-30:3.16.8'
``` ```

Loading…
Cancel
Save