diff --git a/app/Services/HashtagFollowService.php b/app/Services/HashtagFollowService.php index beedd46f0..322914ca8 100644 --- a/app/Services/HashtagFollowService.php +++ b/app/Services/HashtagFollowService.php @@ -62,7 +62,7 @@ class HashtagFollowService public static function isWarm($hid) { - return Redis::zcard(self::CACHE_KEY.$hid) > 0 || Redis::zscore(self::CACHE_WARMED, $hid) !== null; + return Redis::zscore(self::CACHE_WARMED, $hid) !== null; } public static function setWarm($hid)