Complete Express.js implementation example
examples/express/
cd examples/express npm install
.env
REDIS_URL=redis://localhost:6379
npm start