Upstash KV adapter
Integrates Upstash as a key-value storage solution for Payload.
Installation
pnpm add @rubixstudios/payload-upstash About
This plugin provides an adapter to use Upstash as key-value storage for Payload CMS. It allows you to store and manage data efficiently using Redis API. The adapter supports custom key prefixes and optional time-to-live (TTL) configurations for data expiration. To integrate the Upstash KV adapter, import it in your Payload configuration file and configure the connection using your Upstash URL and token. You can also specify a key prefix to isolate your data and define TTL settings for different data categories. Access the KV storage easily through `payload.kv` for setting and retrieving data. The adapter offers functions for common operations such as getting, setting, and deleting keys. However, it doesn't support certain Redis commands like `clear()` and `keys()`, which are not available in Upstash Redis. Use this adapter to streamline how you handle key-value data in your Payload projects.
Package info
- Package name
@rubixstudios/payload-upstash- Latest version
1.2.10- Unpacked size
- 10 kB
- License
- MIT
- Weekly downloads
- 10
- Last publish
- May 26, 2026
More from rubix-studios-pty-ltd
View profileUnsend
Send emails using the Unsend REST API in Payload.
useSend Email Adapter
Integrates PayloadCMS with useSend for email delivery.
Dub
A Payload CMS plugin that automatically creates and manages shortlinks using Dub.
Media Search
Integrates stock image and video search into Payload CMS admin.
Typesense
Integrates Typesense search capabilities into Payload CMS with real-time synchronization.
Similar plugins
More in StorageS3 Upload
Routes Payload CMS upload collections to Amazon S3, pushing the original file and every image size variant.
Cloud
Connects a Payload instance to Payload Cloud's managed S3 storage, Cloudflare CDN upload caching, and Resend email delivery.
Cloud Storage
This plugin integrates cloud storage options into Payload CMS.
Bunny Storage Adapter
Bunny.net storage and stream adapter for Payload CMS with TUS resumable uploads and CDN cache purging.
SFTP storage adapter
SFTP adapter for storing files in Payload CMS using cloud storage.
FTP storage adapter
Integrates FTP storage with Payload CMS for remote file management.