guild data caching to stop querying db

This commit is contained in:
2021-04-09 00:38:28 +01:00
parent 0991d42525
commit 11f388c65a
5 changed files with 174 additions and 98 deletions

1
Cargo.lock generated
View File

@ -1840,6 +1840,7 @@ dependencies = [
name = "soundfx-rs"
version = "1.2.0"
dependencies = [
"dashmap",
"dotenv",
"env_logger",
"lazy_static",