diff --git a/INSTALLATION.md b/INSTALLATION.md index 5aafbc4ba2..f5422eb4a0 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -203,6 +203,10 @@ Talawa-api makes use of `Redis` for caching frequently accessed data items in th ```bash redis-cli ``` + - **Step 6**: + - Use these parameters when running the setup script if you have configured the server on your local machine: + - Redis Host: `localhost` + - Redis Port: `6379` (default Redis port) 2. `For Windows Users using WSL`: @@ -235,6 +239,11 @@ If you'd rather not deal with the hassle of setting up WSL on your computer, the redis-cli ``` +- **Step 7**: + - Use these parameters when running the setup script if you have configured the server on your local machine: + - Redis Host: `localhost` + - Redis Port: `6379` (default Redis port) + 3. **Connecting to Redis Cloud**: To connect to a Redis cloud service, you will need the host and port information provided by your cloud service provider. Use these values in your application to establish a connection. Typically, the host and port strings are provided in the following format: @@ -769,4 +778,4 @@ Talawa-api makes use of `vitest` to run tests because it is much faster than `je You can run the tests for talawa-api using this command: - npm run test \ No newline at end of file + npm run test