Skip to content

Commit

Permalink
Update daprdocs/content/en/getting-started/tutorials/configure-state-…
Browse files Browse the repository at this point in the history
…pubsub.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <msalatino@vmware.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
  • Loading branch information
2 people authored and Mauricio Salatino committed Dec 16, 2022
1 parent aefd255 commit a21176e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +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.
Notice that adding `--set architecture=standalone` creates a single replica Redis setup, which can save memory and resources if you are working in a local environment.
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

0 comments on commit a21176e

Please sign in to comment.