mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
update minijinja version
This commit is contained in:
@ -19,7 +19,7 @@ async fn cache_stuff(
|
||||
.await
|
||||
.map_err(error::ErrorInternalServerError)?;
|
||||
|
||||
let res = redis::Cmd::set_multiple(&[
|
||||
let res = redis::Cmd::mset(&[
|
||||
("my_domain:one", info.one),
|
||||
("my_domain:two", info.two),
|
||||
("my_domain:three", info.three),
|
||||
|
Reference in New Issue
Block a user