1.1
- All commands are available as case class
- Add scripting commands
- Remove
Try
from the API (example: Future[Try[T]] is now Future[T]) (just few commands are affected) - faster: All the decoding is done in the decoding Actor instead of starting Futures everywhere.
The benchmark give results of more than 250 000 requests/second. The curve for PING
is not good, maybe it's the old sun/oracle jvm 1.6 from osx acting weird.