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