Redisson v2.2.7 Release Notes

  • ๐Ÿ”‹ Feature - readAllKeySet, readAllValues, readAllEntry, readAllKeySetAsync, readAllValuesAsync, readAllEntryAsync methods were added to RMap object
    ๐Ÿ‘Œ Improvement - RKeys.delete optimization in Cluster mode
    ๐Ÿ›  Fixed - minimal connections amount initialization
    ๐Ÿ›  Fixed - RKeys.deleteByPattern throws an error in cluster mode
    ๐Ÿ›  Fixed - RKeys.deleteAsync throws error in Cluster mode
    ๐Ÿ›  Fixed - Redisson failed to start when one of sentinel servers is down
    ๐Ÿ›  Fixed - Redisson failed to start when there are no slaves in Sentinel mode
    ๐Ÿ›  Fixed - slave nodes up/down state discovery in Cluster mode
    ๐Ÿ›  Fixed - slave can stay freezed when it has been just added in Sentinel mode
    ๐Ÿ›  Fixed - offline slaves handling during Redisson start in Sentinel mode
    ๐Ÿ›  Fixed - SELECT command can't be executed in Sentinel mode
    ๐Ÿ›  Fixed - database setting removed from cluster config