Skip to content

React/Node.js webapp that relies solely on Redis and its lightweight, persistent nature to store user data. Fast without the bulk of a RDBMS or NoSQL data store.

Notifications You must be signed in to change notification settings

govindrai/redisusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedisUsers

Description

React/Node.js webapp that relies solely on Redis and its lightweight, persistent nature to store user data. Fast without the bulk of a RDBMS or NoSQL data store.

Use case

I have been using Redis for a while now to store my session data but I only ever interacted with redis using a third party lib, never directly. Curios about how the Redis datastore was different from other datastores, this is a project meant as a deep dive in understanding the core functionality of redis and useful redis commands.

Technologies Used

  • Node.js
  • Express.js
  • Redis
  • ReactJS
  • Node-Redis
  • ES6
  • React-Bootstrap
  • Axios

About

React/Node.js webapp that relies solely on Redis and its lightweight, persistent nature to store user data. Fast without the bulk of a RDBMS or NoSQL data store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published