nalgeon / redka

Redis re-implemented with SQLite
BSD 3-Clause "New" or "Revised" License
3.24k stars 87 forks source link

Typo in README #22

Closed turnon closed 1 month ago

turnon commented 1 month ago

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.
nalgeon commented 1 month ago

The documentation is correct, it's Incr.