| 1 | 22,910 | 94,007 | redis_importer | Creates objects, converts them to Redis commands and executes the redis commands. |
| 2 | 35,896 | 61,331 | gem_configurator | Implements a standard way of using yml files to configure gems. |
| 3 | 41,059 | 94,007 | csv_to_object | Takes a CSV file and returns a a collection of objects generated by that CSV file. |
| 4 | 45,391 | 61,331 | redis_pipeline | Send commands to a redis server in pipelined batches |
| 5 | 45,502 | 46,531 | redis_backed_model | Provides methods to models that are backed by a redis instance. |
| 6 | 141,206 | 129,210 | warn_if | Provides warnings to ActiveRecord validiations. |