pub async fn lock(
key: &str,
field: &str,
lock_milli_second: u128,
redis_conn: &mut Connection,
) -> Result<bool, RedisError>pub async fn lock(
key: &str,
field: &str,
lock_milli_second: u128,
redis_conn: &mut Connection,
) -> Result<bool, RedisError>