SmembersCommand: Contents
  SMEMBERS _key_
    Return value
    See also

SmembersCommand

SMEMBERS _key_

Time complexity O(N)
Return all the members (elements) of the set value stored at key. Thisis just syntax glue for SINTERSECT.

Return value

Multi bulk reply

See also