# File lib/redis.rb, line 434
  def sadd(key, value)
    synchronize do
      _bool @client.call [:sadd, key, value]
    end
  end