[Redis] install linux

Let's Join Us

[Redis] install linux

 

######################################
## Install Redis
######################################
$sudo wget http://download.redis.io/releases/redis-3.2.5.tar.gz
$ tar -xzf redis-3.2.5.tar.gz
$ cd redis-3.2.5
$sudo make
$sudo yum install tcl
$sudo make test
# if error need tcl new version update tcl $yum install tcl
# if still error
—> $cd deps
$make hiredis jemalloc linenoise lua geohash-int
$cd ..

$sudo make install
$cd ../utils
$sudo ./install_server.sh
###########################################
## use default ##
## Port : 6379
## Config file : /etc/redis/6379.conf
## Log file : /var/log/redis_6379.log
## Data dir : /var/lib/redis/6379
## Executable : /usr/local/bin/redis-server
## Cli Executable : /usr/local/bin/redis-cli
###########################################
$sudo service redis_6379 start
$sudo service redis_6379 stop
# try redis
$redis-cli
# secure
$sudo vi /etc/redis/6379.conf
bind 127.0.0.1

 

 

0 0 votes
Article Rating
Subscribe
Notify of
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
raihan
raihan
3 years ago

Thanks for sharing Pa Ketut tentang instalasi Redis di linux

Sabda Maulana
3 years ago

Thanks for sharing Pa Ketut atas installasi Redisnya^^

shofiyulmillah
3 years ago

Thanks for sharing Pa Ketut tentang instalasi Redis di linux..jadi menambah wawasan

Efa Ayu Nabila
Admin
3 years ago

thanks for sharing mengenai penginstallan redis linux.. ^^

zakihran
zakihran
3 years ago

terima kasih atas informasinya Pa Ketut ^^

5
0
Would love your thoughts, please comment.x
()
x