PaquitoSoft / memored

In-memory shared cache for nodejs application using cluster module
MIT License
91 stars 13 forks source link

Other data structures #6

Open endel opened 7 years ago

endel commented 7 years ago

Hey there,

I was searching for a way to share data between cluster workers and found your project.

I don't want to increase the complexity of my architecture by adding Redis as a dependency, but I need support to more advanced data structures though, like lists maps, etc.

Do you plan to support those in your library? Cheers.

endel commented 7 years ago

I've started this very much inspired by your project: https://github.com/endel/memshared