Skip to content

Commit a21176e

Browse files
salaboymsfussell
authored andcommitted
Update daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md
Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: salaboy <[email protected]> Signed-off-by: Mauricio Salatino <[email protected]>
1 parent aefd255 commit a21176e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ helm install redis bitnami/redis --set image.tag=6.2
4646
```
4747

4848
For Dapr's Pub/sub functionality, you'll need at least Redis version 5. For state store, you can use a lower version.
49-
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.
49+
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.
5050

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

0 commit comments

Comments
 (0)