Swoole\Table::incr

Increment the value by $row_key and $column_key.

説明

public int Swoole\Table::incr(string $key, string $column, int $incrby = ?)

パラメータ

key

Key for the data.

column

Specify the column name.

incrby

Increment value.

戻り値