**Migrated issue, originally created by Noam Kushinsky ([noamk](https://github.com/noamk))** Similarly to #58, `get_or_create_multi` fails when it gets an empty list: ``` region.get_or_create_multi([], lambda: 0) ``` Results in: ``` ResponseError: wrong number of arguments for 'mget' command ```