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.
For the attention of last week
Things I wished I’d known a while ago
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