Skip to content
forked from ddev/ddev-redis

redis service for ddev (working fork)

License

Notifications You must be signed in to change notification settings

rfay/ddev-redis

 
 

Repository files navigation

tests project is maintained

What is this?

This repository allows you to quickly install Redis into a DDEV project using just ddev get ddev/ddev-redis.

Installation

  1. ddev get ddev/ddev-redis
  2. ddev restart

Explanation

This Redis recipe for DDEV installs a .ddev/docker-compose.redis.yaml using the redis Docker image.

Interacting with Redis

  • The Redis instance will listen on TCP port 6379 (the Redis default).
  • Configure your application to access Redis on the host:port redis:6379.
  • To reach the Redis CLI interface, run ddev redis-cli to begin a session. You can also run Redis CLI commands directly on the command-line, e.g., ddev redis-cli INFO.

Contributed and maintained by @hussainweb based on the original ddev-contrib recipe by @gormus

About

redis service for ddev (working fork)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 56.6%
  • PHP 43.4%