Skip to content

Commit 4b122b7

Browse files
committed
Add redis example format
Signed-off-by: joshvanl <[email protected]>
1 parent 20af9b3 commit 4b122b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/cli/dapr-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ mongodb://localhost:27017/dapr
138138

139139
### Redis
140140
```
141-
redis://localhost:6379
141+
redis[s]://[[username][:password]@][host][:port][/db-number]:
142142
```
143143

144144
## Purge workflow instances with terminal states (COMPLETED, FAILED, TERMINATED).

0 commit comments

Comments
 (0)