Skip to content

MacRuby: mget doesn't work as expected #7

@emancu

Description

@emancu
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions