Running devbox services start redis
will start redis as a daemon in the background.
You can manually start Redis in the foreground by running redis-server $REDIS_CONF --port $REDIS_PORT
.
Logs, pidfile, and data dumps are stored in .devbox/virtenv/redis
. You can change this by modifying the dir
directive in devbox.d/redis/redis.conf
- redis
Use devbox services start|stop [service]
to interact with services
- ./devbox.d/redis/redis.conf
- REDIS_PORT=6379
- REDIS_CONF=./devbox.d/redis/redis.conf
To show this information, run devbox info redis