Skip to content

Benuka-Punchihewa/node-redis-om-test-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo Implementation of Redis OM for Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published