micronaut-projects / micronaut-redis

Integration between Micronaut and Redis
Apache License 2.0
30 stars 34 forks source link

Support Lettuce connection pooling #216

Open ikovalyov opened 2 years ago

ikovalyov commented 2 years ago

Feature description

Lettuce supports connection pooling. We would like to have this functionality in the micronaut-redis. Switching from micronaut's RedisCache to manual queries with connection pool demonstrated improved performance.

ikovalyov commented 2 years ago

217 @graemerocher

rjaros87 commented 5 months ago

Any update on this one? It would be nice to have connection pool for manual queries to Redis.