windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'

时间:2021-08-13 22:40:25

window-exe-redis-2.8.12服务,当你复制好php_igbinary.dll,php_redis.dll时候,你运行redis报错:Fatal error: Uncaught exception 'RedisException' with message 'Redis server went away' ,是因为没有开启redis服务,本软件即是redis windows服务。

参考文档:

http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/

https://github.com/ServiceStack/redis-windows/tree/master/downloads

http://jingyan.baidu.com/article/f25ef2546119fd482c1b8214.html?qq-pf-to=pcqq.discussion

文献:

Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。

工具/原料

 
  • Windows 64位操作系统
  • Redis 安装包(当前教程版本2.8.12)

方法/步骤

 
  1.  

    在D盘新建文件夹【redis】,右键解压Redis ZIP包,把所有文件解压到redis文件夹中。(其他盘符也可以滴^_^)

    文件介绍:

    redis-benchmark.exe         #基准测试

    redis-check-aof.exe         # aof

    redischeck-dump.exe        # dump

    redis-cli.exe               # 客户端

    redis-server.exe            # 服务器

    redis.windows.conf          # 配置文件

    windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
  2.  

    windows 运行(快捷键:windows键+R键),输入【cmd】命令,进入DOC操作系统窗口。

    使用命令【redis-server.exe  redis.windows.conf】,启动redis 服务【如果您没出现如下的错误,直接跳过】。如果您也像我一样出现如下的错误,不用急,总有解决办法滴!

    解决办法:

    根据提示,是 maxheap 标识有问题,打开配置文件 redis.windows.conf ,搜索 maxheap , 然后直接指定好内容即可.

    ......

    #

    # maxheap <bytes>

    maxheap 1024000000

    .......

    然后再次启动,OK,成功.

    windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
    windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
  3.  

    服务启动成功状态

    windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
  4.  

    启动redis服务的doc窗口,不用关闭,因为服务需要一直执行,关闭服务,直接关闭窗口就行。

    新打开一个doc窗口,用自带的客户端工具进行测试 命令【redis-cli.exe】,详细操作如下。。事例展示了一个基本的读写操作,设置set key->age,value->21,get age 得到key的值。^_^

    windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
    END

注意事项

 
  • 这个版本是Win64的,所以32位windows就不要折腾了。
  • 如果运行出错,是属性兼容性权限(以管理员身份运行)。

windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'的更多相关文章

  1. 项目报错 exception &&num;39&semi;RedisException&&num;39&semi; with message &&num;39&semi;Redis server went away&&num;39&semi; in XXX

    检查服务器防火墙是否开启redis端口:如果返回no 表没确实没开 firewall-cmd --query-port=6379/tcp 开启:firewall-cmd --add-port=6379 ...

  2. UBUNTU下MONGODB出现PHP Fatal error&colon; Uncaught exception &&num;39&semi;MongoConnectionException&&num;39&semi; with message 和 Authentication failed on database &&num;39&semi;admin&&num;39&semi; with username

    MONGO 远程连接服务器,出现: PHP Fatal error: Uncaught exception Stack trace:# /var/www/data/update_data.php(): ...

  3. php错误&colon;Uncaught exception com&lowbar;exception with message Failed to create COM object

    本文为大家讲解的是php错误:Uncaught exception com_exception with message Failed to create COM object,感兴趣的同学参考下. ...

  4. Uncaught exception &&num;39&semi;PDOException&&num;39&semi; with message &&num;39&semi;SQLSTATE&lbrack;HY000&rsqb; &lbrack;2002&rsqb; No such file or directory解决方法

    今天用pdo连接mysql遇到一个奇怪的问题,host设为127.0.0.1可以连接成功,设为localhost就会报如下的错误: PHP Fatal error:  Uncaught excepti ...

  5. DVWA--登录页面错误问题 469 &vert; &vert; PHP Fatal error&colon; Uncaught exception &&num;39&semi;PDOException&&num;39&semi; with message &&num;39&semi;could not find driver&&num;39&semi; in C&colon;&bsol;web&bsol;DVWA&bsol;dvwa&bsol;includes&bsol;dvwaPage&period;inc&period;php&colon;469

    // MySQL PDO Prepared Statements (for impossible levels) $db = new PDO('mysql:host=' . $_DVWA[ 'db_s ...

  6. Could not create pool connection&period; The DBMS driver exception was&colon; null&comma; message from server&colon; &quot&semi;Host &&num;39&semi;192&period;168&period;XX&period;XX&&num;39&semi; is blocked because of many connection errors&semi; unblock with &&num;39&semi;mysqladmin flush-hosts&&num;39&semi;

    早上打开浏览器准备登陆某个系统,发现Error 404--Not Found,有点奇怪,这个服务器应该没人用了才对,然后到weblogic后台去看日志,报如下错误: "Could not c ...

  7. Uncaught exception &&num;39&semi;PDOException&&num;39&semi; with message &&num;39&semi;SQLSTATE&lbrack;HY000&rsqb; &lbrack;2002&rsqb; No such file or directory&&num;39&semi;

    1.根本原因在http://askubuntu.com/questions/606732/php-fatal-error-uncaught-exception-pdoexception-with-me ...

  8. mysql连接不上Uncaught exception &&num;39&semi;PDOException&&num;39&semi; with message &&num;39&semi;could not find driver

    需要给你的PHP加一个PDO扩展打开PHP.INI 把extension=php_pdo.dll 前面的分号去掉 重启APACHE. extension=php_pdo_mysql.dll

  9. &lbrack;PHP&rsqb;&lbrack;REDIS&rsqb;phpredis &&num;39&semi;RedisException&&num;39&semi; with message &&num;39&semi;read error on connection&&num;39&semi;

    最近一个后台常驻job通过redis的brpop阻塞读取消息时,设置了永不超时 while( $re=$redis->brPop($queue_name,0) ){ } 但是在实际的使用中发现很 ...

随机推荐

  1. tomcat7 IP限制配置

    server.xml  </Host>前添加<Valve className="org.apache.catalina.valves.RemoteAddrValve&quo ...

  2. 文件上传---普通文件fileupload&period;jar和url文件httpUrlConnection

    文件上传---普通文件和url文件 主要用来学习使用common-fileupload.jar和java.net.httpURLConnection 普通文件: //上传xls文件到临时目录 if ( ...

  3. &lbrack;读书笔记&rsqb; Head First 设计模式

    OO基础 抽象 封装 多态 继承 OO原则 原则 描述 封装变化 找出应用中可能需要变化之处,把它们独立出来,不要和那些不需要变化的代码混合在一起. 把会变化的部分取出来并“封装”起来,好让其他部分不 ...

  4. ZJOI Day 2 游记

    ---恢复内容开始--- 去ZJOI Day 2打了一会酱油...各种神犇大爷都来屠,南外的小朋友也来屠我们了真是感动...没有看到毛爷爷真是可惜.. Day[-1] 早上还在上课,吃完中饭立马跑去找 ...

  5. Android通过JNI调用驱动程序&lpar;完全解析实例&rpar;

    要达到的目的:android系统中,用JAVA写界面程序,调用jni中间库提供的接口,去操作某个驱动节点,实现read,writer ioctl等操作!这对底层驱动开发人员是很重要的一个调试通道,也是 ...

  6. URAL 1353 Milliard Vasya&&num;39&semi;s Function&lpar;DP&rpar;

    题目链接 题意 : 让你找出1到10^9中和为s的数有多少个. 思路 : 自己没想出来,看的题解,学长的题解报告 题解报告 //URAL 1353 #include <iostream> ...

  7. yii2 验证码的使用

    @see  http://www.yiiframework.com/doc-2.0/yii-captcha-captcha.html 以下根据 MVC 模型的顺序来添加代码 1. model 层, 或 ...

  8. 手势交互之GestureOverlayView

    一种用于手势输入的透明覆盖层,可以覆盖在其他空间的上方,也可包含在其他控件 android.gesture.GestureOverlayView 获得手势文件 需要用GesturesBuilder,如 ...

  9. jbpmAPI-8

    8.1. Process Instance State jBPM允许某些信息的持久性存储.本章描述了这些不同类型的持久性,以及如何配置它们.存储的信息的一个例子是运行时状态的过程.存储过程运行时状态是 ...

  10. 学习了解CyclicBarrier

    CyclicBarrier我的理解就是一个线程等待器,用途就是将注册了这个barrier的线程卡在同一个位置,直到注册这个barrier的所有线程都完成之后,继续执行.下面是一个学习过程中采用的示例, ...