高性能 Web 缓存服务器 nuster 1.7.9.7 已发布。本次更新主要添加删除全部缓存,根据后端代理名字,根据缓存规则名字删除缓存的功能。
项目主页 https://github.com/jiangwenyuan/nuster
本次更新
Added
- Purge all cache (
curl -X PURGE -H "name: *"
)
- Purge the cache belong to a proxy (
curl -X PURGE -H "name: proxy-name"
)
- Purge the cache belong to a cache-rule (
curl -X PURGE -H "name: cache-rule-name"
)
Changed
- Performance improvement by parsing necessary data in advance instead of doing that in iterating cache-rules
- Unified cache manager entry
介绍
nuster 是一个基于 HAProxy 的高性能 web 缓存服务器。nuster 完全兼容 HAProxy,并且利用 HAProxy 的 ACL 功能来提供非常细致的缓存规则。特性包括
- 完全兼容 HAProxy,支持所有 HAProxy 的特性和功能
- 强大的动态缓存功能
- 根据 HTTP method, uri, path, query, header, cookie 等等进行缓存
- 根据 HTTP 请求和响应内容等等进行缓存
- 根据环境变量服务器状态等等进行缓存
- 根据 SSL 版本, SNI 等等进行缓存
- 根据连接数量,请求速率等等进行缓存
- 等等
- 非常快
- 删除缓存
- 动态开启禁用缓存
- 动态修改 TTL
- 前后端 HTTPS
- HTTP 压缩
- HTTP 重写重定向
性能:
非常快, 单进程模式下是 nginx 的 3 倍,多进程下 nginx 的 2 倍,varnish 的 3 倍。详见性能比较