Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

tlhunter/php-and-redis-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP, Redis, and You!

This is an example PHP project which uses Redis to store and retreive some data. It was buit for the Ann Arbor PHP MySQL Meetup on 2013-06-22. Even if you're not in the meetup, feel free to follow along ;).

This README.md document will go over downloading and installation instructions. For a copy of the presentation notes, check out the PRESENTATION.md document.

Play with Redis

try.redis.io - If you don't want to install Redis but want to experiment

Redis Installation

Pick a solution based on your OS.

Official Download Page

OS X via HomeBrew

brew install redis

OS X for the Non-Hacker

Ubuntu Linux

apt-get install redis-server

Debian Linux

Windows

Project Installation

This'll get you my sample PHP and Redis application, assuming you've got GIT installed and configured.

mkdir php-and-redis-example && cd php-and-redis-example
git init
git remote add origin [email protected]:tlhunter/php-and-redis-example.git
git pull origin master
git submodule init
git submodule update
php index.php

Further Reading

About

Example PHP and REDIS project for the Ann Arbor PHP MySQL Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages