- Issue created by @Fabianx
- Merge request !56Issue #3528793: Use \Redis::PIPELINE for ->multi() in PhpRedis instead of true transactions → (Open) created by Fabianx
- First commit to issue fork.
- 🇨🇭Switzerland berdir Switzerland
According to tests, this fails relay when the redis extension isn't available.
- 🇨🇭Switzerland berdir Switzerland
Also, as I found out in 📌 Introduce Adapters instead of different cache/queue/lock classes per backend Active , the multi in queue and lock are very much required, tests fail without that. I might switch to pipeline there for cache.