I have a question how do i "sync" data, for example userdata in cache for all workers / cluster in a node js Cluster Thread?
Like a static variable but for all threads.
for example a static string[] is the "same" in worker thread 1 and 2
the array is getting edited in the cluster thread so its not so usefull if the main thread is giving them it over.