We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have methods that need to share their cache between different relay instances. Otherwise they might not operate properly.
Add Redis support in the relay and refactor cacheClient to support using either lru or redis, depending on method.
The content you are editing has changed. Please copy your edits and refresh the page.
eth_filter
eth_subscribe
No response
The text was updated successfully, but these errors were encountered:
@georgi-l95 can we close this or are the 2 remaining items still open?
Sorry, something went wrong.
@Nana-EC Closing, as I think those are not needed. We can reopen, if needed.
Successfully merging a pull request may close this issue.
Problem
We currently have methods that need to share their cache between different relay instances. Otherwise they might not operate properly.
Solution
Add Redis support in the relay and refactor cacheClient to support using either lru or redis, depending on method.
Tasks
eth_filter
andeth_subscribe
to use shared cache #1650Alternatives
No response
The text was updated successfully, but these errors were encountered: