mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-20 00:00:27 +08:00
feat: redis支持list查看&其他小优化
This commit is contained in:
@@ -20,4 +20,7 @@ export const redisApi = {
|
||||
saveSetValue: Api.create("/redis/{id}/set-value", 'post'),
|
||||
del: Api.create("/redis/{id}/scan/{cursor}/{count}", 'delete'),
|
||||
delKey: Api.create("/redis/{id}/key", 'delete'),
|
||||
getListValue: Api.create("/redis/{id}/list-value", 'get'),
|
||||
saveListValue: Api.create("/redis/{id}/list-value", 'post'),
|
||||
setListValue: Api.create("/redis/{id}/list-value/lset", 'post'),
|
||||
}
|
||||
Reference in New Issue
Block a user