Skip to content

[SimpleClient] There is no route for command ... in redis #1246

Open
@RuslanMelnychenko

Description

@RuslanMelnychenko

When I want to send command by $client->sendCommand('test_command', 'message'); I have LogicException: There is no route for command "test_command". But when I add handler for command before send $client->bindCommand('test_command', function ($message) {}); it work...

I need send command to another php process, not in same processor...

I don't understand why Driver check command in route collection before send command

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