8000 Client fails to retrieve items larger than 64 KB · Issue #36 · alexzel/iomem · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Client fails to retrieve items larger than 64 KB #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
unbornchikken opened this issue Oct 2, 2024 · 0 comments
Closed

Client fails to retrieve items larger than 64 KB #36

unbornchikken opened this issue Oct 2, 2024 · 0 comments

Comments

@unbornchikken
Copy link
Contributor

When attempting to retrieve items larger than 64 KB from the cache, the client fails with a timeout error. The set and insert operations work without issues, but the problem occurs specifically with the get and gat methods. This issue persists regardless of whether streaming is enabled or not.

Repro:

const value = Buffer.alloc(2 * 1024 * 1024, 'A'.charCodeAt(0));
await cache.set('key1', value);
const result = await cache.get('key1');
assert.deepStrictEqual(result, value);
unbornchikken added a commit to unbornchikken/iomem that referenced this issue Oct 2, 2024
unbornchikken added a commit to unbornchikken/iomem that referenced this issue Oct 2, 2024
@alexzel alexzel closed this as completed in c8ff0a4 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0