# File lib/redis.rb, line 518
  def zadd(key, score, member)
    synchronize do
      _bool @client.call [:zadd, key, score, member]
    end
  end