Skip to content

Commit 14154f2

Browse files
authored
Correction of examples for sets datatype (#2531)
1 parent 8524667 commit 14154f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-types/sets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ set without removing it using the `SRANDMEMBER` command:
141141

142142
{{< clients-example sets_tutorial srem >}}
143143
> SADD bikes:racing:france bike:1 bike:2 bike:3 bike:4 bike:5
144-
(integer) 3
144+
(integer) 5
145145
> SREM bikes:racing:france bike:1
146146
(integer) 1
147147
> SPOP bikes:racing:france

0 commit comments

Comments
 (0)