Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 852 Bytes

File metadata and controls

12 lines (9 loc) · 852 Bytes

Demo Implementation of Redis OM for Node.js

Redis OM, also known as Redis Object Mapper (pronounced REDiss OHM), simplifies the integration of Redis into your Node.js application by seamlessly mapping familiar Redis data structures to straightforward JavaScript objects. Say goodbye to cumbersome low-level commands, as Redis OM enables you to work with pure code utilizing an intuitive fluent interface.

Execution Steps

  1. Download and run the redis-stack docker container using docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest.
  2. Install concurrently as a global dependency by running npm install -g concurrently.
  3. Install node modules by running npm install.
  4. Run npm run dev to start the development server.

API Documentation

https://documenter.getpostman.com/view/20871743/2s93z3gRoH