内容简介:redis HSET 设置值异常:"\x00\x00\x00\x02\x06\x00"
$redis->hset($key, $field, 0);
$redis->hincrby($key, $field, 1); // 返回false
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);
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- [CentOS7]redis设置开机启动,设置密码
- hadoop地址配置、内存配置、守护进程设置、环境设置
- OpenMediaVault 设置
- scrapy代理的设置
- jvm的参数设置
- perl 国际时区设置
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!