class Redis::Distributed

def hincrbyfloat(key, field, increment)

Increment the numeric value of a hash field by the given float number.
def hincrbyfloat(key, field, increment)
  node_for(key).hincrbyfloat(key, field, increment)
end