Jessassin / ZombieSP-Dev

CommandHelper package set for my Minecraft server... not sure on the name or objective at this point.
3 stars 1 forks source link

Emergency cache update #6

Closed CTMiner closed 10 years ago

CTMiner commented 10 years ago

Added caching for economy and wallet (direct integration) Made it so Economy is no longer dependent on XPWallet (XPWallet procs used in Econ were moved to Econ)

Right now I'm working on a command + proc to use to manually update it also.

CTMiner commented 10 years ago

Also: like always, I don't have a MySQL server to test with. Sorry about that.

Jessassin commented 10 years ago

I'll look into caching with a local redis DB, for now we will just need to deal with the slowdown caused by queries.

Also note that it is best not to refactor things like that in a single request - try to keep changes like that to a single request each, don't combine them.