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

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

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:

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