Jake Vanderwerf
5 days ago 0dfe1d8afafc59c4a5559c498342668d5a58d6ef
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);
      }