Skip to content

Redis error: ERR Protocol error: invalid bulk length Redis command was: hmset Array #49

@wanghaozi

Description

@wanghaozi

with the demo usage:
$result = $redis->hmset(['test_collection', 'key1', 'val1', 'key2', 'val2']);
got the errors:
Database Exception – yii\db\Exception Redis error: ERR Protocol error: invalid bulk length Redis command was: hmset Array
fix the invoke codes with :
$result = $redis->hmset(['test_collection', 'key1', 'val1', 'key2', 'val2']);
seems work. If the documentation is wrong , please fix it.thx

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