Quick Start
connect command will try to open a redis-cli session. When run inside a box, redis-cli -h <box>.<project> should just work.
Create
- Creates a new Redis box quickly
- Waits for port readiness, then prints a connect hint
- Fails if the name already exists
Connect
- Uses
redis-cliif available - When inside a box, direct DNS resolution works
- From a local machine, DNS/ports may not resolve;
forkr-rediswill fall back to an in-boxredis-clisession when needed
redis-cli args after --:
Snapshot (Hard)
- Hard snapshots by default (no stop)
- Designed for instant boxes and crash-recovery startup
Box
- Creates a new box from a hard snapshot of
my-cache - Keeps the source running
- New instance is ready to connect quickly
Stop (Clean)
- Performs a clean stop (
SHUTDOWN SAVE)
Defaults
- Port:
6379 - Persistence: AOF enabled