Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
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);
      }