https://github.com/dabcoder/python-redis-flask
Flask experiment with Redis
https://github.com/dabcoder/python-redis-flask
Last synced: 3 months ago
JSON representation
Flask experiment with Redis
- Host: GitHub
- URL: https://github.com/dabcoder/python-redis-flask
- Owner: dabcoder
- Created: 2016-09-05T19:48:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T21:25:57.000Z (over 9 years ago)
- Last Synced: 2025-01-19T14:47:34.093Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Experiment with Flask and Redis**
Simple form with a name, push it to Redis with a timestamp.
Retrieve the data from the DB and display it on a page.