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