https://github.com/redislabs/rediscloud-php-sample
Redis Cloud on PHP Sample
https://github.com/redislabs/rediscloud-php-sample
Last synced: about 2 months ago
JSON representation
Redis Cloud on PHP Sample
- Host: GitHub
- URL: https://github.com/redislabs/rediscloud-php-sample
- Owner: RedisLabs
- License: gpl-3.0
- Created: 2014-08-14T08:40:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T16:16:47.000Z (about 11 years ago)
- Last Synced: 2025-01-11T11:22:42.051Z (over 1 year ago)
- Language: PHP
- Size: 145 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Redis Cloud PHP Sample
A PHP 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-php-sample.herokuapp.com](http://rediscloud-php-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-php-sample)