Method: Redis::Distributed#sscan

Defined in:
lib/redis/distributed.rb

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

Scan a set



627
628
629
# File 'lib/redis/distributed.rb', line 627

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