pub async fn set_mem_cache_with_time(
    key: &str,
    val: Vec<u8>,
    time: i32
) -> Result<(), Errors>