Starting with this version, you can send Redis commands as messages to Nest,
and if the method definition is missing it will forward the command
to Redis:
>> event = Nest.new("Event")
>> event[3].hset("name", "Redis Meetup")
>> event[3].hget("name")
=> ["Redis Meetup"]