【问题标题】:Data not posted in redis while the redis connected successfullyredis连接成功时数据未在redis中发布
【发布时间】:2019-01-14 04:09:48
【问题描述】:

我已经安装了 redis,我可以在 redis-cli 上执行命令,节点在 redis 连接上给出成功消息,但是在 redis 中插入数据时出现问题,当我连接到我的其他服务器的 redish 到节点时,它可以正常工作。

【问题讨论】:

    标签: php redis node-modules node-redis


    【解决方案1】:
    sudo nano /etc/redis/redis.conf
    

    找到 notify-keyspace-events 并将其替换为:

    notify-keyspace-events "KEA"
    

    重启 Redis 服务器

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-03-13
      • 1970-01-01
      • 2013-06-04
      • 2021-02-04
      • 1970-01-01
      • 2022-11-07
      相关资源
      最近更新 更多