Redis-Objects v1.3.0 Release Notes

Release Date: 2017-03-11 // about 7 years ago
    • ๐Ÿ– handle two Redis::Counter objects adding/subtracting [Nate Wiger]

    • ๐Ÿ”€ Merge pull request #193 from Galathius/Galathius-patch-1 Doesn't set default value to redis when just try read [Galathius]

    • ๐Ÿ”€ Merge pull request #194 from oggy/pop-shift-n Add support for popping/shifting multiple elements from a List. [oggy]

    • Merge pull request #199 from bf4/fix_hashkey_hmget_empty_collection Fixes case of hmget empty collection [bf4]

    • ๐Ÿ”€ Merge pull request #200 from liukgg/master Add method "mget" to improve efficiency for fetching values of multiple objects [liukgg]

    • ๐Ÿ›  Fixes case of hmget empty collection to return nil or raise the appropriate error [Benjamin Fleischer]

    • โœ‚ Merge pull request #189 from mneumark/add_delete_whole_object_method Add @object.delete! whole object delete method [mneumark]

    • ๐Ÿ›  fix some tests for changes in AR 4.2 [nateware]

    • โž• Add support for popping/shifting multiple elements from a List like ruby's array [George Ogata]

    • ๐Ÿ›  Merge pull request #187 from rossta/bug_fix_to_json Add more complete #to_json and #as_json to also address recursion bugs [Ross Kaffenberger]

    • 0๏ธโƒฃ Doesn't set default value to redis if just try to read [Ilya Kamenko]

    • โž• Add specs for #as_json [Ross Kaffenberger]

    • Implement BaseObject#as_json and #to_json in terms of #to_hash [Ross Kaffenberger]

    • โž• Add delete! method to Redis::Objects [Micah Neumark]

    • Implement #value, #to_json for Redis::BaseObject to fix previous situations where #to_json would hang [Ross Kaffenberger]

    • ๐Ÿ‘ Reproduce blocking #to_json call issue #134 When using ActiveSupport's Object#to_json [Ross Kaffenberger]