Skip to content

Commit

Permalink
website - fix: updating wording from sqlite to redis (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Jan 29, 2025
1 parent a09f473 commit dd588b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/site/docs/caching/caching-nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ cd nestjs-keyv-cache
```
## 2. Installing Keyv and its Dependencies

To begin, install Keyv and a storage adapter of your choice. In this example, we'll use SQLite:
To begin, install Keyv and a storage adapter of your choice. In this example, we'll use Redis:
```bash
$ npm install cacheable @keyv/redis --save
```
Expand Down

0 comments on commit dd588b9

Please sign in to comment.