Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/commands/digest.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ A hash digest is a fixed-size numerical representation of a string value, comput
|:----------------------|:-----------------|:------|
| <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | <span title="Not supported">&#x274c; Standard</span><br /><span title="Not supported"><nobr>&#x274c; Active-Active</nobr></span> | |

## Example

```bash
> SET key1 "Hello world"
OK
> DIGEST key1
"b6acb9d84a38ff74"
```

## Return information

{{< multitabs id="return-info"
Expand Down