mouse 发表于 2018-11-2 12:59:43

linux上安装redis4.0.9

# src/redis-server redis.conf  
37399:C 20 Apr 16:08:57.437 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  
37399:C 20 Apr 16:08:57.438 # Redis version=4.0.9, bits=64, commit=00000000, modified=0, pid=37399, just started
  
37399:C 20 Apr 16:08:57.438 # Warning: no config file specified, using the default config. In order to specify a config file use src/redis-server /path/to/redis.conf
  
37399:M 20 Apr 16:08:57.440 * Increased maximum number of open files to 10032 (it was originally set to 1024).
  
                _._
  
         _.-``__ ''-._
  
      _.-``    `.`_.''-._         Redis 4.0.9 (00000000/0) 64 bit
  
.-`` .-```.```\/    _.,_ ''-._
  
(    '      ,       .-`| `,    )   Running in standalone mode
  
|`-._`-...-` __...-.``-._|'` _.-'|   Port: 6379
  
|    `-._   `._    /   _.-'    |   PID: 37399
  
`-._    `-._`-./_.-'    _.-'
  
|`-._`-._    `-.__.-'    _.-'_.-'|
  
|    `-._`-._      _.-'_.-'    |         http://redis.io
  
`-._    `-._`-.__.-'_.-'    _.-'
  
|`-._`-._    `-.__.-'    _.-'_.-'|
  
|    `-._`-._      _.-'_.-'    |
  
`-._    `-._`-.__.-'_.-'    _.-'
  
      `-._    `-.__.-'    _.-'
  
          `-._      _.-'
  
            `-.__.-'
  

  
37399:M 20 Apr 16:08:57.448 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  
37399:M 20 Apr 16:08:57.448 # Server initialized
  
37399:M 20 Apr 16:08:57.448 # 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.
  
37399:M 20 Apr 16:08:57.450 # 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.
  
37399:M 20 Apr 16:08:57.450 * Ready to accept connections


页: [1]
查看完整版本: linux上安装redis4.0.9