• Most commonly used way to cache player data? from database.
    1 replies, posted
I'm currently using MongoDB as my database. I was thinking of caching the data with redis but I'm wondering what would you guys use to cache the users data?
I like to use lua tables. [URL]https://www.lua.org/pil/2.5.html[/URL] If you're asking whats the best way to retrieve data from your database, then place it into [I]another[/I] database for easier access; I would say use a better database engine like MySQL. lol.
Sorry, you need to Log In to post a reply to this thread.