-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
CacheAdapter cannot be used in the configuration file #8610
Comments
Thanks for opening this issue!
|
Please provide the exact Parse Server version you are using; and possibly the earliest Parse Server version where you started to encounter the issue if you already did that investigation. |
I have tried every official release of Parse Server before version 5.5.0, and it worked without any issues. However, starting from version 6.1.0 and onwards, I encounter an error. The error message is "The client is closed at Commander._RedisClient_sendCommand."
|
How are you starting Parse Server? |
Confirming I have replicated the issue and waiting to hear whether #8633 resolves the issue |
After several days of testing, no errors have occurred again. |
🎉 This change has been released in version 7.0.0-alpha.27 |
🎉 This change has been released in version 7.0.0-beta.1 |
🎉 This change has been released in version 7.0.0 |
New Issue Checklist
Issue Description
I prefer to configure Parse Server using a configuration file. In Parse Server 5.x, I used the following code to configure the cacheAdapter, but now in 6.x, I keep getting the error "The client is closed at Commander._RedisClient_sendCommand."
"cacheAdapter":{ "module":"C:/Users/Administrator/AppData/Roaming/npm/node_modules/parse-server/lib/Adapters/Cache/RedisCacheAdapter", "options":{ "url":"redis://127.0.0.1:6379/1" } }
The text was updated successfully, but these errors were encountered: