Skip to content

actix_redis protocol error #444

Open
@warunyoud

Description

@warunyoud
let res = redis.send(Command(resp_array!["SET", "mydomain:one", 2])).await??;

By following the example here. https://github.com/actix/examples/blob/master/database_interactions/redis/src/main.rs

I get this:

---->Error("ERR Protocol error: expected \'$\', got \':\'")

This seems like something related to the encoder.

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