redis
redis copied to clipboard
RESP3 support
Reported by @andreastoyota In #78
would be great to support redis@v6 before the first 3. I can already use the stream api using redis.executor, but i can't use RESP3 when we await redis.executor.exec('HELLO', 3); it fails with: error: Uncaught Error: Invalid state
I'd like to take a stab at this one too!
Any updates on when this is coming? I'd be happy to contribute if needed.