nalgeon / redka

Redis re-implemented with SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in README

turnon opened this issue · comments

They should use IncrBy

Command      Go API                 Description
-------      ------                 -----------
DECRBY       DB.Str().Incr          Decrements a number from the integer value of a key.
INCRBY       DB.Str().Incr          Increments the integer value of a key by a number.

The documentation is correct, it's Incr.