POST Api/Service/RemoveKey

移除字符型数据

Request Information

URI Parameters

None.

Body Parameters

请求对象

SpeedPower.Service.MIRedis.Models.Service.RemoveKey
NameDescriptionTypeAdditional information
Key

Key值

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1"
}

Response Information

Resource Description

移除字符型数据

SpeedPower.Service.MIRedis.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}