Jamm\Memory\IRedisServer::INCRBYFLOAT PHP Méthode

INCRBYFLOAT() public méthode

If the key does not exist, it is set to 0 before performing the operation.
public INCRBYFLOAT ( string $key, float $increment ) : float
$key string
$increment float
Résultat float the value of key after the increment
    public function INCRBYFLOAT($key, $increment);