Codehooks Key-Value Entry
A key-value entry in the Codehooks key-value store, supporting string or object values with optional TTL-based expiration.
BackendDatabaseEventsHooksJavaScriptNoSQLQueuesServerlessWebhooksWorkersWorkflows
Properties
| Name |
Type |
Description |
| key |
string |
The unique key identifier for the stored value. |
| value |
object |
The stored value, which can be a string, number, or JSON object. |
| ttl |
integer |
Time-to-live in milliseconds for automatic expiration of the key-value pair. |
JSON Schema