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