Skip to content

Latest commit

 

History

History

springboot-redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

简介

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

接口

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