class Redis::Distributed

def sscan(key, cursor, **options)

Scan a set
def sscan(key, cursor, **options)
  node_for(key).sscan(key, cursor, **options)
end