ioredis, node-redis, redis-cli).
specific.hcl
Connection attributes
| Attribute | Description |
|---|---|
url | Full connection string (for example, redis://:password@host:6379). |
host | Redis host. |
port | Redis port. |
password | Redis password. |
Local development and production
Duringspecific dev, a local Valkey instance runs automatically. In production, Specific provisions a managed instance; the same redis.* references resolve to it, with no code changes.