Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages