Ty Sayers
|
4237cd082c
|
Add support for master-slave replication in redis to balance load of read and writes. Redis based repositories now read/write to specified connection pools (master or slave).
|
2015-03-07 23:19:35 -05:00 |
|
MrTwiggy
|
fc98cf4f6c
|
Add callback feature set for cross-server command system to reduce dependencies, clean up old constant references and add in ability to initialize server name on ServerData. Clean up old 'this' references to '_' prefixed variables and standardize field naming.
|
2014-09-25 17:17:38 -04:00 |
|
MrTwiggy
|
5c9ee3e79e
|
Add ServerCommand system for live cross-server commands,. Update Queuer to support Redis based database and functionality. Fix ServerStatus start up dates to synchronize properly with central Redis time. Add new DataRepository's for easier dynamic object storage in redis. Update Portal server-transfers to support new cross-server command system rather than database stored server transfers.
|
2014-09-21 20:42:47 -04:00 |
|