Edge Storage
Create a new edge store
Create a new key-value storage store for edge applications. Stores support multiple data types: simple KV, sorted sets, and bloom filters.
post/fastedge/v1/kv
Request body
Example request
{
"byod": {
"url": "redis://redis.example.com:6379/0",
"prefix": "app:prod:"
}
}Response
Edge store created successfully, returns store metadata with unique ID
Example response
{
"byod": {
"url": "redis://redis.example.com:6379/0",
"prefix": "app:prod:"
}
}