Redis
Disable Eviction
This endpoint disables eviction for given database.
curl -X POST \
https://api.upstash.com/v2/redis/disable-eviction/:id \
-u 'EMAIL:API_KEY'
"OK"
URL Parameters
id
required
The ID of the database to disable eviction
Was this page helpful?
curl -X POST \
https://api.upstash.com/v2/redis/disable-eviction/:id \
-u 'EMAIL:API_KEY'
"OK"