# File lib/redis.rb, line 2603
  def sscan(key, cursor, options={})
    _scan(:sscan, cursor, [key], options)
  end