Soveran Nest Versions Save

Generate nested namespaced keys for key-value databases.

3.1.0

7 years ago

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"]