Spin up a data platform quickly.

Logo Redis Stack

Redis Stack

In-memory store — caching, sessions, queues and real-time data structures.

1 GB (2 GB recommended) RAM 1 vCPU Port 6379 · 8001 (UI) Available

Tech stack

DockerRedisRedisInsight
Minimum RAM1 GB (2 GB recommended)
Minimum CPU1 vCPU
Default port6379 · 8001 (UI)
Compatible OSubuntu-24.04

Redis Stack brings together Redis and its official modules (RedisJSON, RediSearch, time series, probabilistic structures) as well as RedisInsight, the web administration interface. It is the Swiss Army knife of in-memory data: application cache, sessions, queues, real-time leaderboards, search and indexing — with latencies on the order of a millisecond.

Deployed on your own VPS, Redis Stack acts as a performance layer for your applications (Laravel, Node.js, Django…) without relying on a managed service billed by usage. RedisInsight, accessible from the browser, lets you explore keys, profile commands and monitor memory without the command line.

Key features

Cache and sessions with sub-millisecond latency
Queues and messaging (Pub/Sub, Streams) for asynchronous processing
RedisJSON and RediSearch: indexed JSON documents and full-text search
Real-time structures: leaderboards, counters, geolocation
RedisInsight: web interface for exploration and profiling
Configurable persistence (RDB / AOF) for data durability

When to use this solution?

1

Speed up an application

Cache expensive queries and user sessions to relieve your database and reduce response times.

2

Task queues

Serve as the back end for queues (Laravel queues, BullMQ, Celery) to process emails, exports and webhooks in the background.

3

Real time

Power live leaderboards, presence counters and instant notifications with Redis's native structures.

Deploy Redis Stack on your VPS

Guide optimized for ServOrbit Cloud VPS.

01

Create the VPS

VPS with 1 GB RAM minimum (2 GB recommended), Ubuntu 22.04. The "Redis Stack" template launches the container with volume-based persistence.

02

Connect your application

Redis listens on the VPS loopback only: point any application hosted on that same machine to 127.0.0.1:6379. A domain gives you no access to Redis — the nginx vhost proxies HTTP only, and the Redis protocol is not HTTP. From another machine, open an SSH tunnel — ssh -L 6379:127.0.0.1:6379 root@<your-vps-ip> — then point your application to localhost:6379. Set a password (requirepass) as soon as other applications share the VPS.

03

Open RedisInsight

If a domain is attached to the app, the RedisInsight web interface answers on https://your-domain. Otherwise it is only reachable locally: create an SSH tunnel with ssh -L 8001:127.0.0.1:8001 root@your-vps-ip, then open http://localhost:8001 (8001 is the catalogue port; use the one shown on your app's page in the client area) to explore keys, run commands and monitor memory.

04

Secure access

Restrict port 6379 to your application servers through the firewall and enable authentication — never leave Redis open to the Internet.

Frequently asked questions

Redis Stack adds the official modules (JSON, search, time series, Bloom) and the RedisInsight interface to Redis, all in a single ready-to-use image.

Embed the deploy button

Maintaining a project that uses Redis Stack? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.

Deploy Redis Stack on ServOrbit
Markdown
[![Deploy Redis Stack on ServOrbit](https://servorbit.com/brand/deploy/button.svg)](https://servorbit.com/vps-cloud?template=redis-stack&utm_source=deploy-badge&utm_medium=referral&utm_campaign=redis-stack)
HTML
<a href="https://servorbit.com/vps-cloud?template=redis-stack&utm_source=deploy-badge&utm_medium=referral&utm_campaign=redis-stack"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy Redis Stack on ServOrbit" height="40"></a>

The button points to a VPS order with the template preselected. The image is served from servorbit.com — nothing to host on your side.

Spin up a data platform quickly.

Activate Redis Stack on your infrastructure.

Dedicated Cloud VPS — IPv4 included, European datacenter, support included. Your data never leaves your server.

Recommended configuration: 1 GB (2 GB recommended) RAM · 1 vCPU

Need help?

Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.