[ARTICLE] Quick write me a Redis client
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-5fbe4ddfb1... [SOURCECODE] https://github.com/svenvc/SimpleRedisClient Sven -- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
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 as to interact with as many services and servers as possible Tim Sent from my iPhone
On 14 Jun 2017, at 13:31, Sven Van Caekenberghe <sven@stfx.eu> 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/concerning-pharo/quick-write-me-a-redis-client-5fbe4ddfb1... [SOURCECODE] https://github.com/svenvc/SimpleRedisClient
Sven
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
On 15 Jun 2017, at 00:20, Tim Mackinnon <tim@testit.works> 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 of bulk strings
2) to interact with as much services and servers as possible
Is better as
to interact with as many services and servers as possible
Tim
Sent from my iPhone
On 14 Jun 2017, at 13:31, Sven Van Caekenberghe <sven@stfx.eu> 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/concerning-pharo/quick-write-me-a-redis-client-5fbe4ddfb1... [SOURCECODE] https://github.com/svenvc/SimpleRedisClient
Sven
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
Nice job, Sven! Doru
On Jun 14, 2017, at 2:31 PM, Sven Van Caekenberghe <sven@stfx.eu> 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/concerning-pharo/quick-write-me-a-redis-client-5fbe4ddfb1... [SOURCECODE] https://github.com/svenvc/SimpleRedisClient
Sven
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
-- www.tudorgirba.com www.feenk.com "Quality cannot be an afterthought."
participants (3)
-
Sven Van Caekenberghe -
Tim Mackinnon -
Tudor Girba