You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently storing data using socket.data.myCustomData and am able to retrieve the data properly between servers.
However, I'm wondering if this data is stored in redis itself?
By that I mean,
Server 1 -> mySocket.data
Server 2
Server 3
If I kill Server 1, will Server 2 and Server 3 be able to access mySocket.data regardless of Server 1 and it's memory/process?