# File lib/redis/distributed.rb, line 217
    def incrbyfloat(key, increment)
      node_for(key).incrbyfloat(key, increment)
    end