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