Git Product home page Git Product logo

ddev-redis's Introduction

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.

Persistence is disabled by default (see redis.conf), follow the config instructions to enable it, or switch to https://github.com/ddev/ddev-redis-7 where it is enabled by default.

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

Co-maintained by @stasadev

ddev-redis's People

Contributors

rfay avatar hussainweb avatar stasadev avatar tyler36 avatar joelpittet avatar mattstein avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.