Created
October 27, 2012 23:08
-
-
Save jugglinmike/3966794 to your computer and use it in GitHub Desktop.
Socket.io redis store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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