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