Available in VPC
Config Group allows you to group the created DB Servers and assign the same settings to the servers in the group for efficient management.
Config Group interface
The basics of using Config Group are as follows:

| Component | Description |
|---|---|
| ① Menu name | Current menu name and path. |
| ② Basic features | Check details for Cloud DB for Cache and reload the Config Group page. |
| ③ Config Group features | Create, edit, and delete Config Groups. |
| ④ Config Group list | View the list and information of the created Config Groups. |
View Config Group list
You can view the list of Config Groups you have created. To view the Config Group list:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Database > Cloud DB for Cache. - Click the Config Group menu.
- When the Config Group list appears, check the required information.
- Config Group name: Name of Config Group
- DBMS type: DBMS type applied to Config Group
- Version: DB version applied to Config Group
- Status: Status of Config Group
- Configuring: Status in which the Config Group is being created and configured based on user input data.
- Running: Status in which the creation and configuration of the Config Group have been completed with the information entered by user
- Deleting: Status in deleting Config Group at user's requests
- Description: Description of Config Group
- Server list:
When you click it, check the DB Server list belonging to Config Group

Create Config Group
To create a Config Group:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Database > Cloud DB for Cache. - Click the Config Group menu.
- Click [Create Config Group].
- When the Create Config Group popup window appears, click to select or enter the information required to create it.
- DBMS type: Select DBMS type to create Config Group
- Version: Select the version of DB to use Config Group to create
- Name: Name of Config Group to create
- Enter between 3 and 15 characters using lowercase English letters, numbers, and hyphens (-).
- It must start with an English letter and end with an English letter or a number.
- Duplicate names are not allowed.
- Description: Enter a description of Config Group to create with 255 characters or less
- Click [Yes].
- Check the status of the Config Group you created.
- Configuring: Status in which the Config Group is being created and configured based on user input data.
- Running: Status in which the creation and configuration of the Config Group have been completed with the information entered by user
Edit Config Group
To edit Config Group:
Caution
- The result of editing the Config Group will be applied to all DB assigned to the Config Group.
- The default is applied when deleting a setting.
Note
Editing the Config Group is enabled by default when the group status is running.
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Database > Cloud DB for Cache. - Click the Config Group menu.
- Click to select the Config Group you want to edit and then click [Edit Config].
- When the Edit Config popup window appears, check or enter the required information for editing.
- Config Name: Name of the config variable
- Type: Variable type
- Range: Available range to enter variable
- Default: Variable default
- Config Value: Variable value
- Edit the Config Value to the global default value: Click [Reset to Default]
- Click [Yes].
- Check the server lists whose settings are changed in batch and click [Yes].
- Check the status of the Config Group.
Config variable list
The following are descriptions of config variables:
| Config Name (name of the config variable) | Description |
|---|---|
| timeout | Client's waiting time |
| tcp-keepalive | Client's check cycle |
| maxclients | Maximum number of client users |
| maxmemory-policy | Memory policy when the DB memory is 100% |
| slowlog-log-slower-than | Slow command logging time (microseconds) |
| slowlog-max-len | Slow command logging amount |
| hash-max-ziplist-entries | Criterion for the hash form to be saved as ziplist (number of fields) |
| hash-max-ziplist-value | Criterion for the hash form to be saved as ziplist (bytes) |
| list-compress-depth | With or without compression in list form |
| set-max-intset-entries | Criterion for the set form to be saved as inset (number of fields) |
| zset-max-ziplist-entries | Criterion for the zset form to be saved as ziplist (number of fields) |
| zset-max-ziplist-value | Criterion for the zset form to be saved as ziplist (bytes) |
| always-show-logo | Show the ASCII logo whenever the Redis Server is started |
| cluster-require-full-coverage | Select whether to prohibit the use of clusters altogether or allow operation of all other nodes except the downed nodes when the master node goes down |
| daemonize | Select whether to execute the Redis Server through daemon |
| rdbchecksum | Whether to record the checksum value at the end of the rdb file |
| rdbcompression | Use LZF compression for saving rdb files |
| slave-read-only | Whether to enable the commands for entering, editing, and deleting data for the client's replica nodes |
| tcp-backlog | Number of client connections per second on the Redis Server |
| notify-keyspace-events | Whether to enable keyspace notifications and specify the types of events to be notified |
Delete Config Group
To delete Config Group:
Caution
You can't delete a Config Group if a configured DB service exists in the Config Group. To delete it, clear all DB services that you have set, and try again.
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Database > Cloud DB for Cache. - Click the Config Group menu.
- Click to select the Config Group you want to delete and then click [Delete].
- When the Config Group popup window appears, click [Confirm].
- Check the status of the Config Group.
- Deleting: Status in deleting Config Group at user's requests