vert-x3 / vertx-redis-client

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

Add Redis cluster utilities #466

Closed Ladicek closed 1 month ago

Ladicek commented 1 month ago

The RedisCluster interface exposes several useful operations that only make sense in the context of a cluster:

Fixes #450 Closes #418