Redisson v2.3.0 Release Notes

  • ๐Ÿ“„ Starting from this version Redisson could be run as standalone node to execute distributed tasks. More features will be added to it in future. Read docs about it here

    ๐Ÿ†• Feature - new service added RExecutorService. More info about it here
    ๐Ÿ†• Feature - new service added RScheduledExecutorService. More info about it โฑ here
    ๐Ÿ†• Feature - new service added RLiveObjectService. More info about it here (big thanks to Rui Gu for this amazing feature)
    ๐Ÿ†• Feature - new object added RBoundedBlockingQueue. More info about it here
    ๐Ÿš€ Feature - Redis deployment tool. More info about it ๐Ÿš€ here
    Feature - Cluster management tool. More info about it here
    ๐Ÿ”‹ Feature - Avro and Smile codecs added
    ๐Ÿ’ฅ Breaking api change - all config classes moved to org.redisson.config package
    ๐Ÿ’ฅ Breaking api change - all classes moved from org.redisson.core to org.redisson.api package
    ๐Ÿ’ฅ Breaking api change - switched from io.netty.util.concurrent.Future to org.redisson.api.RFuture interface
    ๐Ÿ›  Fixed - division by zero in WeightedRoundRobinBalancer (thanks to Shailender R Bathula)