redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.65k stars 2.32k forks source link

Don't discard attribute type while reading reply #2881

Closed git-hulk closed 4 months ago

git-hulk commented 5 months ago

Currently, go-redis will discard the attribute type while reading reply from the server, it would always return the timeout error if we ran the DEBUG PROTOCOL attrib command.