Skip to content

Commit 57aae50

Browse files
authored
Merge pull request #3006 from salaboy/patch-2
Small suggestion to save resources for local dev
2 parents a92c380 + 4bc895a commit 57aae50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +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+
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.
4950

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

0 commit comments

Comments
 (0)