码迷,mamicode.com
首页 > 其他好文 > 详细

redis基本使用

时间:2017-03-13 13:37:53      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:ppa   stat   running   com   get   cut   lin   run   load   

 

1. install

  add-apt-repository ppa:chris-lea/redis-server
  apt-get update
  apt-get install redis-server

2. config

locate redis.conf

or:   /etc/redis/redis.conf

set port

set bing ip

.....

3. start

command: redis-server   start redis server

command:redis-cli    link to redis server 

command:redis-cli -h host -p port -a password      excute command on remote server

command:ping      check redis whether it is running...

127.0.0.1:6379> ping
PONG

command:INFO      get redis server statistics infomation...

 

 

manager tool

https://redisdesktop.com/download

 

redis基本使用

标签:ppa   stat   running   com   get   cut   lin   run   load   

原文地址:http://www.cnblogs.com/spacepirate/p/6542134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!