Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.specific.dev/llms.txt

Use this file to discover all available pages before exploring further.

When your coding agent defines redis blocks in specific.hcl, Specific provisions a managed cache instance.
redis "cache" {}
  • Connection URL auto-injected into services (e.g., redis.cache.url)
  • One instance per redis block, created once and reused across deployments

Engine

The redis block is backed by Valkey — the BSD-3-Clause Linux Foundation fork of Redis 7.2. Valkey is wire- and command-compatible with Redis, so any Redis client (ioredis, node-redis, redis-py, redis-cli, etc.) works against redis.<name>.url without changes.