Skip to content

Commit

Permalink
Update redis.md to correct the documentation link to io-redis propoer…
Browse files Browse the repository at this point in the history
…ties

Update redis.md to correct the documentation link to io-redis propoerties.  
Current Link was incorrect.
  • Loading branch information
sidd-kulk authored Feb 7, 2024
1 parent 82c728b commit 087e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/apps/docs/content/development/cache/modules/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You also pass the option `ttl`. This means time-to-live, and it indicates the nu

Other available options include:

- `redisOptions`: an object containing options for the Redis instance. You can learn about available options in [io-redis’s documentation](https://luin.github.io/ioredis/index.html#RedisOptions). By default, it’s an empty object.
- `redisOptions`: an object containing options for the Redis instance. You can learn about available options in [io-redis’s documentation](https://redis.github.io/ioredis/classes/Redis.html#options). By default, it’s an empty object.
- `namespace`: a string used to prefix event keys. By default, it's `medusa`.

---
Expand Down

0 comments on commit 087e3df

Please sign in to comment.