Releases: etaty/rediscala
Releases · etaty/rediscala
1.9.0
1.8.0
first version compiled for scala 2.12 (and 2.11)
https://github.com/etaty/rediscala/milestone/10?closed=1
1.7.0
redis cluster support
1.6.0
1.5.0
1.4.1
1.3.1
1.3
1.2
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.