Skip to content

Commit

Permalink
document WP_REDIS_DISABLE_COMMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Jul 2, 2024
1 parent d4e4497 commit 9dedfe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ The Redis Object Cache plugin comes with vast set of configuration options. If y
| `WP_REDIS_DISABLED` | `false` | Emergency switch to bypass the object cache without deleting the drop-in |
| `WP_REDIS_DISABLE_ADMINBAR` | `false` | Disables admin bar display |
| `WP_REDIS_DISABLE_METRICS` | `false` | Disables metrics collection and display |
| `WP_REDIS_DISABLE_BANNERS` | `false` | Disables promotional banners |
| `WP_REDIS_DISABLE_DROPIN_CHECK` | `false` | Disables the extended drop-in write test |
| `WP_REDIS_DISABLE_DROPIN_AUTOUPDATE` | `false` | Disables the drop-in auto-update |
| `WP_REDIS_DISABLE_GROUP_FLUSH` | `false` | Disables group flushing with Lua script and uses `flushdb` call instead |
| `WP_REDIS_DISABLE_BANNERS` | `false` | Disables promotional banners and notices |
| `WP_REDIS_DISABLE_COMMENT` | `false` | Disables HTML source comment |
| `WP_REDIS_SSL_CONTEXT` | `[]` | TLS connection options for `tls` or `rediss` scheme |

</details>
Expand Down

0 comments on commit 9dedfe3

Please sign in to comment.