温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

redis启动笔记

发布时间:2020-07-20 16:57:50 来源:网络 阅读:377 作者:知止内明 栏目:建站服务器
[root@bogon src]# ./redis-server 
2660:C 01 Aug 09:54:43.846 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2660:C 01 Aug 09:54:43.846 # Redis version=4.0.8, bits=64, commit=00000000, modified=0, pid=2660, just started
2660:C 01 Aug 09:54:43.846 # Warning: no config file specified, using the default config. In order to specify a config file use ./redis-server /path/to/redis.conf
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 4.0.8 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 2660
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

2660:M 01 Aug 09:54:43.849 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
2660:M 01 Aug 09:54:43.849 # Server initialized
2660:M 01 Aug 09:54:43.849 # 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.
2660:M 01 Aug 09:54:43.849 # 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.
2660:M 01 Aug 09:54:43.849 * Ready to accept connections
^Z
[1]+  Stopped                 ./redis-server
[root@bogon src]# 
[root@bogon src]# 
[root@bogon src]# 
[root@bogon src]# ps -ef|grep redis
root      2660  2249  0 09:54 pts/0    00:00:00 ./redis-server *:6379
root      2676  2249  0 09:56 pts/0    00:00:00 grep --color=auto redis
[root@bogon src]# 
[root@bogon src]# 
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI