[amscotti@128bit.io ~/posts]# grep -l "redis" *.md | xargs -n1 head _
Date: August 31, 2014

Explores Remote Procedure Call as pattern for microservices architecture, comparing to message queues. Demonstrates JSON-RPC for message formatting with Redis pub/sub system for message distribution, showing how client waits for RPC return results while message queues typically trigger jobs without reply requirements.