Build a Node.js (or Go) service that accepts post-creation commands, writes them to PostgreSQL as the source of truth, and maintains a Redis sorted-set projection of the last 20 posts per author. The service must handle concurrent writes from two parallel clients without projection corruption, and serve the feed endpoint exclusively from Redis.