Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 505 Bytes

Redis test with core php

Requirements

Redis server into your maching
PHP
Composer installed into your maching

Download

Download redis stable version form redis.io

Composer

Under redisTest folder open your terminal or run cmd in windows 
then type $ composer install
Open your browser http://localhost/redisTest

Redis Cli

Type redis-cli
127.0.0.1:6379> get your-key-name

Author

Mohammed Minuddin