Currently, all user and static is stored in TEXT files local to the server. This has served us well, but needs to be changed in order to properly support shards and provide integration options.
All user data will be moved into a REDIS database so that it may be shared among nodes and other external consumers of user information such as the TAW website.
All done. Testing will require each of these areas is thoroughly covered. Results should be the same on all shards. E.g. Change inventory on one shard, the change should be apparent on switching to another.
Currently, all user and static is stored in TEXT files local to the server. This has served us well, but needs to be changed in order to properly support shards and provide integration options.
All user data will be moved into a REDIS database so that it may be shared among nodes and other external consumers of user information such as the TAW website.
For now, static data will remain as local files.