methodRedisClient.mgetmget(...keys: KeyLike[]): Promise<null | string[]>;Get the values of all specified keys@param keysThe keys to get@returnsPromise that resolves with an array of values, with null for keys that don't existReferenced typestype KeyLike = string | ArrayBufferView | Blob