Scripts used on this crate are not cached. It would be nice to load them only once then use their sha: ```rs redis::cmd("EVALSHA") .arg(&self.push_task_sha1) .arg(3) ... ```