Skip to content

Why you add Rediska::EOL after command? #90

@maxgu

Description

@maxgu

in Rediska_Connection.php:175:

$needToWrite = (string) $string . Rediska::EOL;

and result:

"*3\r\n$3\r\nSET\r\n$5\r\nmykey\r\n$7\r\nmyvalue\r\n\r\n"

twemproxy throws error "Invalid argument"

without EOL - all ok:

$needToWrite = (string) $string;// . Rediska::EOL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions