docs: add documentation for v1.8 (#3669)

This commit is contained in:
Shahed Nasser
2023-04-03 13:50:59 +02:00
committed by GitHub
parent 0cca13779d
commit c6bfad14d8
123 changed files with 7610 additions and 2697 deletions
@@ -79,7 +79,7 @@ In this example, youll create a subscriber that listens to the `order.placed`
:::tip
For this example to work, youll need to install and configure Redis on your backend. You can refer to the [development guide](../../development/backend/prepare-environment.mdx#redis) to learn how to do that.
For this example to work, you'll need to have an event bus module installed and configured, which should be available by default.
:::