Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pad] Usar redis no lugar de mysql #4

Open
iuriguilherme opened this issue Nov 24, 2020 · 0 comments
Open

[pad] Usar redis no lugar de mysql #4

iuriguilherme opened this issue Nov 24, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@iuriguilherme
Copy link
Member

Depois de passar por todo o processo de configurar o etherpad-lite pra usar mysql, é que eu fui ver como é o esquema do banco:

CREATE TABLE `store` (
  `key` varchar(100) COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `value` longtext COLLATE utf8mb4_bin NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

É óbvio que é muito melhor usar redis pra isto. Eu gostaria de fazer esta mudança, mas exatamente agora estou de barriga cheia, ainda não tomei café hoje e nem consigo pensar num plano pra migrar os pads que já existem

@iuriguilherme iuriguilherme added the help wanted Extra attention is needed label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant