redis-commander
redis-commander copied to clipboard
Redis management tool written in node.js
Currently setting extra CA certs is possible only in the ollowing ways: * adding certificate directly as one-liner inside the config file or as env var * for single connections...
Try to install redis-commander with default values.yaml file : `$ helm install redis-commander -f ./values.yaml . -n redis` And get error: `Error: INSTALLATION FAILED: unable to build kubernetes objects from...
Took a bit to diagnose but some of my older redis keys which were left behind from the previous run had some binary data in the keys. e.g. ``` "\xac\xed\x00\x05t\x00Xrefresh_token_to_entry::6d7jbNXf8ns9KPPsmjsp6hc3xWqQR4KK7z00hxZP8Onmr36Ib4OMDs5u6b2LIzqM"...
I am facing an issue with the following `docker-compose.yml`: ``` rediscmd: image: ghcr.io/joeferner/redis-commander:latest restart: unless-stopped environment: REDIS_HOST: REDACTED.memorydb.eu-central-1.amazonaws.com REDIS_PORT: 6379 REDIS_TLS: true REDIS_USERNAME: REDACTED REDIS_PASSWORD: REDACTED ``` It used to...
`XINFO consumers` should respond with an array, whether it's RESP2 or RESP3 (https://redis.io/commands/xinfo-consumers/), but when I call it I get a map back. If there is only 1 consumer, the...
Hi, I would like to privately report about several security vulnerabilities. Can you contact me? Thanks.
I'm getting this error continuously when I try to `SUBSCRIBE [channel]` to a channel that I know exists from `PUBSUB CHANNELS`. Anyone have any idea why I'm getting this error...
Hello, We plan to use info and select commands in readonly mode , I'm not a nodeJs expert, any files that I can modify to make this happen ? currently...
right now timeseries data is not supported any plans to support timeseries data? https://github.com/RedisTimeSeries/RedisTimeSeries
Hi, Are there plans or forks to support Redis Clusters? Would it be easy to switch to [ioredis](https://github.com/luin/ioredis) and would that be sufficient to work with a cluster? Thanks!