Service

分布式存储服务控制器

APIDescription
GET Api/Service/RandomKey

获取一个数据库随机Key

POST Api/Service/AddString

向数据库添加字符型数据

POST Api/Service/GetString

获取字符型数据

POST Api/Service/RemoveKey

移除字符型数据

POST Api/Service/ExpireKey

设置Key的过期时间

POST Api/Service/LockQuery

查询针对锁持有的令牌

POST Api/Service/LockTake

针对锁及令牌添加锁请求

POST Api/Service/LockExtend

针对锁及令牌延期请求

POST Api/Service/LockRelease

针对锁及令牌释放锁请求