Jake Vanderwerf
2026-07-05 fff721dd185f5b97f7ae7a6e64189e55887ff590
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);
      }