Nils
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Caching queries for example
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Or maybe storing session data for users
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
You should be using it as a caching layer for example
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
But that's not what it's made for
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Sure it supports writing to disk
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Redis is an in memory key value db designed for raw performance
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
if all you need to do is increment a number
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
probably better for this usecase
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Or actually you could also get away with using something like mongo
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
just use mysql/postgres
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
it's an in memory db
46 replies
AAdmincraft
•Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Don't use Redis, it's wasn't designed to act as a persistent database
46 replies
AAdmincraft
•Created by PleaseSignOut on 7/25/2023 in #questions
How to embed dynmap on https website
yep
22 replies
AAdmincraft
•Created by PleaseSignOut on 7/25/2023 in #questions
How to embed dynmap on https website
(or nginx)
22 replies
AAdmincraft
•Created by PleaseSignOut on 7/25/2023 in #questions
How to embed dynmap on https website
aka, configuring apache
22 replies
AAdmincraft
•Created by PleaseSignOut on 7/25/2023 in #questions
How to embed dynmap on https website
you'll first have to setup your webserver to even know about that url
22 replies