Closed highwayliu closed 6 years ago
Details
Describe what you are trying to achieve and what goes wrong.
$userCache = App::getBean('userRedis'); return $userCache->hmget(REDIS_KEY_USER_INFO . $userId, $keys == null ? array('mainUin') : $keys);
// paste output here
方法是hMGet 传入参数是array ( 0 => 'u:i:76628', 1 => array ( 0 => 'mainUin', ), ) 返回内容是array(0=> '806864128')没有带key
Provide minimal script to reproduce the issue
// paste code
问题已经了解,我们尽快修复!
https://github.com/swoft-cloud/swoft-component/pull/142
Details
方法是hMGet
传入参数是array ( 0 => 'u:i:76628', 1 => array ( 0 => 'mainUin', ), ) 返回内容是array(0=> '806864128')没有带key