ra1u / redis-dart

fast redis protocol parser and client
MIT License
84 stars 35 forks source link

Implement INCR and DBSIZE commands #37

Closed erf closed 3 years ago

erf commented 3 years ago

I'd like to see a few new commands with tests.

As for now INCR and DBSIZE. I suggest giving them their name in lowercase, e.g. incr and dbsize.