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