Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…awa-api into recurring-events-query
  • Loading branch information
meetulr committed Feb 15, 2024
2 parents 24bf959 + 51e3f79 commit f5ee5c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
npm run test

0 comments on commit f5ee5c3

Please sign in to comment.