Pool implementation for redis/nodejs

June 12, 2011

Redis, meet node.js. You’ll get on well together.

This gist makes a pool of redis connections for your node.js application, allowing you to create 1 pool per redis database.

Depends on node_redis and node-pool. Code after the jump.


Previous post: 10 minute lightning talk on Mapnik and node-mapnik

Next post: Javascript for Rubyists