Skip to content

Instantly share code, notes, and snippets.

@jugglinmike
Created October 27, 2012 23:08
Show Gist options
  • Save jugglinmike/3966794 to your computer and use it in GitHub Desktop.
Save jugglinmike/3966794 to your computer and use it in GitHub Desktop.
Socket.io redis store
socketServer.set("store", new socketIo.RedisStore({
redisPub: redis.createClient(),
redisSub: redis.createClient(),
redisClient: redis.createClient()
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment