Method: Redis::Distributed#sscan

Defined in:
lib/redis/distributed.rb

#sscan(key, cursor, **options) ⇒ Object

Scan a set



603
604
605
# File 'lib/redis/distributed.rb', line 603

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