mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +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",
|
"name": "cache",
|
||||||
"icon": "💭",
|
"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