diff --git a/content/commands/digest.md b/content/commands/digest.md index 9e336dd83b..1a8b078fc6 100644 --- a/content/commands/digest.md +++ b/content/commands/digest.md @@ -59,6 +59,15 @@ A hash digest is a fixed-size numerical representation of a string value, comput |:----------------------|:-----------------|:------| | ❌ Standard
❌ Active-Active | ❌ Standard
❌ Active-Active | | +## Example + +```bash +> SET key1 "Hello world" +OK +> DIGEST key1 +"b6acb9d84a38ff74" +``` + ## Return information {{< multitabs id="return-info"