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