Eddie

Results 6 issues of Eddie

When using local memory, it is necessary to limit the max memory of nodejs. We want to limit the number of keys that can be cached for this. please, check...

enhancement
REVIEW

I wonder if "apicache" manages memory when many requests are made. I wonder if I can set up a separate max memory or set a limit. please, give me the...

# curl command ```$ curl --compressed http://localhost/test -H 'content-encoding: gzip' -H 'content-type: application/json' -H 'Accept-Encoding: gzip' --data-binary @small.tar.gz ``` # Want to autocannon ```bash autocannon -c 10 -d 5 -p...

```typescript it(`should do request with gzip`, async () => { const RESPONSE_BODY = { hello: 'world' }; server.post('/encrypt/body/:id', (_req, res) => res.json(RESPONSE_BODY)); const data = { test: 'json' }; const...

### Prerequisites - [X] I have written a descriptive issue title ### Mongoose version 8.6.3 ### Node.js version v18.20.4 ### MongoDB version 4.4.25 ### Operating system Linux ### Operating system...

performance

I am currently using Redis with multi.exec(), but I noticed that the result format differs when using multi.promise.exec(). multi.promise.exec() appears to support Bluebird promises, but the returned result format is...

help wanted