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