# File lib/redis/distributed.rb, line 565
    def zrevrank(key, member)
      node_for(key).zrevrank(key, member)
    end