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

When I try to expand one node it becomes blank. With other nodes it seems to work. I get no errors in console. I'm using [email protected] with latest web/static/scripts/redisCommander.js file.

bug

I feel like I must be missing something. I cannot use MULTI.

enhancement

Hi. Some of the data that is being placed in Redis may not be JSON encoded data. As a consequence, you end up with a LONG string and things get...

Hey, I've been using Redis Commander behind an OAuth Proxy for a while now and I was wondering if there is a way to allow people logging in into Redis...

enhancement
help-wanted

This adds a workflow, using chart releaser, to release the helm chart to the gh-pages branch. So others can us it as a repo. ``` helm repo add redis-commander https://joeferner.github.io/redis-commander/...

Hi, i see that there is a ReJSON support but I cannot see the values. I am using dragonfly to store data. They should be fully compatible with the redis...

Hi! Not sure if this is wanted or not but v0.9.0 is not available on [registry.npmjs.org](https://www.npmjs.com/package/redis-commander) where latest available version is v0.8.0. Is it possible to publish it there as...

The compose complains if I change the user from "redis" and does not allow a password. My redis needs a login with username (not "redis") and a text password. How...

Thanks for this great project. I'm using the Docker image and have 3 servers listed in `REDIS_HOSTS`. All 3 show up and are working but I'm also seeing `localhost` at...

Having issues with TLS, seems like arguments like insecure or TLS CA location are not propagated at all to node cli ``` env: - name: "REDIS_HOST" value: "10.12.15.24" - name:...