Skip to content

Redis

FluxNow provisions a Redis-compatible cache and message broker when your project is detected to need one, or when you enable it manually.

  • Dragonfly — a Redis 7 compatible server with higher throughput and lower memory usage than standard Redis
  • Automatic provisioning
  • REDIS_URL injected into your container automatically

FluxNow injects REDIS_URL at deploy time. You do not need to set this manually.

Preview environments share the staging Redis instance. Unlike Postgres, there is no per-preview Redis isolation. Use key namespacing in your application if you need to keep preview data separate.

  • Caching — HTTP response caches, computed value caches
  • Sessions — server-side session storage
  • Queues — background job queues (compatible with BullMQ, Sidekiq, RQ, etc.)
  • Pub/sub — real-time messaging between application instances

If Redis was not auto-detected during import, you can enable it any time from the project dashboard under Settings → Services.