redis->executeCommand('SCARD', [$cacheKey]); if ($num <= 0) { return true; } if ($num > 20) { noticeUtil::push("assign seat all 已经超过20家了,请及时解决", '15280215347'); } $eleList = Yii::$app->redis->executeCommand('SMEMBERS', [$cacheKey]); print_r($eleList); } }