smembers
SMEMBERS
SMEMBERS key
Returns all the members of the set value stored at key
.
This has the same effect as running SINTER with one argument key
.
Return value
Array reply: all elements of the set.
SMEMBERS key
Returns all the members of the set value stored at key
.
This has the same effect as running SINTER with one argument key
.
Array reply: all elements of the set.