高性能 Web 缓存服务器 nuster 1.7.9.7 已发布。本次更新主要添加删除全部缓存,根据后端代理名字,根据缓存规则名字删除缓存的功能。
本次更新
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倍。详见性能比较