varnish 常用命令--不断更新

$ varnishadm -T 127.0.0.1:2000  help 

  
  
  
  
  1. help [command]  
  2. ping [timestamp]  
  3. status  
  4. start  
  5. stop  
  6. stats  
  7. vcl.load <configname> <filename> 
  8. vcl.inline <configname> <quoted_VCLstring> 
  9. vcl.use <configname> 
  10. vcl.discard <configname> 
  11. vcl.list  
  12. vcl.show <configname> 
  13. param.show [-l] [<param>]  
  14. param.set <param> <value> 
  15. quit  
  16. purge.url <regexp> 
  17. purge.hash <regexp> 
  18. purge <field> <operator> <arg> [&& <field> <oper> <arg>]...  
  19. purge.list  

清除所有缓存:purge.url *$
清除文件夹下缓存:pur.url ^/files/.*$
清除某个后端的某些缓存:purge req.http.host == izhoufeng.com && req.url ~ ^/somedirectory/.*$

你可能感兴趣的:(命令,职场,varnish,休闲,purge,varnishadm)