Skip to content
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

Different types of caching on MX record lookup #92

Open
lulalala opened this issue Jan 11, 2018 · 0 comments
Open

Different types of caching on MX record lookup #92

lulalala opened this issue Jan 11, 2018 · 0 comments

Comments

@lulalala
Copy link
Contributor

So I have my own gem for doing lookups.
The thing about MX-record lookup is that it is not very fast,
so my gem offers many levels of caching,
including whitelist, rails_cache store, etc.

https://github.com/lulalala/email_domain_validator#filters

These are implemented so one filter can wrap around another filter, making the whole thing very configurable.

I am wondering if you are interested in either:

  1. use my gem for lookup and utilize those filters.
  2. copy the code in my gem for similar caching capabilities.
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