Redis – Session Storage (Mini-Shop)



Redis – Session Storage (Mini-Shop)

Redis - Session Storage (Mini-Shop)

Implementing Redis into our mini-shop app. And also going to be doing the cart(basket) service, meaning creating all the functions to add delete and get all item from user sessions cart.

Storing
Stored session data is persistent, and requires the user to log into the site. Stored sessions are often use for functions like saving a user’s place in a large file, or saving shopping cart data. Session data can also include personalized themes, lists of recently-viewed items, user-targeted promotional content, and other user-specific website components.

Github:
https://github.com/webdevjourneyWDJ/NodeJS-Databases

Redis Commands:
https://redis.io/commands

Install Redis:
https://redislabs.com/get-started-with-redis/

Node JS For Beginners:
https://www.youtube.com/playlist?list=PLrwNNiB6YOA2xADwxGLhQP5jwj6Zo7ius

Comments are closed.