patrikx3/redis-ui

Main content section does not change after connection changed

uqix opened this issue · 11 comments

uqix commented

The main content section remains the same as the initial connection even if switching to a different connection.

version: v2021.4.124
config:

{
  "list": [
    {
      "name": "c1",
      "host": "redis.n1",
      "port": 6379,
      "password": ""
    },
    {
      "name": "c2",
      "host": "redis-eqp.n1",
      "port": 6379,
      "password": ""
    },
    {
      "name": "c3",
      "host": "redis.n2",
      "port": 6379,
      "password": ""
    }
  ]
}

could you show me where it happening? like a video? or something? I switch connections, but the content always goes to the statistics and is up to date.

p3x-redis-ui-2021-02-13_07.08.33.mp4
uqix commented
2021-02-13.14-57-37.mp4
uqix commented

@p3x-robot No matter how I switch these connections, the left tree just does not change.

i doubt this error is because of the gui, there a few people using it and it works, there must be something in your end.

besides, you can see, i have multiple working connections, it must be your network settings, try the same setting in another redis gui.

uqix commented

With an empty connection list in config file, then I add the 3 connections by UI, everything works!
but putting these connections in /settings/.p3xrs-conns.json not works😂

i thought it was something like this :)

you are like this:
https://blog.patrikx3.com/i-am-one-of-these-replies/

uqix commented

@p3x-robot just figured out why: connection config should contain id field, I copied from here where the id is not listed

image

maybe we can update the example or use name as default id?

i updated the kiburnetes settings as well.