chore: remove unused import

This commit is contained in:
Bartosz Sypytkowski 2024-10-30 07:50:04 +01:00
parent a3f6c33fa9
commit c003044e0e
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ use async_trait::async_trait;
use redis::aio::ConnectionManager;
use redis::Value;
use std::time::{Duration, SystemTime, UNIX_EPOCH};
use tracing::log;
const RELEASE_SCRIPT: &str = r#"
if redis.call("GET", KEYS[1]) == ARGV[1] then