Swoole\Table::incr

Increment the value by $key and $column

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