Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
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" } }