Every time I try to run yarn dev to start with self hosted server walkthrough I receive an error code 7 message. Any help would be greatly appreciated, thank you. The terminal code is pasted below.
charliemccahon@Charlies-MBP parse-server-migration % yarn dev
yarn run v1.22.19
$ ts-node src/index.ts
warn: DeprecationWarning: The Parse Server option 'directAccess' default will change to 'true' in a future version. Additionally, the environment variable 'PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS' will be deprecated and renamed to 'PARSE_SERVER_DIRECT_ACCESS' in a future version; it is currently possible to use either one.
warn: DeprecationWarning: The Parse Server option 'enforcePrivateUsers' default will change to 'true' in a future version.
warn: DeprecationWarning: The Parse Server option 'allowClientClassCreation' default will change to 'false' in a future version.
Moralis Server is running on port 1337.
info: Parse LiveQuery Server started running
/Users/charliemccahon/Desktop/Self Hosting/parse-server-migration/node_modules/parse-server/lib/ParseServer.js:261
throw err;
^
Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16)
Emitted 'error' event on RedisClient instance at:
at RedisClient.on_error (/Users/charliemccahon/Desktop/Self Hosting/parse-server-migration/node_modules/redis/index.js:342:14)
at Socket.<anonymous> (/Users/charliemccahon/Desktop/Self Hosting/parse-server-migration/node_modules/redis/index.js:223:14)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6379
}
error Command failed with exit code 7.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.