Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ helm install redis bitnami/redis --set image.tag=6.2
```

For Dapr's Pub/sub functionality, you'll need at least Redis version 5. For state store, you can use a lower version.
Note that adding `--set architecture=standalone` to the `install` command creates a single replica Redis setup, which can save memory and resources if you are working in a local environment.

Run `kubectl get pods` to see the Redis containers now running in your cluster:

Expand Down