# File lib/redis.rb, line 1459 def zrevrank(key, member) synchronize do |client| client.call([:zrevrank, key, member]) end end