redis-mock icon indicating copy to clipboard operation
redis-mock copied to clipboard

support feeding args as an array

Open lrills opened this issue 9 years ago • 0 comments

Like:

client.hset(["hash key", "hashtest 2", "some other value"], redis.print);

witch seems to be not supported now.

lrills avatar Jul 19 '16 05:07 lrills