Hello!
On Tue, Jul 16, 2013 at 9:24 AM, Chris Whitten wrote:
> Does lua-resty-redis's implenentaiton of hmget support multi-bulk replies?
Of course.
> Like:
>
> local fields = red:hmget(key, { value1, value2, value3, ... } )
>
> should return a lua-like array of the values's requested?
>
It returns what the standard redis command document specifies:
http://redis.io/commands/hmget