云数据库 GeminiDB-查询Redis禁用命令:响应参数

时间:2025-01-26 10:50:01

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total_count

String

总数。

disabled_type

String

命令类型。

枚举值:

  • command
  • key

commands

Array of strings

disabled_type为command时展示该参数。

枚举值:

  • keys
  • hkeys
  • hvals
  • hgetall
  • smembers
  • flushdb
  • flushall

keys

Array of 表5 objects

disabled_type为key时展示该参数,最多20个。

表5 RedisDisabledCommandsDetail

参数

参数类型

描述

db_id

String

key所在的DB。

key

String

key名。

commands

Array of strings

命令列表。

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误消息。

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

error_msg

String

错误消息。

support.huaweicloud.com/api-nosql/nosql_05_0060.html