messageBuffer, pmessageBuffer
Hello, I'm using IORedis, and I would like to use "buffer" hooks, thanks
Could you expand? Which commands are you referring to? Alternatively, a code snippet that reproduces the problem will help.
I don't know much more but here's from the ioredis readme: (https://github.com/luin/ioredis)
We can listen buffer instead of string, and if I switch to dragonfly instead of a classic redis image it stop working
Did you try using "message" instead of "messageBuffer"?
Yes, message work and give me strings, I want buffer. That's why they added messageBuffer
@yovanoc Thanks! I am just trying to pinpoint the issue here :)
I opened a task for this. Someone in the community will surely help me with setting up a nodejs test that reproduces the problem and I will be able to fix it then.
Perfect, I will read this and see if I can help too ! thanks !
@yovanoc we can not reproduce this on our side. We run tests from https://github.com/luin/ioredis/blob/main/test/functional/pub_sub.ts and they pass. Can you provide a minimal example that demonstrates this issue?
Ok weird, I will try to do a minimal reproduction then, thanks
We did not succeed to reproduce. Will close after chrismukkah unless a minimal example is provided.
Closing - unable to reproduce