Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.
Flask is a micro WSGIi(Web Server Gateway Interface) framework written in Python.
Flask-WTF, WTForms for UI, form rendering and validations ;)
I have programmed this project to work on Windows
The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. You can find the releases here at GitHub microsoftarchive/redis.
use pip install
or pip install -r requirements.txt
to install the dependencies.
start the redis server run the python file and visit localhost:5000
Suggestion: can use redis insight(bugs) or VS Code redis extention to cross check redis database.