class Redis::Distributed

def sscan_each(key, options={}, &block)

Scan a set and return an enumerator
def sscan_each(key, options={}, &block)
  node_for(key).sscan_each(key, options, &block)
end