Modifying a Memory Acceleration Rule
Function
This API is used to modify a memory acceleration rule.
Constraints
This API can be used only on primary/standby GeminiDB Redis instances.
URI
PUT https://{Endpoint}/v3/{project_id}/dbcache/rule
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Explanation: Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. Constraints: N/A Values: N/A Default value: N/A |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Explanation: User token You can obtain the token by calling the IAM API by following Obtaining a User Token Through Password Authentication. Constraints: N/A Values: N/A Default value: N/A |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
dbcache_rule_id |
Yes |
String |
Explanation: ID of a memory acceleration rule Constraints: N/A Values: N/A Default value: N/A |
value_columns |
Yes |
Array of strings |
Explanation: Columns used by mapped values Constraints: N/A Values: N/A Default value: N/A |
ttl |
No |
String |
Explanation: Lifetime of a key (unit: ms) Constraints: N/A Values: N/A Default value: 2592000000: 30 days |
value_separator |
No |
String |
Explanation: Value separator of a mapping Constraints: Only one character is allowed. Values: N/A Default value: N/A |
Response Parameters
None
Example Request
Updating a memory acceleration rule
PUT https://{endpoint}/v3/054e292c9880d4992f02c0196d3ea468/dbcache/rule { "dbcache_rule_id" : "0231e002-d278-4df8-815c-8284164168e5", "value_columns" : [ "sno", "sname", "age" ], "ttl" : 3000, "value_separator" : "_" }
Example Response
None
Status Codes
See Status Codes.
Error Codes
See Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot