``` 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.
By following the example here. https://github.com/actix/examples/blob/master/database_interactions/redis/src/main.rs
I get this:
This seems like something related to the encoder.