Sunday 17 September 2017

Does something like a "redis-cached-object" exist?

Essentially, allowing me to create an array / object in my node app, which then will get "backed up" to redis, and "imported" from said on start. Seems like such a simple and useful module to me, but i cannot find anything like it.The idea is that there is a native object / array in node backing the data, so that reads / writes can be performed in a non-async way, and the moving of the data into redis is done in the background

Submitted September 17, 2017 at 05:25AM by kinsi55

No comments:

Post a Comment