You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We at Fotolog wrote our own redis client in scala using the netty framework. It's an extremely lightweight, high-performance client that scales very well but, at the same time, takes care of a lot of the work for you, such as type conversions, clustering, etc... It also features binary safe values, asynchronous calls, protocol pipelining and connection multiplexing.
We at Fotolog wrote our own redis client in scala using the netty framework. It's an extremely lightweight, high-performance client that scales very well but, at the same time, takes care of a lot of the work for you, such as type conversions, clustering, etc... It also features binary safe values, asynchronous calls, protocol pipelining and connection multiplexing.
https://github.com/andreyk0/redis-client-scala-netty
The text was updated successfully, but these errors were encountered: