-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add Redis cache support #1625
Labels
Comments
2 tasks
@georgi-l95 can we close this or are the 2 remaining items still open? |
@Nana-EC Closing, as I think those are not needed. We can reopen, if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: