Redis Pool & Other Java Lib #29629
-
Hi! I'm new to quarkus, I'm trying convert my project to quarkus i just wonder is there any way to use my old lib : Jedis , JedisPool, org.apache.httpcomponents.client5 ? seem Quarkus doesn't have Pool for Redis |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
/cc @cescoffier, @gsmet, @machi1990 |
Beta Was this translation helpful? Give feedback.
-
Quarkus provides multiple Redis APIs from low level to high level, but it does not use JEdis.
And, of course, it has a connection pool. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info , i just search but cannot find anything about pool in Quarkus Redis Document. Normally i use JedisPool in java, what is the equivalent in Quarkus ? |
Beta Was this translation helpful? Give feedback.
You need to configure the number of connections of the Redis client using: