vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
128 stars 116 forks source link

Cluster and sentinel improvements #459

Closed Ladicek closed 1 month ago

Ladicek commented 1 month ago

Fixes #320 Fixes #372

Related to #303

This will also fix the following Quarkus issue: https://github.com/quarkusio/quarkus/issues/40151

Ladicek commented 1 month ago

This is a draft because more documentation is needed and there's one TODO in one of the tests, otherwise this should be ready.

Ladicek commented 1 month ago

Documentation done and TODO in the test resolved.