Skip to content

Redis Store not attaching the init subscriptions on configuration set #367

Closed
@dshaw

Description

@dshaw

Steps:

  1. redis-cli > monitor
  2. io.set('store', new RedisStore());

Expected behavior:
"subscribe" "handshake"
"subscribe" "connect"
"subscribe" "open"
"subscribe" "join"
"subscribe" "leave"
"subscribe" "close"
"subscribe" "dispatch"
"subscribe" "disconnect"

You should see the setup subscriptions. They are not being attached.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions