All Redisson Java objects are Redis or Valkey cluster compatible, but their state isn’t scaled/partitioned to multiple master nodes in cluster. Redisson PRO offers data partitioni...
Redisson provides API to manage Redis or Valkey nodes. Code example of operations with Cluster setup: RedisCluster cluster = redisson . getRedisNodes ( RedisNodes . CLUSTER ...
It’s possible to use a Redisson object inside another Redisson object in any combination. In this case a special reference object will be used and handled by Redisson. Usage exampl...
Redis RedisSinkConnector: From EventMesh to Redis topic queue RedisSourceConnector: From Redis topic queue to EventMesh Redis RedisSinkConnector: From EventMesh to Redis topi...