|
|
|
@ -2,8 +2,6 @@
|
|
|
|
|
|
|
|
|
|
Integrates Redisson with [Quarkus](https://quarkus.io/) framework.
|
|
|
|
|
|
|
|
|
|
Supports Quarkus 1.6.x - 2.8.x
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
<summary><b>Native image with RemoteService</b>. Click to expand!</summary>
|
|
|
|
|
<br/>
|
|
|
|
@ -52,9 +50,9 @@ Gradle
|
|
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
|
// for Quarkus v1.6.x - v1.13.x
|
|
|
|
|
compile 'org.redisson:redisson-quarkus-16:3.17.1'
|
|
|
|
|
compile 'org.redisson:redisson-quarkus-16:3.17.2'
|
|
|
|
|
// for Quarkus v2.x.x
|
|
|
|
|
compile 'org.redisson:redisson-quarkus-20:3.17.1'
|
|
|
|
|
compile 'org.redisson:redisson-quarkus-20:3.17.2'
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 2. Add settings into `application.properties` file
|
|
|
|
|