# File lib/redis/distributed.rb, line 664 def hincrbyfloat(key, field, increment) node_for(key).hincrbyfloat(key, field, increment) end