You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: