nuster icon indicating copy to clipboard operation
nuster copied to clipboard

A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy

Results 22 nuster issues
Sort by recently updated
recently updated
newest added

Option to enable LRU eviction in case disk gets full. We are evaluating nuster to be used as a http proxy to increase performance and throughput of our backend http...

enhancement

Hello, we are doing some stress test of our webserver in order to fine tune our system. We've notice that putting nuster in front of our tomcat server the throughput...

investigation

something like `curl -X DELETE -H "name: app1b,app2b" http://127.0.0.1/nuster` will purge rule `app1b` and `app2b` cache `curl -XPURGE -H "nuster-host: example1.com,example2.com" http://127.0.0.1/test` will purge cache of `example1.com` and `example2.com`

enhancement

Implement replicating nuster node cache to other nodes

enhancement

**This is a FEATURE request**: Instead of using Nuster's cache (in-memory or disk persistent solutions), would you have any pointers if Memcached is to be used? e.g.: ```nuster cache on...

enhancement

Is it possible to implement ESI support? http cache is not much powerful without it.

enhancement

I want to search cache content by url. I am very interested in "nuster". (Especially, cache purging by regex : ) ) I am really sorry to have asked you...

enhancement

When running nuster as daemon with ``` nuster -D -f /etc/nuster/nuster.cfg -p /var/run/nuster.pid ``` stats reports ``` **STORE DISK** store.disk.cache.dir: /var/cache/nuster store.disk.cache.loaded: no ``` However, running the same setup without...

investigation

haproxy used in this repo is vulnerable for the [CVE-2022-0711](https://nvd.nist.gov/vuln/detail/CVE-2022-0711), which can be easily fixed by applying the corresponding [patch](https://github.com/haproxy/haproxy/commit/bfb15ab34ead85f64cd6da0e9fb418c9cd14cee8). Would you please fix this so that I can use...

bug

Any forks or project news? Nuster http3 available somewhere?