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