Skip to content

MetaX to Redis synchronization

Pre-release
Pre-release
Compare
Choose a tag to compare
@k041k4 k041k4 released this 14 Jul 23:10
· 2 commits to master since this release

Alpha release works as intended, it's expected to add more synchronization tasks in future. These could be added to synchro-map.js by adding SELECT string and appropriate callback function for Redis synchronization.

Configuration of Servers and overall behavior is accessible via configuration.js (attributes are self-explanatory).

To run synchronization:

  1. clone repo
  2. change configuration.js
  3. run command: "node ./server/app.js"

Server runs in terminal window. There are two ways to stop synchronization server:
A) This option enables to stop server remotely: Connect to Redis DB and change "signal_stop" key to "true"
B) This is local only option: Press Ctrl+C