Skip to content

Releases: soveran/nest

3.1.0

15 Apr 08:11
Compare
Choose a tag to compare

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