diff --git a/docs/composer/plugin/d4d/index.md b/docs/composer/plugin/d4d/index.md
index b058552d0aeabf5958173396a70effb59d4cb96a..480da94ea97c4131b98d97d33892396cbbcbcdda 100644
--- a/docs/composer/plugin/d4d/index.md
+++ b/docs/composer/plugin/d4d/index.md
@@ -321,6 +321,20 @@ docker4drupal:
     - domain2.example.com
 ```
 
+#### Disable Redis
+
+By default, D4D enables Redis on all stages. To turn this off, put the following environment variables into you `.lakedrops.yml` file:
+
+```yaml
+docker4drupal:
+  docker-compose.yml:
+    services:
+      php:
+        environment:
+          PHP_FPM_CLEAR_ENV: no
+          L3D_DISABLE_REDIS: yes
+```
+
 ## Tipps & Tricks
 
 ### Some notes about localhost subdomains