recoilme / sniper

A simple and efficient thread-safe key/value store for Go
MIT License
75 stars 12 forks source link

best incr / decr #19

Closed jeosgram-dev closed 1 year ago

jeosgram-dev commented 1 year ago

incrdecr() must be implemented in Store, it is not chunk since in case of a collision it will fail.

jeosgram-dev commented 1 year ago

this will fail in case the counters expire