Redis-Objects v0.3.2 Release Notes

Release Date: 2010-07-21 // almost 14 years ago
    • ๐Ÿ†• New "maxlength" option to Redis::List can create length-limited lists (eg, like a ring buffer) from dbalatero [David Balatero]

    • ๐Ÿ›  Fix score conversions in Redis::SortedSet (scores are floats, not ints) from tomstuart [Tom Stuart]

    • โœ… Switched from rspec to bacon for tests