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