Skip to content

Commit 5cb0dd2

Browse files
committed
resolved suggestions and add a not about example redis prefix
1 parent bd27481 commit 5cb0dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ define('WP_REDIS_PREFIX', 'example');
3030
define('WP_REDIS_MAXTTL', '900');
3131
define('WP_REDIS_SELECTIVE_FLUSH', true);
3232
```
33+
```{important}
34+
Be sure to change the example prefix to a unique name for your application so Redis keys do not get mixed up when Redis is used by multiple applications on the same Hypernode.
35+
```
3336

3437
### Explanation of the wp-config.php options
3538

0 commit comments

Comments
 (0)