How do I temporarily disable the Redis plugin?

Viewed 194

I installed the redis plugin and enabled it, but forgot to configure it. Then when I restart the container, I need to log in again, because Redis is not configured, I can't log in, what should I do?

image.png

1 Answers

This is indeed a problem, for now you can try starting with a version of Answer without the redis plugin. Or you can just delete the redis configuration and cache files from plugin_config in the database and restart. This is indeed an issue; we will fix it later. Thanks for the feedback.

In fact, I've tested both methods before you get back to me.

  1. Using a version without a redis plugin does solve the problem temporarily
  2. There is no configuration related to Redis in the plugin_config table of the database.

My final solution was to temporarily install a redis, guess the generated json value according to the plugin code, and then manually fill in the database plugin_config, restart the container, and return to normal