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