remove redundant cache prefix
[pharext/pharext.org] / app / Github / Storage / Redis.php
index 5833a5bae854c1267dcd2ce922c786ebdbb6daa7..13d641a18afb609f97aa551c3d3fc7140a3d6d44 100644 (file)
@@ -38,7 +38,6 @@ class Redis implements Storage
                }
                $now = time();
                $ltl = $ttl - ($now - $set);
-               header("X-Cache-Times: ltl=$ltl,now=$now,set=$set,ttl=$ttl", false);
                if ($ltl >= 0) {
                        if ($update) {
                                $item->time = time();