Redisson 3.11.6 release, Redis client

Redisson 3.11.6 released, Redisson Redis is erected on the basis of a Java in-memory data grid (In-Memory Data Grid).

Redisson on the NIO-based Netty framework, full use of the range of benefits provided by the database Redis key, in the Java utility package on the basis of common interfaces, provides the user with a series of common tools with distributed properties. Making an already won the coordination of distributed multi-machine system multithreading capabilities as a multi-threaded concurrent programming toolkit coordination stand-alone, greatly reducing the difficulty of the design and development of large-scale distributed systems. At the same time in connection with the special features of distributed services, to further simplify the mutual cooperation between programs in a distributed environment.

Updates are as follows:

characteristic

  • Add RExecutorServiceAsync.cancelTask ​​Async () method
  • Add RExecutorService.hasTask () method
  • Add RExecutorService.getTaskCount () method
  • RMap after the write queue should be fault-tolerant
  • Added to poll a limiting RQueue, RDeque, RDelayedQueue Object () method
  • Adding to the cluster configuration settings checkSlotsCoverage
  • Add RExecutorService.getTaskIds () method
  • Adding awaitAsync () method of the object to RCountDownLatch
  • Added RCountDownLatchRx objects and RCountDownLatchReactive

Bug fix update see Description:
https://github.com/redisson/redisson/releases/tag/redisson-3.11.6

Guess you like

Origin www.oschina.net/news/111723/redisson-3-11-6-released