操作步骤
登录DLA控制台。
单击左侧导航栏的访问点管理,然后,登录DMS,在DLA中创建Redis Schema的语法如下所示:
CREATE DATABASE `redis_test`
WITH DBPROPERTIES (
catalog = 'redis',
location = 'r-xxxxx.redis.rds.aliyuncs.com:6379/hello_',
password = 'xxxxx',
vpc_id = 'vpc-xxxxx',
instance_id = 'r-xxxxxx'
)
参数说明
location:Redis实例的内网连接地址和端口号组成。
hello_
为添加的前缀。password:连接Redis的密码。
vpc_id:Redis实例所属VPC ID。
instance_id:Redis实例ID
下一步
文档内容是否对您有帮助?