主頁 > 知識(shí)庫 > redis基本安裝判斷、啟動(dòng)使用方法示例

redis基本安裝判斷、啟動(dòng)使用方法示例

熱門標(biāo)簽:一個(gè)地圖標(biāo)注多少錢 南京手機(jī)外呼系統(tǒng)廠家 廊坊外呼系統(tǒng)在哪買 臺(tái)灣電銷 四川穩(wěn)定外呼系統(tǒng)軟件 高碑店市地圖標(biāo)注app 地圖標(biāo)注工廠入駐 400電話辦理的口碑 b2b外呼系統(tǒng)

本文實(shí)例講述了redis基本安裝判斷、啟動(dòng)使用方法。分享給大家供大家參考,具體如下:

1、Redis對(duì)否安裝(安裝好了會(huì)出現(xiàn)下面對(duì)應(yīng)的代碼)

[root]$ whereis redis-cli
redis-cli: /usr/local/bin/redis-cli
[root]$
[root]$ whereis redis-server
redis-server: /usr/local/bin/redis-server

2、啟動(dòng)Redis

輸入代碼

redis-server 
30733:C 09 Dec 14:45:30.876 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
30733:M 09 Dec 14:45:30.879 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
30733:M 09 Dec 14:45:30.879 # Server can't set maximum open files to 10032 because of OS error: Operation not permitted.
30733:M 09 Dec 14:45:30.879 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
[root]$         _._
      _.-``__ ''-._
   _.-``  `. `_. ''-._      Redis 3.2.0 (00000000/0) 64 bit
 .-`` .-```. ```\/  _.,_ ''-._
 (  '   ,    .-` | `,  )   Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|   Port: 6379
 |  `-._  `._  /   _.-'  |   PID: 30733
 `-._  `-._ `-./ _.-'  _.-'
 |`-._`-._  `-.__.-'  _.-'_.-'|
 |  `-._`-._    _.-'_.-'  |      http://redis.io
 `-._  `-._`-.__.-'_.-'  _.-'
 |`-._`-._  `-.__.-'  _.-'_.-'|
 |  `-._`-._    _.-'_.-'  |
 `-._  `-._`-.__.-'_.-'  _.-'
   `-._  `-.__.-'  _.-'
     `-._    _.-'
       `-.__.-'

30733:M 09 Dec 14:45:30.900 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
30733:M 09 Dec 14:45:30.900 # Server started, Redis version 3.2.0
30733:M 09 Dec 14:45:30.901 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
30733:M 09 Dec 14:45:30.901 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
30733:M 09 Dec 14:45:30.902 * The server is now ready to accept connections on port 6379

3.判斷Redis是否啟動(dòng)

[root]# redis-cli -p 6379
127.0.0.1:6379> ping
PONG
127.0.0.1:6379>

希望本文所述對(duì)大家Redis數(shù)據(jù)庫程序設(shè)計(jì)有所幫助。

您可能感興趣的文章:
  • 64位Windows下安裝Redis教程
  • Linux下Redis的安裝和部署
  • CentOS 6.6下Redis安裝配置記錄
  • Redis數(shù)據(jù)庫的安裝配置方法
  • Windows下Redis的安裝使用圖解
  • windows 64位下redis安裝教程
  • Django中redis的使用方法(包括安裝、配置、啟動(dòng))
  • CentOS系統(tǒng)下Redis安裝和自啟動(dòng)配置的步驟
  • 詳解linux下redis安裝、啟動(dòng)與停止,redis做成服務(wù)
  • redis啟動(dòng)流程介紹
  • Redis的配置、啟動(dòng)、操作和關(guān)閉方法
  • 解決redis服務(wù)啟動(dòng)失敗的問題
  • mac下設(shè)置redis開機(jī)啟動(dòng)方法步驟

標(biāo)簽:河源 泰州 伊春 甘南 南寧 拉薩 畢節(jié) 定州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《redis基本安裝判斷、啟動(dòng)使用方法示例》,本文關(guān)鍵詞  redis,基本,安裝,判斷,啟動(dòng),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《redis基本安裝判斷、啟動(dòng)使用方法示例》相關(guān)的同類信息!
  • 本頁收集關(guān)于redis基本安裝判斷、啟動(dòng)使用方法示例的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章