redis HSET 设置值异常:

栏目: 编程语言 · PHP · Redis · 发布时间: 7年前

内容简介:redis HSET 设置值异常:"\x00\x00\x00\x02\x06\x00"

在 PHP 代码中 hset 设置 redis 值异常

$redis->hset($key, $field, 0);
$redis->hincrby($key, $field, 1); // 返回false

linux 终端查看 redis 值,发现值异常:

redis 192.168.1.123:7806> HGET group_unread_msg_30812732 92952
"\x00\x00\x00\x02\x06\x00"
redis 192.168.1.123:7806> HINCRBY group_unread_msg_30812732 92952 1
(error) ERR hash value is not an integer

不知道为什么 PHP 使用 hset 设置时,redis 值会出现异常。

解决方法:

$redis->hset($key, $field, 0);

改为

$redis->del($key);

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Uberland

Uberland

Alex Rosenblat / University of California Press / 2018-11-19 / GBP 21.00

Silicon Valley technology is transforming the way we work, and Uber is leading the charge. An American startup that promised to deliver entrepreneurship for the masses through its technology, Uber ins......一起来看看 《Uberland》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具