-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Description
XINFO consumers
should respond with an array, whether it's RESP2 or RESP3 (https://redis.io/commands/xinfo-consumers/), but when I call it I get a map back. If there is only 1 consumer, the map is empty ({}
). If there are 2 consumers, then the key is the first consumer & the value is the 2nd consumer.
XINFO groups
also behaves like this.
When I issue the command directly to redis-cli it works as expected. Is there perhaps a setting that I'm missing?
commander v0.8.1
redis v7
Metadata
Metadata
Assignees
Labels
No labels