Redis
Description
Overview
Redis on OneCloudPlanet — cache and broker for your apps: sessions, task queues, rate limiting and DB query caching. A separate instance means the cache never fights your app for memory.
What is Redis?
The most popular in-memory store: data structures (lists, sets, streams), pub/sub, TTL. A standard component of any loaded stack.
Why on OneCloudPlanet?
Separate from the app: stable speed without RAM contention.
Recommended configuration: 2 vCPU / 4 GB — size RAM to your cache. See pricing.
VPC: reachable only from your instances, no public IP.
How to launch
1) Sign in at console.ocplanet.cloud
2) Open Marketplace and choose Redis
3) Pick a configuration and location
4) Wait for deploy
5) Change the default credentials
Post-deploy checklist
• Set requirepass
• Close port 6379 with Firewall — private network only
• Configure maxmemory and eviction policy
• Enable AOF persistence for queues
FAQ
RAM sizing? Equal to cached data + 30% headroom.
Redis or Valkey? This image ships Redis 7; Valkey runs on a clean instance — APIs are compatible.