apalis-dev / apalis-dev/apalis-redis
cache: scripts used by this crate are not cached
Abierto
good first issue
- Lenguaje dominante
- Rust
- Estrellas
- 14
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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)
...
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.