Skip to content

Commit 72ec74d

Browse files
Update hashes.md
1 parent c423005 commit 72ec74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ds/hashes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Lists, sets, and sorted sets are great for many use cases, but the hash data typ
22

33
Redis hashes are record types that are structured as name-value pairs. Consider the following example that shows how to create a hash key using the `HSET` command.
44

5-
```redis Create a hash
5+
```redis:[run_confirmation=true] Create a hash
66
HSET bike:1 model Deimos brand Ergonom type "Enduro bikes" price 4972
77
```
88

0 commit comments

Comments
 (0)