zazuko / sparql-proxy

SPARQL proxy middleware
4 stars 1 forks source link

Cache: add support for Redis #14

Closed ludovicm67 closed 1 year ago

ludovicm67 commented 1 year ago

To improve performances, a Redis instance can be configured to store answers from the triple store. That way, responses are sent a lot faster to the end user.

This closes #13

cristianvasquez commented 1 year ago

Thanks for the Redis-enabled!, I think this improvement will help a lot :)

I would leave the pull request open to testing with real data, with and without the cache, add the tests and refactor if there is time.

ludovicm67 commented 1 year ago

Thanks for the review! I added multiple tests to cover the feature properly. I will do some quick refactoring to take your suggestions into account. Once it's done, then we can merge and do a release, so that we can configure it on real instances.