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

Redis cache #20

Open
adityagupta-9900 opened this issue Sep 24, 2021 · 1 comment
Open

Redis cache #20

adityagupta-9900 opened this issue Sep 24, 2021 · 1 comment

Comments

@adityagupta-9900
Copy link

Hello!!
I wish to contribute to this repo by adding the feature of redis cache. Here I was thinking of using redis-go for it and I've already begun and have done some progress into it.
I'd appreciate if I could get some more clarity as to how you would like to bring redis cache option to the existing version.

@miconda
Copy link
Contributor

miconda commented Sep 28, 2021

Thanks for considering to contribute to this project!

Which is the redis-go project that you want to use? I looked at the page listing go redis clients and I could not spot it:

From implementation point of view, now there is a caching that stored the public keys on a folder based on the URL. As a first step would be storing in a redis database and getting them from there. It can be controlled via a cli parameter that sets the redis server url -- if this parameter is provided, then caching is done with redis.

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

2 participants