ideawu / ssdb

SSDB - A fast NoSQL database, an alternative to Redis
http://ssdb.io/
BSD 3-Clause "New" or "Revised" License
8.19k stars 1.4k forks source link

建议增加新的incr命令 #1354

Open lzn993 opened 4 years ago

lzn993 commented 4 years ago
    在游戏场景中,经常涉及到一些加减操作,但是结果一定不能小于0的,例如金币、钻石、欢乐豆等。   在应用层做小于0后的回滚操作或者设置为0的,都面临着原子操作的问题。高并发时,是有一定的出错概率的。  
    建议增加这样的命令:加减最终结果都不能小于0
alanhamlett commented 3 years ago

This is different from Redis, and I think it's best to match exactly the same commands as Redis.