Jake Vanderwerf
10 days ago de317675a8069b747cb253ba3e2b5dc394ca36ef
inc/managers/Cache.php
@@ -104,6 +104,9 @@
   public function remember(int|string|array $key, callable $callback, ?int $ttl = null): mixed
   {
      //TODO: Redis is fucking this all up for some reason. While we figure it out, let's just return the callback
      return $callback();
      if (is_array($key)) {
         $key = $this->generateKey($key);
      }