Redis

Framework
Redis
Category
Databases
Publisher
Jetify
{
  "packages": ["redis@latest"],
  "shell": {
    "init_hook": "",
    "scripts": {
      "redis-cli": "redis-cli"
    }
  }
}

redis-7.0.5

redis Notes

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

Services

  • redis

Use devbox services start|stop [service] to interact with services

This plugin creates the following helper files

  • ./devbox.d/redis/redis.conf

This plugin sets the following environment variables

  • REDIS_PORT=6379
  • REDIS_CONF=./devbox.d/redis/redis.conf

To show this information, run devbox info redis

README.md

Level up your dev environment

Checkout the Devbox and Launchpad open-source codebases on Github. Feature requests are always welcome.
Try Devbox Cloud
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetpack team and others.