nx/docs/shared/recipes/database/redis-fastify.md

546 B

title description
Using Redis with Fastify in Nx 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" /%}