An open API service indexing awesome lists of open source software.

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

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:

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/RedisLabs/rediscloud-django-sample)