Uses of Class
io.vertx.mutiny.redis.client.RedisCluster
Packages that use RedisCluster
-
Uses of RedisCluster in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client with type parameters of type RedisClusterMethods in io.vertx.mutiny.redis.client that return RedisClusterModifier and TypeMethodDescriptionstatic RedisClusterstatic RedisClusterRedisCluster.create(RedisConnection connection) RedisCluster.groupByNodesAndForget(List<io.vertx.redis.client.Request> requests) Groups therequestsinto aRequestGrouping, which contains: keyed requests: requests that include a key and it is therefore possible to determine to which master node they should be sent; all requests in each inner list in thekeyedcollection are guaranteed to be sent to the same master node; unkeyed requests: requests that do not include a key and it is therefore not possible to determine to which master node they should be sent. If any of therequestsincludes multiple keys that belong to different master nodes, the resulting underlying uni will fail.static RedisClusterRedisCluster.newInstance(io.vertx.redis.client.RedisCluster delegate) Creates a new instance of theRedisCluster.RedisCluster.onAllMasterNodesAndForget(io.vertx.redis.client.Request request) Runs therequestagainst all master nodes in the cluster.RedisCluster.onAllNodesAndForget(io.vertx.redis.client.Request request) Runs therequestagainst all nodes in the cluster.