nuster v3.1.0.19 发布,高性能缓存服务器
nuster 是一个基于 HAProxy 的高性能 HTTP 缓存服务器和 RESTful NoSQL 缓存服务器,既可以用作类似 Varnish 或者 Nginx 那样的 HTTP 缓存服务器,来缓存动态或者静态的 HTTP 资源,也可以用作 RESTful NoSQL 缓存服务器, 用 HTTP POST/GET/DELETE 来 添加 /取得 /删除 Key/Value。 ### Added * nuster.cache.hit sample fetch * disk support in stats * purge persistence files * Merge HAProxy v1.9.11 ### Changed * Save host and path in persist file ### Fixed * Close fd and remove invalid cache files * fd is not closed in creating disk cache file * Fix incorrect key allocation * Fix segfault...