pub async fn extend<T: AsyncConnectionLike>( conn: &mut T, lock_key: &str, lock_id: &str, duration: Duration, ) -> Result<()>