# File lib/redis.rb, line 1245
  def smembers(key)
    synchronize do |client|
      client.call([:smembers, key])
    end
  end