Skip to content

Commit 074fb01

Browse files
committed
add quarkus
1 parent a09dd72 commit 074fb01

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

docs/develop/java/index-java.mdx

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,38 +167,58 @@ Find more information about Java & Redis connections in the "[Redis Connect](htt
167167

168168
## Ecosystem
169169

170-
As developer you can use the Java client library directly in your application, or you can frameworks like: [Spring](https://spring.io/), [Vert.x](https://vertx.io/), and [Micronaut](https://micronaut.io/).
170+
As developer you can use the Java client library directly in your application, or you can frameworks like: [Spring](https://spring.io/), [Quarkus](https://quarkus.io/), [Vert.x](https://vertx.io/), and [Micronaut](https://micronaut.io/).
171171

172172

173173
<div class="row text--center">
174174

175175
<div class="col ">
176+
<div className="ri-container">
176177

177178
#### Develop with Spring
178179

179180
![Spring logo](/img/logos/spring.png)
180181

181182
[Spring Data Redis](https://spring.io/projects/spring-data-redis), part of the larger Spring Data project. It provides easy access to Redis from Spring applications.
182-
183+
</div>
183184
</div>
184185

185186
<div class="col">
187+
<div className="ri-container">
188+
189+
#### Develop with Quarkus
190+
191+
![Quarkus logo](/img/logos/quarkus.png)
192+
193+
[Redis Client extension](https://quarkus.io/guides/redis) allows you to connect your Quarkus application to a Redis instance.
194+
</div>
195+
</div>
196+
</div>
197+
198+
199+
<div class="row text--center">
200+
201+
<div class="col">
202+
<div className="ri-container">
186203

187204
#### Develop with Vert.x
188205

189206
![Vert.x logo](/img/logos/vertx.png)
190207

191208
[Eclipse Vert.x](https://vertx.io/introduction-to-vertx-and-reactive/) is a framework to build reactive applications on the JVM. [Vert.x-redis](https://vertx.io/docs/vertx-redis-client/java/) is redis client to be used with Vert.x.
192209
</div>
210+
</div>
193211

194212
<div class="col">
213+
<div className="ri-container">
195214

196215
#### Develop with Micronaut
197216

198217
![Micronaut logo](/img/logos/micronaut.svg)
199218

200219
[Micronaut](https://micronaut.io/) is a framework for building microservices and serverless applications. The [Micronaut Redis](https://micronaut-projects.github.io/micronaut-redis/snapshot/guide/) extension provides the integration with Redis.
201220

221+
</div>
202222
</div>
203223

204224
</div>

static/img/logos/quarkus.png

16.8 KB
Loading

0 commit comments

Comments
 (0)