Skip to content

Server Configurations

Omid Reza edited this page Aug 4, 2022 · 4 revisions

Server Configurations:

  • UI mode:

When server is the running state, in the main page you can insert a new server information via the form.

  • manually

    Go to servers.yaml in config directory and put information in this file like this :
-
    name: localhost
    host: 127.0.0.1
    port: 6379
    password: null
    database: 0

Note:

  1. the name is optional and you could set it Null if you do not want to give it a name.