All Versions
30
Latest Version
Avg Release Cycle
147 days
Latest Release
1653 days ago

Changelog History
Page 2

  • v1.0.1 Changes

    October 14, 2014
    • Array handling for unmarshal [dreyks]

    • πŸ‘· Test against Ruby 2.1 / 2.2 on Travis CI [tricknotes]

    • Redis::Set#randmember method accept count as optional parameter [xeviknal]

  • v1.0.0 Changes

    July 25, 2014
    • πŸ›  Fix expiration filter to handle atomic blocks, remove method aliasing [nateware]

    • πŸ›  Fix incrbyfloat to actually return a float [james-lawrence]

    • πŸ‘ Allow false as default: value (bugfix) [james-lawrence]

    • πŸ‘ Allow unionstore and interstore between sorted sets and sets [jrdi]

    • βž• Add syntax highlighting to README.md [bartolsthoorn]

  • v0.9.1 Changes

    March 25, 2014
    • πŸ›  Fix bad marshal calls in SortedSet [Fleurer, nateware]

    • πŸ– Handle marshalling/unmarshalling of nil values [anujdas]

    • βž• Add :default as synonym to :start for Counter [Fleurer]

  • v0.9.0 Changes

    February 06, 2014
    • πŸ”’ Ensure we don't double-unmarshal values, which could be a security issue [markijbema, nateware]

    • πŸ‘Œ Support a custom redis connection per redis key [hfwang]

    • πŸ’Ž HashKey#fetch now behaves more similarly to Ruby [datapimp]

    • βž• Add incrbyfloat and decrbyfloat for values and hashes [nateware]

    • βž• Add support for @sorted_set.merge and variadic zadd [hfwang]

    • βž• Add support for srandmember for sets [LYY]

    • πŸ– Handle @set << [] in an intelligent way [kitchen]

    • βž• Add multi-unshift functionality [nateware]

    • βž• Additional test coverage for @sorted_set.merge and other ops [nateware]

  • v0.8.0 Changes

    November 09, 2013
    • πŸ”¨ Refactor to modular include/extend approach to enable hooking and remove evals [nateware]

    • Custom id field via redis_id_field :whatever [liuming]

    • πŸ‘Œ Support marshaling of sorted set key names for incr/decr [hfwang]

    • βž• Add support for pushing multiple values into a list [scranton]

    • πŸ›  Fix problematic typo in HashKey#fill [johnmaxwell]

    • πŸ›  Fix wrong parameter order for revrangebyscore method [FoGhost]

    • Convert to using Bundler from Jeweler to manage gem [nateware]

  • v0.7.0 Changes

    February 27, 2013
    • Enable inheritance of Redis::Objects models [rossta]

    • Finally fix require/autoload so "require 'redis/foo'" is not needed [nateware]

    • Redis::Objects.redis= now properly sets subclass handles as expected [nateware]

    • βž• Add lib/redis-objects.rb for easier Gemfile require [notEthan]

    • πŸ›  Fix wrong readme line, fix some indentation [giglemad]

  • v0.6.1 Changes

    December 13, 2012
    • πŸ›  Fixed error that incorrectly specified activerecord as a gem dep [nateware]
  • v0.6.0 Changes

    December 13, 2012
    • βž• 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.

  • v0.5.2 Changes

    June 13, 2012
    • βž• Added Redis::SortedSet#member? method [Karl Varga]

    • βž• Added +ttl+ method to CoreCommands [Karl Varga]

  • v0.5.1 Changes

    May 23, 2011
    • πŸ›  Fixed super class delegation conflicts with Redis Counters vs ActiveRecord [Tim Aßmann]

    • βž• Added zcount method to SortedSet [dunedain289]

    • ⚑️ Updated redis-objects to look for Redis.current and prefer it over global $redis variable [Jean Boussier]

    • ⚑️ Updated URLs to reflect new redis.io website [JΓ©rΓ©my Lecour]