diff options
Diffstat (limited to '97suifangqa/README.txt')
-rw-r--r-- | 97suifangqa/README.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/97suifangqa/README.txt b/97suifangqa/README.txt index 76c5533..465e6db 100644 --- a/97suifangqa/README.txt +++ b/97suifangqa/README.txt @@ -3,6 +3,12 @@ ## run redis & celery $ redis-server -$ python manage.py celeryd worker -E -$ python manage.py celerycam (for monitoring) +$ python manage.py celery worker --loglevel=info +$ python manage.py celerycam # for monitoring + +## 'redis' troubleshooting +如果 redis-server 启动时出现如下错误: +> [20101] 30 Oct 08:52:02 # Can't handle RDB format version 6 +> 20101] 30 Oct 08:52:02 # Fatal error loading the DB. Exiting. +则尝试删除当前目录下的 'dump.rdb' 文件,然后重新启动。 |