Method: Redis::Distributed#sscan_each

Defined in:
lib/redis/distributed.rb

#sscan_each(key, **options, &block) ⇒ Object

Scan a set and return an enumerator



632
633
634
# File 'lib/redis/distributed.rb', line 632

def sscan_each(key, **options, &block)
  node_for(key).sscan_each(key, **options, &block)
end