Blimster / resp_client

A RESP (REdis Serialization Protocol) client for Dart.
MIT License
8 stars 4 forks source link

Feature request: INCR #7

Closed erf closed 3 years ago

erf commented 3 years ago

Add the INCR command, which increases a number by one for a given key and return the result.

Blimster commented 3 years ago

Fixed with new releases 0.2.0 and 1.1.0.