- Add count support for multi (ntalbott)
- Add count support (ntalbott)
- Properly reset current values hash (duff)
- Make uniqueness check more robust (ntalbott)
- Fix current_values not being written out (ntalbott)
- Add conditional indexing. (ntalbott)
- Re-build current_values on each index run. (ntalbott)
- Add index removal. (ntalbott)
- Make IndexSet lazy-retrieve the Redis client. (ntalbott)
- Require Redis 2.6. (ntalbott)
- Add deprecation support. (ntalbott)
- Add proper API for accessing indexes by name. (ntalbott)
- Add lookup of multi index values. (ntalbott)
- Add special handling for interrogative methods. (ntalbott)
- Fix double #deindex_by_primary_key when there's a multi index. (ntalbott)
- Add #deindex_by_primary_key. (ntalbott)
- Add license. (ntalbott)
- Update redis-rb dependency to 3.0. (ntalbott)
- Handle out of memory errors better. (myronmarston)
- Property deindex immutable attributes. (myronmarston)
- Allow offsetting primary key lookup by a primary key. (ntalbott)
- Improved keyer inheritance, including better legacy support. (ntalbott)
- Improved memory efficiency by not storing unnecessary data. (myronmarston)
- Added Ordered Indexes for easy range queries. (myronmarston)
- Added keyers to the manifest file. (ntalbott)
- Fixed and tested concurrency support. (ntalbott)
- Added Relix::Error that all errors inherit from. (ntalbott)
- Added support for deindexing a model. (myronmarston)
- Bring sanity to key construction and make keyers pluggable. (ntalbott)
- Back the Rubygems dependency down some.
- Allow configuring the Redis host.
- Add all the new files in lib to gemspec.
- First official release.