mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add cache pricing
This commit is contained in:
9
cache/publicapi.json
vendored
9
cache/publicapi.json
vendored
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"name": "cache",
|
||||
"icon": "💭",
|
||||
"category": "storage"
|
||||
"category": "storage",
|
||||
"pricing": {
|
||||
"Cache.Get": 100,
|
||||
"Cache.Set": 100,
|
||||
"Cache.Delete": 100,
|
||||
"Cache.Increment": 100,
|
||||
"Cache.Decrement": 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user