swoole_table->incr

原子自增操作。

function swoole_table->incr(string $key, string $column, mixed $incrby = 1);

swoole_table->incr在1.7.15以上版本可用