tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

adding simple client specific examples #508

Closed amotamed closed 7 years ago

amotamed commented 7 years ago

@benblack86 @aliyakamercan @DanSimon

This PR adds very simple examples of how to use Redis, Memcached, and Http clients

benblack86 commented 7 years ago

Can you add a little more to the examples to demonstrate handling the asyncResult? Also you should point out these examples are using the callback version of the clients, so "requires an implicit workerRef" is not totally correct.

amotamed commented 7 years ago

done! bump

DanSimon commented 7 years ago

looks fine to me 👍