jylis_ex v0.2.0 Jylis.PNCOUNT
A grow-only counter. [link]
Link to this section Summary
Functions
Decrease the counter at key
by the amount of value
Get the resulting value
for the counter at key
Increase the counter at key
by the amount of value
Link to this section Functions
Link to this function
dec(connection, key, value)
Decrease the counter at key
by the amount of value
.
Link to this function
get(connection, key)
Get the resulting value
for the counter at key
.
Link to this function
inc(connection, key, value)
Increase the counter at key
by the amount of value
.