`|Redis Documentation| `_ **SmembersCommand: Contents**   `SMEMBERS \_key\_ <#SMEMBERS%20_key_>`_     `Return value <#Return%20value>`_ SmembersCommand =============== #sidebar `SetCommandsSidebar `_ SMEMBERS \_key\_ ================ *Time complexity O(N)* Return all the members (elements) of the set value stored at *key*. Thisis just syntax glue for `SINTER `_. Return value ------------ `Multi bulk reply `_ .. |Redis Documentation| image:: redis.png