Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md

This commit is contained in:
greenie-msft 2022-04-06 14:28:54 -07:00 committed by GitHub
parent 74543c3f0f
commit 5dea0f0667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ Alternatively, you can create an instance of Redis by running the following comm
```bash
docker run -p 6379:6379 --name redis --rm redis
```
The Redis container that gets created on dapr init or via the above command, cannot be used with state store query API alone. You can run redislabs/rejson docker image on a different port(than the already installed Redis is using) to work with query API.
The Redis container that gets created on dapr init or via the above command, cannot be used with state store query API alone. You can run redislabs/rejson docker image on a different port(than the already installed Redis is using) to work with they query API.
> Note: `redislabs/rejson` has support only for amd64 architecture.