forked from mirror/pixelfed
Merge pull request #2847 from pixelfed/staging
Update PublicTimelineService
This commit is contained in:
commit
567a4b6b04
|
@ -48,7 +48,7 @@ class PublicTimelineService {
|
||||||
|
|
||||||
public static function add($val)
|
public static function add($val)
|
||||||
{
|
{
|
||||||
if(self::count() > 400) {
|
if(config('database.redis.client') === 'phpredis' && self::count() > 400) {
|
||||||
Redis::zpopmin(self::CACHE_KEY);
|
Redis::zpopmin(self::CACHE_KEY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue