docs icon indicating copy to clipboard operation
docs copied to clipboard

Install Redis before testing Celery

Open qin-guan opened this issue 2 years ago • 1 comments

In the installation guide, Celery is tested to see if it able to connect to Redis, but will result in an error as the Redis package is not installed.

https://github.com/DMOJ/docs/blob/master/docs/site/installation.md?plain=1#L159

pip3 install Redis should be ran before the command.

I'd be happy to open a PR to fix this, thank you!

qin-guan avatar Mar 05 '23 07:03 qin-guan

pip install redis also works

i'm not sure which one is better

int-y1 avatar Mar 02 '25 11:03 int-y1