|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 60, 'has']);
|
|
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 60, 'has']);
|