redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

Redis management tool written in node.js

Results 62 redis-commander issues
Sort by recently updated
recently updated
newest added

We have some Keys which contain \0000 (null) chars in its name. They are created by the PHP Symfony Framework when "tagging" keys. The keys are listed but without noticeable...

bug

So, locally, we have a redis container and within our docker-compose file for redis-commander, we have ``` environment: - REDIS_HOSTS=local:redis:6379 ``` and all is well. Also, locally, we can make...

question

Fix issues due to nginx proxy pass rewriting (https://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy) For example if your key is `a:b:{"url","https,//c.com"}` then redis-commander will call `/key//a%3Ab%3A%7B"url"%2C"https%2C%2F%2Fc.com"%7D` that will become `/key//a:b:{"url","https,/c.com"}` (with one slash) when received...

We've noticed that we're unable to see the values of certain keys that we create programattically in redis. If we create them manually via redis-commander they appear. They also appear...

Running Redis commander inside Docker is limiting. I installed it via npm and run it and solved several issues I had. However this npm approach also has its drawbacks. I...

It would be very convenient if you could click on set items or hash fields and be able to delete them (or in the case of hash item values edit...

enhancement

Add an option to auto refresh keys. This helps when reviewing freshness of data as well as discovering new keys.

enhancement

When deploying Redis Commander to Pivotal Cloud Foundry I'm able to load the service details for Redis and connect, but JSTree is throwing numerous errors for the querySelector. Clicking the...

bug

Hi, I want to use redis-commander for running `FLUSHALL` from my web application. So I have redis-commander in my `Docker stack` running under the pathprefix `/redis-commander` and it seems I...