How to do orm caching in axum? #1689
-
We have some urls provide with sql queries, which basically execute sql and return things with SeaORM or other ORM utilities. |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Jan 11, 2023
Replies: 1 comment 3 replies
-
axum has no opinions on how to cache things. So you can use redis as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lidh15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axum has no opinions on how to cache things. So you can use redis as well.