Similar to https://github.com/lukechilds/keyv/issues/41 but with `.get()` instead of `.delete()` Pass an array of keys to get in a single operation. ```js await keyv.get(['key-1', 'key-2', 'key-3']); ```