<?php require_once '../lib/Predis.php'; $configurations = array( 'host' => '127.0.0.1', 'port' => 6379, 'database' => 15 ); ?>