ra1u / redis-dart

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

Gain performance by using experimental waitFor #13

Closed eknoes closed 5 years ago

eknoes commented 5 years ago

As discussed in #8, this increases performance a lot when no error is received. In return, performance on error decreases.