redis-commander
redis-commander copied to clipboard
Redis management tool written in node.js
scanning: 1: 1 setUpConnection (R:undefined:undefined:undefined) Redis error Error: Command queue state error. If you can reproduce this, please report it. Last reply: 0, at DataHandler.shiftCommand (/usr/local/lib/node_modules/redis-commander/node_modules/ioredis/built/DataHandler.js:164:27) at DataHandler.returnReply (/usr/local/lib/node_modules/redis-commander/node_modules/ioredis/built/DataHandler.js:50:27) at...
I've actually noticed 4 issues, but I didn't want to hammer the tracker with issues. 1. There's no option to rename a key in the UI 2. There's no way...
Since we have a large dataset, the UI crashed at start. The `--root-pattern` option is not an ideal one, cuz it'll still scan the database. btw we've set the `--use-scan`...
It would be awesome if I could sort by fields like this 👇 
Current implementation uses only one connection per configured redis server. This connection is shared between the tree view operations and CLI commands for all users. Therefor its not working well...
Hi, I've been using redis commander from a lot time ago, thank you very much to constantly update the project! Today I've got a strange behaviors: after saving a big...
Basic streams support exists, however, it appears to just be displaying the first field of each item. Ideally it would show each item as a list of name/value pairs like...
I would really appreciate if you would add a possibility to filter by key. Given a key filter (regular expression or pattern) display only a part of the tree matching...
We have some Redis DBs that use binary keys and values For these DBs we should like to turn off grouping by separator (or customize it into grouping by a...
When working with complex Redis queries, e.g. the ones for Redisearch, it would be great if the CLI supported multi-line editing. As an example, the search queries from this chapter...