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