redis-derive icon indicating copy to clipboard operation
redis-derive copied to clipboard

Doesn't seem to work well with `BLPOP` and `PUSH`?

Open thomaseizinger opened this issue 6 months ago • 0 comments

I am trying to use this crate with PUSH and BLPOP and that doesn't seem to work. Particularly, when using BLPOP, instead of having the entire struct returned, the deserialization fails. When introspecting the return value by just using redis::Value, it appears that BLPOP returns the name of the first field within the struct that I actually serialized.

thomaseizinger avatar Dec 21 '23 06:12 thomaseizinger