methodRedisClient.dumpdump(key: KeyLike): Promise<null | string>;Return a serialized version of the value stored at the specified key@param keyThe key to dump@returnsPromise that resolves with the serialized value, or null if the key doesn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob