redis-commander
redis-commander copied to clipboard
Redis management tool written in node.js
Let me know if I covered everything here, i'll make any changes you'd like to see or add something that I missed. I added: - Configuration option to bin/redis-commander.js -...
Hi, I just wanted to suggest to add the [TYPE filter](https://github.com/redis/redis/issues/6107) as a feature in redis commander for the initial SCAN (in case USE_SCAN is set) in addition to MATCH...
I want to management the data in Redis Cluster with this tool. How do you use ? Example) Redis Cluster: 127.0.0.1:7000, 127.0.0.1:7001, 127.0.0.1:7002 Would you tell me ?
I have installed redis-server on localhost, on fresh installing redis-commander was able to connect to local Redis server using `redis-commander` . When tried to connect to Redis server hosted on...
If items in a list is gzipped, this allows for showing the content instead of encoded data.
It worked fine for the past two days, but now it suddenly reports an error But currently, there is no problem with redis-cli direct connection on the command line So...
Hi, I running redis commander 0.8.0 with redis local server, I got a problem in tree selection. in console, I got an error ``` Uncaught DOMException: Failed to execute 'querySelector'...
importing data into redis via menu "More" -> "Import" does not show error messages when something fails. It just shows "Inserted: 0 Errors: 0". In the server-side logs might be...
Redis commander often takes a long time to load large hashset, and can run out of memory and get killed when the hashset is large enough. I don't think this...
Hi everyone, I use Redis-Commander to connect to my Redis instances that are working with Protocol Buffers to serialize the values inside Redis. Redis-Commander is showing the values for the...