/
SV
svix
/
Diom API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15m ago · Updated 3w ago
Details
Filter operations
Admin
19
Auth Tokens
9
Cache
5
post
Cache Set
post
Cache Get
post
Cache Create Namespace
post
Cache Get Namespace
post
Cache Del
Health
2
Idempotency
5
Key Value Store
5
Msgs
12
Rate Limiter
5
Cache
Cache Set
Cache Set
post
/api/v1.cache.set
Request body
CacheSetIn
required
namespace
string
nullable
key
string
required
value
integer[]
required
ttl_ms
integer
required
Time to live in milliseconds
Example request
{ "key": "some_key" }
Response
CacheSetOut
required
Changes