Work in progressThese docs are still being written and are currently mostly AI-generated. Some details may be inaccurate or incomplete.

Redis

Connect to any Redis (or Redis-compatible) instance and run commands.

What you can manage

  • Run commands via the KV console.
  • Browse keys by prefix.

Credentials

Paste a Redis URL:

redis://:password@host:6379/0
rediss://:password@host:6380/0

Or reference an output from a managed Redis resource (DigitalOcean, ElastiCache, Upstash).

Redis Add-account form with URL field

Notable flows

  • KV console for arbitrary commands.
  • SSH tunnel for private instances.

Tips & limits

  • rediss:// enables TLS. Use it for any cloud-managed Redis.
  • Streaming commands (MONITOR, SUBSCRIBE) hold the connection; stop them explicitly.

Supported providers

44 providers · 340+ resource types across cloud, infrastructure, databases, and more.