Home » » Redis Tutorial For Beginners Iii - How To Install Redis On Ubuntu Linux

Redis Tutorial For Beginners Iii - How To Install Redis On Ubuntu Linux





There are 2 ways to install Redis nether Ubuntu Linux



1. usind apt-get install

----------------------------------------------------

$ sudo apt-get install redis-server



2 amongst 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

$ brand test

$ sudo brand 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

0 comments:

Post a Comment

Search

Blog Archive