Redis-Objects v0.6.0 Release Notes

Release Date: 2012-12-13 // over 11 years ago
    • ➕ Add [email protected]()+ method to add multiple members at once [hfwang]

    • ➕ Add +insert+ method to Redis::List instances [giglemad]

    • ⚡️ Updated APIs for recent redis-server sort API compat [nateware]

    • ➕ Add HashKey#bulk_values for fetching values in the same order than the given keys [aspgems]

    • Lists now handle the insert command

    • 🔄 Changed [email protected]+ method on SortedSet to return nil for invalid members [hkarthik]

    • ✅ Test using redis-objects counters and fix when AR passes a string

    • ➕ Add LSET to lists [neonlex]

    • 🛠 Fix interstore/unionstore for redis 2.6 [david]

    • 👍 Redis-rb 3.0.0 support [seomoz]

    • group_set_with_scores is no longer needed.