Rename features, make the memory-cache the default
This commit is contained in:
parent
76795c43cc
commit
1e7805cf42
4 changed files with 23 additions and 19 deletions
|
@ -67,7 +67,8 @@ rpath = false
|
|||
strip = "debuginfo"
|
||||
|
||||
[features]
|
||||
default = ["in_memory_cache", "redis"]
|
||||
default = ["memory-cache"]
|
||||
dhat-heap = ["dep:dhat"]
|
||||
in_memory_cache = ["dep:mini-moka"]
|
||||
redis = ["dep:redis"]
|
||||
memory-cache = ["dep:mini-moka"]
|
||||
redis-cache = ["dep:redis"]
|
||||
hybrid-cache = ["memory-cache", "redis-cache"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue