Skip to main content

8 docs tagged with "key-value"

View All Tags

Key-Value API

Run Redis-like operations against a Key-Value database.

Part-3: Increment and decrement operations

This is part-3 of the key-value database tutorial for codehooks.io serverless JavaScript. In this part we'll focus on how to increment and decrement values in the built-in key-value database.

Part-4: Working with multiple values and streams

Welcome to this part-4 of the key-value database tutorial for codehooks.io serverless Node.js backend. In this part we'll focus on how to work with multiple key-value pairs in a key-value database.

Part-5: Managing data with TTL options

Welcome to this part-5 of the key-value database tutorial for codehooks.io serverless Node.js backend. In this part we'll cover the time-to-live (TTL) feature in the Codehooks key-value database.