Skip to content

Commit bd27481

Browse files
Update docs/ecommerce-applications/woocommerce/how-to-use-redis-with-woocommerce-and-wordpress-on-hypernode.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6d8c76 commit bd27481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ecommerce-applications/woocommerce/how-to-use-redis-with-woocommerce-and-wordpress-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define('WP_REDIS_MAXTTL', '900');
3131
define('WP_REDIS_SELECTIVE_FLUSH', true);
3232
```
3333

34-
### Explanation of the wp-config.php options
34+
### Explanation of the wp-config.php options
3535

3636
- **WP_REDIS_PREFIX** adds a clear prefix to your Redis keys. This helps prevent key collisions, especially when multiple applications use Redis.
3737
- **WP_REDIS_MAXTTL** sets a maximum lifetime for cached items, in this example 900 seconds.

0 commit comments

Comments
 (0)