Redisson v2.1.3 Release Notes

  • 🔋 Feature - Ability to define Codec for each object
    🔋 Feature - refreshConnectionAfterFails setting added
    🔋 Feature - AWS Elasticache support via Config.useElasticacheServers method (thanks to Steve Ungerer)
    🔋 Feature - RScoredSortedSet and RLexSortedSet added. Both uses native Redis Sorted Set commands. RLexSortedSets stores only String objects and work with ZLEX-commands
    🛠 Fixed - missed AUTH during channel reconnection
    🛠 Fixed - resubscribe to subscribed topics during channel reconnection