Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created January 24, 2012 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmalecki/023dde89f11e345e1304 to your computer and use it in GitHub Desktop.
Save mmalecki/023dde89f11e345e1304 to your computer and use it in GitHub Desktop.
var redis = require('redis'),
nssocket = require('nssocket');
exports.createServer = function (options) {
var redisClient = redis.createClient();
return nssocket.createServer(function (socket) {
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment