Skip to content

Commit 3783228

Browse files
committed
fixed typo in how-to-use-redis-with-woocommerce-and-wordpress-on-hypernode
1 parent b2ef4b9 commit 3783228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ To set a TTL for all keys stored in Redis, add the following lines to your wp-co
2929
define('WP_REDIS_PREFIX', 'example');
3030
define('WP_REDIS_MAXTTL', '900');
3131
define('WP_REDIS_SELECTIVE_FLUSH', true);
32+
```
33+
3234
```{important}
3335
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.
3436
```

0 commit comments

Comments
 (0)