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