patrikx3/redis-ui

ERR unknown command 'config'

Closed this issue · 11 comments

Hey,

i tried to use it against an AWS ElastiCache but i got the following message
image

in AWS is this command not available, https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/RestrictedCommands.html

is there an workaround or something else ?

it looks like is restricted by AWS, so i have no way to control that.

there are other tools like "redis-commander" and they have no problem with that :/
a little bit pity

i think it always uses the config get database command, to list the available databases. that is triggering the error disable.
i see what i can do as a few things are tied to related to databases, but if i disable to config command it could probably make.

i can add an option (AWS ElasticCache enable/disable) that might work for you.

what about INFO keyspace to geht the databases ?

that does not give you how many databases you have, it shows which ones have keys. but i can disable that, hang on

image

i am releasing a new version hang on.

there is a new release, you could try that.

the checkbox is missing
v: 2019.3.19-2

image

hm, some regression error, rebuilding....

image
i think it is working now.

it does, thanks 👍