Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 271 Bytes

File metadata and controls

16 lines (13 loc) · 271 Bytes

简介

Redis中文配置文档:https://ppg007.github.io/redis/

接口

# 自动缓存
http://localhost:9999/getUser
# 删除
http://localhost:9999/delUser
# 手动设置缓存
http://localhost:9999/set
# 手动获取缓存
http://localhost:9999/get