methodRedisClient.pexpirepexpire(key: KeyLike,milliseconds: number): Promise<number>;Set a key's time to live in milliseconds@param keyThe key to set the expiration for@param millisecondsThe number of milliseconds until expiration@returnsPromise that resolves with 1 if the timeout was set, 0 if the key does not existReferenced typestype KeyLike = string | ArrayBufferView | Blob