Swoole\Table::incr

Increment the value by $row_key and $column_key.

Description

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

Parameters

key

Key for the data.

column

Specify the column name.

incrby

Increment value.

Return Values