Redis-Objects v0.4.0 Release Notes

Release Date: 2010-08-11 // over 13 years ago
    • ๐Ÿ‘ Full support for redis hashes via new Redis::Hash class [Julio Capote, Nate Wiger]

    • Now dependent on redis-rb client 2.0.4 or later. Should still be backwards compatible with redis-server 1.x

    • ๐Ÿ›  Fixes to sets and sorted sets to bring them up to speed with redis-rb 2.0 from tomstuart [Tom Stuart]

    • โšก๏ธ Incompatible change: Update list[x,y] and sorted_set[x,y] to work consistently with Ruby in all cases [Tom Stuart]

    • ๐Ÿ”จ Refactoring to make constructors common across all object types from dbalatero [David Balatero]

    • ๐Ÿ“‡ Renamed :withscores option to :with_scores for consistency with redis-rb 2.0, but kept backwards compat [Tom Stuart, Nate Wiger]