/
SV
svix
/
Diom API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3w ago
Details
Filter operations
Admin
15
Auth Tokens
9
Cache
5
post
Cache Set
post
Cache Get
post
Cache Configure Namespace
post
Cache Get Namespace
post
Cache Del
ClusterAdmin
4
Health
2
Idempotency
5
Key Value Store
5
Msgs
13
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
{ "namespace": "some_namespace", "key": "some_key" }
Response
CacheSetOut
required
Changes