ddev-redis icon indicating copy to clipboard operation
ddev-redis copied to clipboard

Redis service for DDEV

Results 9 ddev-redis issues
Sort by recently updated
recently updated
newest added

This PR bumps github-action-add-on to v2. This prevents the dummy commits created by the keep-alive action. @see https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0

Ran into an issue today setting up a ddev environment for drupal with redis. If the ddev get ddev/ddev-redis command is issued before the ddev start command the setup-drupal-settings.sh file...

This is a great question. I'm a n00b on redis though, so need to understand more about * Why people use other than latest stable * How they would configure...

## The Issue - #1 - https://github.com/ddev/ddev/issues/4430 ## How This PR Solves The Issue Adds optional `--redis-tag value` flag, that creates `.ddev/.env.redis` file with `REDIS_TAG="value"`. ## Manual Testing Instructions Install...

## The Issue - #32 - #28 ## How This PR Solves The Issue Adds `ddev redis-backend` command. TODOL add some bats tests. ## Manual Testing Instructions Using Laravel quickstart...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community ### Describe your solution...

enhancement

With Redis changing its license recently, a slew of Redis-compatible KV stores were forked/created/released (in addition to other promising ones that already existed). Decent enough background on that [here](https://documentdatabase.org/blog/redis-alternatives-compared/). The...

I just ran a simple benchmark (`redis-benchmark -q -n 1000000 -s /var/run/redis/redis.sock -t set,get,mset -P 16 -c 100`) with 3 networking configurations 1. redis on host system over tcp 2....

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Redis 7 is not fully...

enhancement