15 lines
546 B
Markdown
15 lines
546 B
Markdown
---
|
|
title: Using Redis with Fastify in Nx
|
|
description: Learn how to integrate Redis with Fastify in an Nx workspace, including project scaffolding, basic Redis integration, and using Redis modules like RediSearch.
|
|
---
|
|
|
|
# Using Redis with Fastify in an Nx Workspace
|
|
|
|
In this example repo, you'll learn how to:
|
|
|
|
- Leverage Nx generators to scaffold out project configurations
|
|
- Use Redis with Fastify
|
|
- Use Redis Modules, like RediSearch
|
|
|
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-redis#nx--fastify--redis" /%}
|