Update README.md

pull/4087/head
Nikita Koksharov 3 years ago committed by GitHub
parent 5a9596f201
commit 7f83630ce9
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.0.x Supports Micronaut 2.0.x - 3.2.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 --> <!-- for Micronaut v3.0.x - v3.2.x -->
<artifactId>redisson-micronaut-30</artifactId> <artifactId>redisson-micronaut-30</artifactId>
<version>3.16.7</version> <version>3.16.7</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.7' compile 'org.redisson:redisson-micronaut-20:3.16.7'
// for Micronaut v3.0.x // for Micronaut v3.0.x - v3.2.x
compile 'org.redisson:redisson-micronaut-30:3.16.7' compile 'org.redisson:redisson-micronaut-30:3.16.7'
``` ```

Loading…
Cancel
Save