Set

Set A class that represents a SET structure in redis. Allows you to query and manipulate the set using methods. Implements OutputRange.

NOTE: Operations are done on the server side as much as possible, to reflect the true state of the collection.

class Set {}

Meta