javascript - Where does socket.io store its data in redis? -


I'm using redis store as your client socket store because I own using Elastic Beanstalk on multiple servers Run the app. How do I do

  var socket_io_store; Soket_io_stor = new Soket_io_redis ({Redispub: Rediskkreatekliant (6379, Utilskdetabes), Redissub: Rediskkreatekliant (637 9, Utilskdetabes), Rediskliant: Rediskkreatekliant (6379, Utilskdetabes)});  

But I again can not see the data related to the stored socket anywhere in redis Where can I get a socket client data again? I can see myself again have associated session data, but I can not see the data from the socket.


Comments