diff --git a/doc/settings/redis.md b/doc/settings/redis.md
index d67bbbf39daee13a51036d51e7d23d2a29f3c583_ZG9jL3NldHRpbmdzL3JlZGlzLm1k..8e0afa1ba0670c83a674e744a9d1b8d1f501ade1_ZG9jL3NldHRpbmdzL3JlZGlzLm1k 100644
--- a/doc/settings/redis.md
+++ b/doc/settings/redis.md
@@ -48,6 +48,7 @@
    ```ruby
    redis['port'] = 6379
    redis['bind'] = '127.0.0.1'
+   redis['password'] = 'redis-password-goes-here'
    ```
 
 1. Save the file and reconfigure GitLab for the changes to take effect: