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