RedisGet
This system keyword is used for Redis character string operations to obtain the value of a specified key.
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| Ip | Yes | String | IP address of the Redis database |
| Port | Yes | Integer | Redis database port |
| Password | Yes | String | Password (The login password is personal information and must be defined as sensitive in the environment parameters.) |
| Key | Yes | String | Specified key name |
RedisGet Response
Status: success
| Parameter | Type | Description |
|---|---|---|
| key | String | Value of the specified key |
RedisGet Response Example
{
"test" : "Redis"
} What is your overall rating for this page?
Thank 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



