Redis-Objects v0.9.0 Release Notes

Release Date: 2014-02-06 // about 10 years ago
    • ๐Ÿ”’ Ensure we don't double-unmarshal values, which could be a security issue [markijbema, nateware]

    • ๐Ÿ‘Œ Support a custom redis connection per redis key [hfwang]

    • ๐Ÿ’Ž HashKey#fetch now behaves more similarly to Ruby [datapimp]

    • โž• Add incrbyfloat and decrbyfloat for values and hashes [nateware]

    • โž• Add support for @sorted_set.merge and variadic zadd [hfwang]

    • โž• Add support for srandmember for sets [LYY]

    • ๐Ÿ– Handle @set << [] in an intelligent way [kitchen]

    • โž• Add multi-unshift functionality [nateware]

    • โž• Additional test coverage for @sorted_set.merge and other ops [nateware]