Skip to content

Commit

Permalink
Added missing word
Browse files Browse the repository at this point in the history
I changed "such querying states" to "such as querying states" by adding the word 'as'.
  • Loading branch information
DarqueWarrior committed Dec 6, 2020
1 parent 0a314b8 commit 0bb42a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ weight: 2000
description: "Use Redis as a backend state store"
---

Dapr doesn't transform state values while saving and retrieving states. Dapr requires all state store implementations to abide by a certain key format scheme (see [Dapr state management spec]({{<ref state_api.md>}}). You can directly interact with the underlying store to manipulate the state data, such querying states, creating aggregated views and making backups.
Dapr doesn't transform state values while saving and retrieving states. Dapr requires all state store implementations to abide by a certain key format scheme (see [Dapr state management spec]({{<ref state_api.md>}}). You can directly interact with the underlying store to manipulate the state data, such as querying states, creating aggregated views and making backups.

>**NOTE:** The following examples uses Redis CLI against a Redis store using the default Dapr state store implementation.
Expand Down

0 comments on commit 0bb42a7

Please sign in to comment.