违法℃玩家 发表于 2018-8-16 11:08:47

Python 学习笔记 - Redis

make: Leaving directory `/root/redis-3.0.6/src'  
# src/redis-server
  
24344:C 07 Nov 10:40:21.763 # Warning: no config file specified, using the default confif
  
24344:M 07 Nov 10:40:21.764 * Increased maximum number of open files to 10032 (it was or.
  
                _._
  
         _.-``__ ''-._
  
      _.-``    `.`_.''-._         Redis 3.0.6 (00000000/0) 64 bit
  
.-`` .-```.```\/    _.,_ ''-._
  
(    '      ,       .-`| `,    )   Running in standalone mode
  
|`-._`-...-` __...-.``-._|'` _.-'|   Port: 6379
  
|    `-._   `._    /   _.-'    |   PID: 24344
  
`-._    `-._`-./_.-'    _.-'
  
|`-._`-._    `-.__.-'    _.-'_.-'|
  
|    `-._`-._      _.-'_.-'    |         http://redis.io
  
`-._    `-._`-.__.-'_.-'    _.-'
  
|`-._`-._    `-.__.-'    _.-'_.-'|
  
|    `-._`-._      _.-'_.-'    |
  
`-._    `-._`-.__.-'_.-'    _.-'
  
      `-._    `-.__.-'    _.-'
  
          `-._      _.-'
  
            `-.__.-'
  
24344:M 07 Nov 10:40:21.766 # WARNING: The TCP backlog setting of 511 cannot be enforced.
  
24344:M 07 Nov 10:40:21.766 # Server started, Redis version 3.0.6
  
24344:M 07 Nov 10:40:21.766 # WARNING overcommit_memory is set to 0! Background save may.
  
24344:M 07 Nov 10:40:21.766 # WARNING you have Transparent Huge Pages (THP) support enab.
  
24344:M 07 Nov 10:40:21.766 * The server is now ready to accept connections on port 6379


页: [1]
查看完整版本: Python 学习笔记 - Redis