def __isub__(self, f):
        self.client.incrbyfloat(self.prefixer(self.key), f * -1)
        return self