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