This is the Redis HL (for High Level) gem.
It is a wrapper of the Redis gem for working with Redis with higher level Ruby objects, abstracting Redis structures and making them work like Enumerables.
WIP
Both bundler and rspec are required to build the gem:
$ gem install bundler rspec
Run rake -T to see available tasks. The gem can be built with:
$ rake build
Or, if you want to make sure everything works correctly:
$ bundle exec rake build
After generating the gem, install it using:
$ gem install pkg/redis-hl-*.gem