| 1 | 22,992 | 42,965 | redis_importer | Creates objects, converts them to Redis commands and executes the redis commands. |
| 2 | 36,009 | 37,006 | gem_configurator | Implements a standard way of using yml files to configure gems. |
| 3 | 41,164 | 37,006 | csv_to_object | Takes a CSV file and returns a a collection of objects generated by that CSV file. |
| 4 | 45,504 | 71,816 | redis_pipeline | Send commands to a redis server in pipelined batches |
| 5 | 45,607 | 52,349 | redis_backed_model | Provides methods to models that are backed by a redis instance. |
| 6 | 141,445 | 71,816 | warn_if | Provides warnings to ActiveRecord validiations. |