Skip to content

Instantly share code, notes, and snippets.

View J0riz's full-sized avatar

J0riz

  • the Netherlands
  • 01:41 (UTC +02:00)
  • X @joriz86
View GitHub Profile
@J0riz
J0riz / redis-stats.php
Last active November 6, 2019 14:28 — forked from kabel/redis-stats.php
Cookie handling
<?php
// Forked from https://gist.github.com/kabel/10023961
// CONFIG
$servers = array(
array('Local', 'unix:///tmp/redis.sock', -1),
// array('Local', '127.0.0.1', 6379),
);
// END CONFIG