Sha256: 784865b8d2765d8d8010013abb6240204378e4a47de102d808896d4528992b71
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
= Changelog for Redis::Objects == 0.3.0 [Final] (14 April 2010) * 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. == 0.2.4 [Final] (9 April 2010)* * Added sorted set support via Redis::SortedSet [Nate Wiger] == 0.2.3 [Final] (18 February 2010)* * Added lock expiration to Redis::Lock [Ben VandenBos] * Fixed some bugs [Ben VandenBos] * Added lock tests and test helpers [Ben VandenBos] == 0.2.2 [Final] (14 December 2009)* * Added @set.diff(@set2) with "^" and "-" synonyms (oversight). [Nate Wiger] * Implemented Redis core commands in all data types, such as rename. [Nate Wiger] * Renamed Redis::Serialize to Redis::Helpers::Serialize to keep Redis:: cleaner. [Nate Wiger] * More spec coverage. [Nate Wiger] == 0.2.1 [Final] (27 November 2009)* * First worthwhile public release, with good spec coverage and functionality. [Nate Wiger]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-objects-0.3.0 | CHANGELOG.rdoc |