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