Reader small image

You're reading from  Learning Redis

Product typeBook
Published inJun 2015
Reading LevelIntermediate
Publisher
ISBN-139781783980123
Edition1st Edition
Languages
Right arrow
Author (1)
Vinoo Das
Vinoo Das
author image
Vinoo Das

Vinoo Das has 16 years of experience in the software industry and has worked in various domains, such as telecom, banking, payment gateways, information management, and so on. He is highly motivated and loves to work on new and upcoming technologies. He is currently architecting a platform for an information technology giant, which will enable the company to position the platform at an enterprise level as well as a cloud solution.
Read more about Vinoo Das

Right arrow

Simple e-commerce – a Redis backed e-commerce site


This sample e-commerce site, like other e-commerce sites, has products which the registered user can browse, purchase, and so on. The website also recommends products based on the users' browsing and purchasing habits. In parallel, the website gives real time statistics of the activities happening in the website and provides you with capabilities to do real-time and soft-real-time analytics. So, let's get cracking and build this website, and like in any design, let's divide the requirement into commands, which are listed as follows:

  • Session and catalogue management: The following commands are offered as service:

    • Register user: Command name is register; this command will register the user to the system.

    • See my data: Command name is mydata; this command will allow the user to see his/her data.

    • Edit my data: Command name is editmydata; this command will allow the user to edit his data.

    • Login user: Command name is login; this command will log...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Redis
Published in: Jun 2015Publisher: ISBN-13: 9781783980123

Author (1)

author image
Vinoo Das

Vinoo Das has 16 years of experience in the software industry and has worked in various domains, such as telecom, banking, payment gateways, information management, and so on. He is highly motivated and loves to work on new and upcoming technologies. He is currently architecting a platform for an information technology giant, which will enable the company to position the platform at an enterprise level as well as a cloud solution.
Read more about Vinoo Das