application-research / estuary

A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals.
https://docs.estuary.tech
Other
239 stars 66 forks source link

Setup a remote cache server like redis #706

Open en0ma opened 1 year ago

anjor commented 1 year ago

Why do we want it to be a remote server? Shouldn't the cache just be in memory?

en0ma commented 1 year ago

Why do we want it to be a remote server? Shouldn't the cache just be in memory?

3 possible reasons;

anjor commented 1 year ago

I see your point, but I wonder if this is overengineering it a bit; especially if we think of the use case where people might be running their own estuary nodes.

I am of the opinion we should try and do the simple thing first. What do you think?