lp / ObjCHiredis

Hiredis with Objective-C Interface
162 stars 22 forks source link

MacRuby: `mget` doesn't work as expected #7

Open emancu opened 11 years ago

emancu commented 11 years ago
redis = ObjCHredis.redisRb
redis.mget('foo', 'bar')

This code only works if foo and bar exists in redis db. According to mget documentation this should work for keys that doesn't exist and non-string type too.