redis-commander
redis-commander copied to clipboard
Redis management tool written in node.js
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This is to fix issue 528
We have 70+ connections and the redis commander ui is useless cause the connections tab is taking up the whole space. We either need a solution to hide the connections...
Problem: I'm not able to configure Redis connection through helm chart via `connections.local_production_json`. I wanted to use `connections.local_production_json` so I can configure multiple connections with passwords. Context: 1. I used...
So I have a `redis-server` running on localhost on my macOS machine. I have no issues connecting to it via `redis-cli`, but I can't get redis-commander to work. I tried...
When enabling tls, the servername should be passed (or at least an option to do so). For example: https://github.com/redis/ioredis/issues/1862#issuecomment-1978067141
The command from README: `helm repo add redis-commander https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/` answers with: Error: looks like "https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/" is not a valid chart repository or cannot be reached: failed to fetch https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/index.yaml :...
Hi , Today it's impossible to filter by key pattern/prefix in the GUI. and we have a redis with millions of items, what makes it impossible to work with the...
We have 128 dbs, and the entire screen fills with the buttons and we cant access the tree on the left. Thanks!
It would be great to have the ability to auto-discover all dbIndexes in use within the same Redis cluster, rather than having to manually specify them multiple times in the...