Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@soveran soveran released this 15 Apr 08:11
· 11 commits to master since this release

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