Redis::hmGet()返回只有数值索引的数组

问题描述 Redis::hmGet()返回只有数值索引的数组 $redis->del('h'); $redis->hSet('h', 'field1', 'value1'); $redis->hSet('h', 'field2', 'value2'); $redis->hMGet('h', ['field1', 'field2', 'field3']理想状态下输出应该是 array ( '...

yin199524 发表与 2025-02-27 145 浏览 1 回答

yin199524

100
积分
0
获赞数
0
粉丝数
2025-02-27 加入
×
🔝