Redisson is the Redis Java client and Real-Time Data Platform. It provides more convenient and easiest way to work with Redis. Redisson objects provides a separation of concern, wh...
Map Redis or Valkey based distributed Map object for Java implements ConcurrentMap interface. This object is thread-safe. Consider to use Live Object service to store POJO obje...
Object holder Java implementation of Redis or Valkey based RBucket object is a holder for any type of object. Size is limited to 512Mb. Code example: RBucket < AnyObject > buc...