Dhaiwat10 / rlp-proxy

The proxy used by @dhaiwat10/react-link-preview to fetch metadata for URLs.
https://www.npmjs.com/package/@dhaiwat10/react-link-preview
34 stars 134 forks source link

RedisToGo is getting shutdown #17

Closed thienbao12a2 closed 2 years ago

thienbao12a2 commented 2 years ago

They are shutting down RedisToGo in August. Do you have any other redis service that you could recommend?

Dhaiwat10 commented 2 years ago

I have no clue unfortunately. :(

thienbao12a2 commented 2 years ago

I have no clue unfortunately. :( That's fine. Could you please explain why we have to use Redis and Supabase? I entered a dummy Supabase anon key, and the server still works

Dhaiwat10 commented 2 years ago

@thienbao12a2 it's just to cache results so the next time there is a request for the same URL, the server just grabs the cached result insetead of going and fetching data again. It's faster

thienbao12a2 commented 2 years ago

@thienbao12a2 it's just to cache results so the next time there is a request for the same URL, the server just grabs the cached result insetead of going and fetching data again. It's faster

Thank you.