Skip to content

What socket data exists within redis? #447

Closed
@y4my4my4m

Description

@y4my4my4m

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions