Coder Social home page Coder Social logo

Comments (10)

BryanDonovan avatar BryanDonovan commented on June 22, 2024

I think this is how the cache-manager-fs store works.. it's per-process as far as I can tell. So each time you run the script, which creates a new process, it also creates a new .dat file.

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

In other words, if you have a server running on one process, the caching will work like expected until you restart the server. At that point it will create a new .dat file.

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

I haven't tried it myself, but maybe this store would work for multiple processes: https://github.com/sheershoff/node-cache-manager-fs-binary

from cache-manager.

Jakobud avatar Jakobud commented on June 22, 2024

So if I have some external process, like a cronjob that needs to access the cache data and make some changes several times per day, there is no way to do this?

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

Yeah, I don't know why the fs file store does it like that (I didn't write it). It seems odd to me, or maybe there's a config option that will let the cache be shared by multiple processes.

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

To clarify, if you used the redis store, mongo store, etc. the cache would be shared across processes.

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

It happens because of this line:

https://github.com/hotelde/node-cache-manager-fs/blob/master/index.js#L172

You might want to fork that project and submit a pull request with a change that lets you override that uuid part. Basically let you pass in a filename param.

CC @hotelde

from cache-manager.

Jakobud avatar Jakobud commented on June 22, 2024

Thanks for the help. I've been messing with it's code. Some console.log's tell me that it seems to be finding the proper .dat file on startup and it's finding the data, but that data just isn't filled into the cache. Not sure what I'm doing wrong. Thank you for the help,

from cache-manager.

Jakobud avatar Jakobud commented on June 22, 2024

Here is my issue I've opened over there for reference

hotelde/node-cache-manager-fs#9

from cache-manager.

BryanDonovan avatar BryanDonovan commented on June 22, 2024

No problem.

from cache-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.