Redis-Objects v0.3.0 Release Notes

Release Date: 2010-04-14 // about 14 years ago
    • 🐎 Due to Ruby 1.9 bugs and performance considerations, marshaling of data types is now OFF by default. You must say :marshal => true for any objects that you want serialization enabled on. [Nate Wiger]

    • Sorted Set class changed slightly due to feedback. You can now get an individual element back via @set['item'] since it acts like a Hash.