zoukankan      html  css  js  c++  java
  • 打开redis服务提示

    youhaidong@youhaidong-ThinkPad-Edge-E545:/usr/local/redis-3.0.7$ redis-server
    [7224] 26 Apr 23:21:16.550 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
    [7224] 26 Apr 23:21:16.552 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.
                    _._                                                  
               _.-``__ ''-._                                             
          _.-``    `.  `_.  ''-._           Redis 2.8.4 (00000000/0) 64 bit
      .-`` .-```.  ```/    _.,_ ''-._                                   
     (    '      ,       .-`  | `,    )     Running in stand alone mode
     |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
     |    `-._   `._    /     _.-'    |     PID: 7224
      `-._    `-._  `-./  _.-'    _.-'                                   
     |`-._`-._    `-.__.-'    _.-'_.-'|                                  
     |    `-._`-._        _.-'_.-'    |           http://redis.io        
      `-._    `-._`-.__.-'_.-'    _.-'                                   
     |`-._`-._    `-.__.-'    _.-'_.-'|                                  
     |    `-._`-._        _.-'_.-'    |                                  
      `-._    `-._`-.__.-'_.-'    _.-'                                   
          `-._    `-.__.-'    _.-'                                       
              `-._        _.-'                                           
                  `-.__.-'                                               
    
    [7224] 26 Apr 23:21:16.552 # Server started, Redis version 2.8.4
    [7224] 26 Apr 23:21:16.553 # 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.
    [7224] 26 Apr 23:21:16.553 * The server is now ready to accept connections on port 6379
    


  • 相关阅读:
    IO流上机作业
    数据结构堆排序
    数据结构实训报告
    字符串的基本操作
    java窗口的简单切换
    判断一个串B位于串A的位置
    c语言实现数组转置,加减,乘法运算
    java异常处理
    弹奏乐器
    课程总结
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314202.html
Copyright © 2011-2022 走看看