Tuesday, July 18, 2017
Redis Tutorial for Beginners 3 - How To Install Redis On Ubuntu Linux
There are two ways to install Redis under Ubuntu Linux
1. usind apt-get install
----------------------------------------------------
$ sudo apt-get install redis-server
2 with followind commands:
-------------------------------------------------------------
$ sudo apt-get update
$ sudo apt-get install build-essential tcl
$ mkdir redis && cd redis
$ wget http://download.redis.io/releases/redis-4.0.0.tar.gz
$ tar xzf redis-4.0.0.tar.gz
$ cd redis-4.0.0
$ make
$ make test
$ sudo make install
-------------------------Follow-------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
Epoch Timestamp Converter - https://goo.gl/Zedjo5
Decimal - Binary - Hexadecimal Converter - https://goo.gl/rkX3JE
8-bit Checksum Calculator - https://goo.gl/inxvIT
Partner Sites
VideoToGifs.com
EasyOnlineConverter.com
SqliteTutorials.com
Stuff I use to make videos
Windows notebook - http://amzn.to/2ADOPrW
Apple MacBook Pro - http://amzn.to/2AC0WG2
Ubuntu notebook - https://amzn.to/2GE4giY
Desktop - http://amzn.to/2zct252
Microphone - http://amzn.to/2AC1kV0
notebook mouse - http://amzn.to/2BmeZ2d
Facebook Links
http://fb.me/ProgrammingKnowledgeLearning/
http://fb.me/AndroidTutorialsForBeginners/
http://fb.me/Programmingknowledge/
http://fb.me/CppProgrammingLanguage/
http://fb.me/JavaTutorialsAndCode/
http://fb.me/UbuntuLinuxTutorials/
http://fb.me/EasyOnlineConverter/
Online Courses to learn
Java - https://bit.ly/2H6wqXk
AngularJS - https://bit.ly/2qebsLu
Python- https://bit.ly/2Eq0VSt
Android - https://bit.ly/2qaRSAS
Linux - https://bit.ly/2IwOuqz
AWS Certified Solutions Architect - https://bit.ly/2JrGoAF
Modern React with Redux- https://bit.ly/2H6wDtA
MySQL - https://bit.ly/2qcF63Z
