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