Nice job, Sven!
Doru
> On Jun 14, 2017, at 2:31 PM, Sven Van Caekenberghe wrote:
>
> Hi,
>
> I wrote another article in the 'Concerning Pharo' publication:
>
> [TITLE] Quick write me a Redis client
> [SUBTITLE] A beautiful protocol makes implementation easy
> [URL]
> https://medium.com/conc
> On 15 Jun 2017, at 00:20, Tim Mackinnon wrote:
>
> Hi Sven - another nice article.
>
> 2 small typos I spotted:
Fixed, thanks !
> 1) requests) from the client to the server are sent as a array of bulk strings
>
> Should be
>
> requests) from the client to the server are sent as an array o
Hi Sven - another nice article.
2 small typos I spotted:
1) requests) from the client to the server are sent as a array of bulk strings
Should be
requests) from the client to the server are sent as an array of bulk strings
2) to interact with as much services and servers as possible
Is better
Hi,
I wrote another article in the 'Concerning Pharo' publication:
[TITLE] Quick write me a Redis client
[SUBTITLE] A beautiful protocol makes implementation easy
[URL]
https://medium.com/concerning-pharo/quick-write-me-a-redis-client-5fbe4ddfb13d
[SOURCECODE] https://github.com/svenvc/SimpleRed