Qovery / RedisLess

RedisLess is a fast, lightweight, embedded and scalable in-memory Key/Value store library compatible with the Redis API.
MIT License
150 stars 16 forks source link

Support command "INCRBY" #3

Closed evoxmusic closed 3 years ago

evoxmusic commented 3 years ago

Let's support "INCRBY" Redis command.

pepoviola commented 3 years ago

Hi @evoxmusic, I can take this one if no one else is working on. Thx!

evoxmusic commented 3 years ago

Sure, you're welcome @pepoviola :)

pepoviola commented 3 years ago

Implemented in https://github.com/Qovery/RedisLess/pull/30