mirror of https://github.com/dapr/docs.git
				
				
				
			Small suggestion to save resources for local dev
This is just a suggestion, feel free to disregard it, but I found myself using that flag all the time for dev purposes. Signed-off-by: salaboy <Salaboy@gmail.com> Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
This commit is contained in:
		
							parent
							
								
									eac8e9ffbf
								
							
						
					
					
						commit
						24417b1bca
					
				| 
						 | 
				
			
			@ -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. 
 | 
			
		||||
Notice that by adding `--set architecture=standalone` create a single replica redis setup which can save memory and resources if you are in working in a local environment. 
 | 
			
		||||
 | 
			
		||||
Run `kubectl get pods` to see the Redis containers now running in your cluster:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue