BinaryRedis.smembers

Return all the members (elements) of the set value stored at key. This is just syntax glue for {@link #sinter(const(ubyte)[]...)} SINTER}. <p> Time complexity O(N) @param key the key of the set @return Multi bulk reply

class BinaryRedis
Set!(const(ubyte)[])
smembers
(
const(ubyte)[] key
)

Meta