Nils
Nils
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Caching queries for example
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Or maybe storing session data for users
34 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
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
But that's not what it's made for
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
Sure it supports writing to disk
34 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
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
if all you need to do is increment a number
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
probably better for this usecase
34 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
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
just use mysql/postgres
34 replies
AAdmincraft
Created by LeSuisse on 7/25/2023 in #questions
Database for plugin
it's an in memory db
34 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
34 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