https://github.com/redislabs/rediscloud-django-sample
Redis Cloud on Django Sample
https://github.com/redislabs/rediscloud-django-sample
Last synced: 11 months ago
JSON representation
Redis Cloud on Django Sample
- Host: GitHub
- URL: https://github.com/redislabs/rediscloud-django-sample
- Owner: RedisLabs
- License: gpl-3.0
- Created: 2014-08-12T12:18:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T06:17:04.000Z (almost 11 years ago)
- Last Synced: 2025-08-07T04:44:22.655Z (11 months ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Redis Cloud Django Sample
A Django app sample that demonstrates how [Redis]{http://redis.io) can be used at Heroku.
[SET](http://redis.io/commands/SET) and [GET](http://redis.io/commands/SET) a key, get your Redis [INFO](http://redis.io/commands/INFO) and [FLUSH](http://redis.io/commands/FLUSHDB) your db.
The app is currently running on Heroku: [rediscloud-django-sample.herokuapp.com](http://rediscloud-django-sample.herokuapp.com), and uses [Redis Cloud](https://addons.heroku.com/rediscloud) as a backend.
## Deploy to Heroku
Instantly deploy it to Heroku:
[](https://heroku.com/deploy?template=https://github.com/RedisLabs/rediscloud-django-sample)