Update StatusHashtagService, fix delete bug

pull/1480/head
Daniel Supernault 6 years ago
parent 521b5b5b07
commit 46d4d256c5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -49,7 +49,7 @@ class StatusHashtagService {
public static function del($key)
{
return Redis::zrem(self::CACHE_KEY . $key, $val);
return Redis::zrem(self::CACHE_KEY . $key, $key);
}
public static function count($id)

Loading…
Cancel
Save