adjust pricing

This commit is contained in:
Asim Aslam
2021-06-08 09:47:44 +01:00
parent 47ceb4b2de
commit 702fda8269
10 changed files with 26 additions and 26 deletions

10
cache/publicapi.json vendored
View File

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