Desktop View Required

Please switch to a desktop device for the best experience. This application is optimized for larger screens.

View Demo
Database

Redis / Valkey Integration

CreateOS provides Valkey (Redis-compatible) for caching, sessions, real-time data, and pub/sub messaging. In-memory performance with persistence options.

Redis / Valkey Features

In-memory Storage

Redis / Valkey provides in-memory storage for your applications.

Caching

Redis / Valkey provides caching for your applications.

Session Storage

Redis / Valkey provides session storage for your applications.

Pub/Sub Messaging

Redis / Valkey provides pub/sub messaging for your applications.

Rate Limiting

Redis / Valkey provides rate limiting for your applications.

Queues

Redis / Valkey provides queues for your applications.

How to Integrate Redis / Valkey

Follow these steps to add this integration to your CreateOS project

1

Step 1

Create Valkey instance in CreateOS Dashboard

2

Step 2

Copy the REDIS_URL connection string

3

Step 3

Add REDIS_URL to environment variables

4

Step 4

Install ioredis or redis client

5

Step 5

Connect and start using Redis commands

6

Step 6

Implement caching or real-time features

Environment Variables

REDIS_URL=your_value_here
REDIS_HOST=your_value_here
REDIS_PORT=your_value_here
REDIS_PASSWORD=your_value_here

Redis / Valkey FAQ

Valkey is the open-source Redis fork. It's fully Redis-compatible, so existing Redis code works without changes.

Use Redis for caching (reduce database load), sessions, rate limiting, real-time features, and job queues. It's much faster than disk-based databases.

Ready to Use Redis / Valkey?

Find templates with Redis / Valkey pre-configured. Deploy in under 10 minutes.