/php-redis

A repo to learn and practice using PHP with Redis

Primary LanguagePHP

PHP-REDIS

A simple PHP project to learn and practice how to work with Redis.

Running The Application

  • Install phpredis and redis
$ pecl install redis

$ brew install redis

$ brew services restart redis
cd public && php -S localhost:1234

Documentation