Talk:Database backends

From Minetest Wiki
Revision as of 14:51, 28 May 2017 by 843jdc (talk | contribs)
Jump to navigation Jump to search
  • Can the player database backend be any of the backends used for the map?
  • Can the player database backend be different from the one selected for the map?

I use Redis for Cash's World. I have compiled a new 0.4.15-dev client/server and am currently working on setting it up to take over the old 0.4.14 server. My not knowing Redis well is causing me to do this very slowly. I will soon find out if I can use Redis for the player data. Hmmm. I will need a method to remove junk player files from the database. It will not as easy as it used to be. I think I will continue using files for now until that is solved.