When your coding agent definesDocumentation Index
Fetch the complete documentation index at: https://docs.specific.dev/llms.txt
Use this file to discover all available pages before exploring further.
redis blocks in specific.hcl, Specific provisions a managed cache instance.
- Connection URL auto-injected into services (e.g.,
redis.cache.url) - One instance per
redisblock, created once and reused across deployments
Engine
Theredis 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.