mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into issue_2874
This commit is contained in:
commit
47af58548d
|
@ -77,7 +77,7 @@ using Dapr.Client;
|
|||
|
||||
await client.SaveStateAsync(storeName, stateKeyName, state, metadata: new Dictionary<string, string>() {
|
||||
{
|
||||
"metadata.ttlInSeconds", "120"
|
||||
"ttlInSeconds", "120"
|
||||
}
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue