A Fancy Redis client library.
It's licensed under the BSD license. See LICENSE file for more information.
require: "redis"
r = Redis Client new # defaults to localhost
r set: ('msg, "hello, world")
r get: 'msg . println # => "hello, world"
Inspired in some parts by https://github.com/redis/redis-rb