yongman / tidis

Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend

Home Page:https://github.com/tidb-incubator/tidis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incrby step, not 1

alex-hsl opened this issue · comments

ret, err = c.tdb.IncrWithTxn(c.GetCurrentTxn(), c.args[0], 1)

@alex-hsl Thanks for your review, or you can create a pull request.

@alex-hsl 0ce5a4d Already fixed.