Skip to content

基于tornado的自动设置memcache 的修饰器,可以根据配置信息取url中的某些字段做为cache 的key

Notifications You must be signed in to change notification settings

xidianwlc/tornado_auto_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

tornado_auto_cache

基于tornado的自动设置memcache 的修饰器,可以根据配置信息取url中的某些字段做为cache 的key

测试: curl http://localhost:port/test/getSearch 这个请求将会走到getSearch函数处,如果设置了缓存自动将请求结果保存到缓存中

About

基于tornado的自动设置memcache 的修饰器,可以根据配置信息取url中的某些字段做为cache 的key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages