update prices for new granularity (#173)

This commit is contained in:
Dominic Wong
2021-06-25 11:41:55 +01:00
committed by GitHub
parent 0cc6f20a54
commit f3b9c491d4
22 changed files with 64 additions and 64 deletions

10
cache/publicapi.json vendored
View File

@@ -3,10 +3,10 @@
"icon": "💭",
"category": "storage",
"pricing": {
"Cache.Get": 1,
"Cache.Set": 1,
"Cache.Delete": 1,
"Cache.Increment": 1,
"Cache.Decrement": 1
"Cache.Get": 100,
"Cache.Set": 100,
"Cache.Delete": 100,
"Cache.Increment": 100,
"Cache.Decrement": 100
}
}