https://github.com/redislabs/rediscloud-node-sample
Redis Cloud on Express Sample
https://github.com/redislabs/rediscloud-node-sample
Last synced: 9 months ago
JSON representation
Redis Cloud on Express Sample
- Host: GitHub
- URL: https://github.com/redislabs/rediscloud-node-sample
- Owner: RedisLabs
- License: gpl-3.0
- Created: 2014-08-13T10:14:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T10:36:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T11:22:45.175Z (over 1 year ago)
- Language: HTML
- Size: 610 KB
- Stars: 14
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Redis Cloud Node.js Sample
A Node.js app sample, running on [Express](http://expressjs.com/) framework, demonstrating 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-node-sample.herokuapp.com](http://rediscloud-node-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-node-sample)