patrikx3/redis-ui

Is it possible to set the default db in .p3xrs-conns.json?

YeKc1M opened this issue · 3 comments

I want to set the default db in auto-connection (redis-cli -n).
I only find one example by searching in GitHub. But there is no db-related field

{
  "list": [
    {
      "name": "redis1",
      "host": "redis",
      "port": 6379,
      "password": "",
      "id": "2"
    }
  ],
  "license": ""
}

Is it possible? Or is there any document about the fields in .p3xrs-conns.json?

@p3x-robot I've already read the README and searched in this repo but I only found the fields above
and that cannot resolve my question

you can configure in your gui and then make it read only after