I search the Web socket rails gem but could not figure out weather the connection ID of a channel is stored on redis server or is stored on the rails memory. Any one has any idea where it is stored.
Basically we want to scale our server by adding more instances and thats the reasons we want to make sure that a users's connection ID or mapping of Channels and connection ID is stored on redis and not on the rails application server.