JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q12079F
  • License ISC

A quick introduction to using Redis to store/retrieve data for your node.js app!

Package Exports

  • learn-redis

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (learn-redis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Learn Redis

Need to store/access your data as fast as possible? Try Redis!

Redis Logo

Why?

Storing data is a necessity for all (but the simplest) web applications.   💻 📱 ⌚ 📷 📹   >   💾 & 📂   >   😄
Often accessing that data can be the biggest bottleneck in an app causing it to be slow and painful experience. ⌛ 💤 😢
Redis is designed to be the fastest way to store and retrieve data. 🚀
Which means less waiting for the people using your app! 👏 😀

What?

(A Tutorial using Redis with Node.js)

Which Node.js Module?