Documentation Index

Fetch the complete documentation index at: https://cli.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

Cloud DB for Cache (VPC) overview

Prev Next

Available in VPC

Cloud DB for Cache is a fully managed cloud cache service that easily builds a Redis cache with just a few settings and clicks, operates stably through NAVER's optimization settings, and automatically recovers in case of failure occurrence. In Cloud DB for Cache, depending on the scope of DBMS that supports CLIs for database management features, the commands are provided as vcache (Redis, Valkey) and vredis (Redis).

Note

Effective June 19, 2025, the existing "Cloud DB for Redis" service name has been changed to "Cloud DB for Cache." Existing data and usage history will remain unchanged, and there will be no impact on service usage. For more information, see Cloud DB for Cache product name and URL change notice (June 19).

Common Cloud DB for Cache (VPC) settings

This section covers the command and option formats used across the Cloud DB for Cache (VPC) CLI.

Syntax

Run vcache and vredis using the following syntax.

./ncloud vcache <subcommand> [options]
./ncloud vredis <subcommand> [options]

Options

The following options are available across all vcache and vredis commands:

Options Type Required Description
--regionCode String Optional Region code
  • KR | SGN | JPN
  • Default: First Region in the getRegionList query results (default).
--output String Optional Format of the response result
  • json (default) | xml

Cloud DB for Cache (VPC) commands

The following subcommands are available under vcache and vredis.

Config Group

The following describes the config group-related commands.

Commands Description
createCloudCacheConfigGroup Create a Cloud DB for Cache config group.
getCloudCacheConfigGroupList Get the Cloud DB for Cache config group list.
getCloudCacheConfigGroupVersionList Get the Cloud DB for Cache config version list.
deleteCloudCacheConfigGroup Delete a Cloud DB for Cache config group.

DB Server

The following describes the DB server-related commands:

Commands Description
createCloudCacheInstance Create a Cloud DB for Cache instance.
getCloudCacheInstanceList Get the Cloud DB for Cache instance list.
getCloudCacheInstanceDetail Get the Cloud DB for Cache instance details.
flushAllCloudCacheServerInstance Delete all data from the selected cache server using the FlushAll command.
rebootCloudCacheServerInstance Restart a Cloud DB for Cache server instance.
deleteCloudCacheInstance Delete a Cloud DB for Cache instance.

Backup

The following describes the backup-related commands:

Commands Description
getCloudCacheBackupList Get the Cloud DB for Cache system backup list.
getCloudCacheBackupDetailList Get the Cloud DB for Cache system backup details list.
exportBackupToObjectStorage Send Cloud DB for Cache backup files to Object Storage.

Manual Backup

The following describes the manual backup-related commands:

Commands Description
createCloudCacheManualBackup Create a Cloud DB for Cache manual backup.
getCloudCacheManualBackupList Get the Cloud DB for Cache manual backup list.
getCloudCacheManualBackupDetailList Get the Cloud DB for Cache manual backup details list.
deleteCloudCacheManualBackup Delete a Cloud DB for Cache manual backup.

Common

Use the following common lookup commands when creating resources:

Commands Description
getCloudCacheImageProductList Get the Cloud DB for Cache image product code list.
getCloudCacheProductList Get the Cloud DB for Cache server spec code list.
getCloudCacheTargetVpcList Get VPC list.
getCloudCacheTargetSubnetList Get subnet list.
getCloudCacheBucketList Get Object Storage bucket list.

Cloud DB for Cache (VPC) related resources

These resources provide additional context and support for the Cloud DB for Cache (VPC) CLI.