redis-mock
redis-mock copied to clipboard
support feeding args as an array
Like:
client.hset(["hash key", "hashtest 2", "some other value"], redis.print);
witch seems to be not supported now.