yilmazsen / redis-learning

How can we use redis in the web projects ?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis NoSQL Learning

How can we use redis in the web projects ?

Redis Installation on MAC OS

brew install redis

Redis Start Service on MAC OS

brew services start redis

Redis Stop Service on MAC OS

brew services stop redis 

Test

redis-cli ping  

When this code execute, you will see result 'PONG'. 'PONG' means : Everything is OK ! you can begin to develop your system in redis.

About

How can we use redis in the web projects ?

License:GNU General Public License v3.0