| 1 | 22,187 | 47,026 | redis_importer | Creates objects, converts them to Redis commands and executes the redis commands. |
| 2 | 34,887 | 60,852 | gem_configurator | Implements a standard way of using yml files to configure gems. |
| 3 | 40,106 | 71,873 | csv_to_object | Takes a CSV file and returns a a collection of objects generated by that CSV file. |
| 4 | 44,499 | 110,823 | redis_pipeline | Send commands to a redis server in pipelined batches |
| 5 | 44,674 | 47,026 | redis_backed_model | Provides methods to models that are backed by a redis instance. |
| 6 | 139,680 | 87,218 | warn_if | Provides warnings to ActiveRecord validiations. |