arifsetyo21 / learn-redis

Learn Redis noSQL in Laravel 5.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Redis with Laravel 5.8

A repository for learning redis and integrate with laravel, this is repository for learning not for production

Getting Started

  1. run redis server
  2. run laravel app

Prerequisites

Step-by-Step

Episode 1

Installing PRedis which is php library for connection and query in redis, written in PHP.

Episode 2

Installing PhpRedis which is php library for php interact to redis, written in C, as result, if we use this library performance be better than PRedis.

Episode 3

in this episode, we will try to add key and value to redis server, create counter page view with sorted set data type, and create order popular page views.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Learn Redis noSQL in Laravel 5.8

License:MIT License


Languages

Language:PHP 90.2%Language:HTML 9.3%Language:Vue 0.5%