diff options
author | git-hulk <hulk.website@gmail.com> | 2024-01-27 22:21:54 +0800 |
---|---|---|
committer | Michael Grunder <michael.grunder@gmail.com> | 2024-01-31 12:08:52 -0800 |
commit | 5b253d89c7cc9593723334e0a45077bd4008d3db (patch) | |
tree | 5538a775daf676538f02829e3d521ab39bc5fa77 /adapters/libuv.h | |
parent | 2706c3e16d57c9babd24bfd83ade2efcdb13a7b8 (diff) |
Add support of RESP3 attribute type
Currently, Redis DEBUG PROTOCOL 'attrib' command will return an
attribute type, but hiredis doesn't support it yet. So it got the
protocol type error:
```
127.0.0.1:6379> DEBUG PROTOCOL attrib
Error: Protocol error, got "|" as reply type byte
```
After apply this PR, it should reply:
```
127.0.0.1:6379> DEBUG PROTOCOL attrib
1# "key-popularity"
1# 1) "key:123"
2) (integer) 90
```
Diffstat (limited to 'adapters/libuv.h')
0 files changed, 0 insertions, 0 deletions