mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Move some classes in new namespaces and refactor some code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require_once 'SharedConfigurations.php';
|
||||
|
||||
class SimpleDebuggableConnection extends Predis\TcpConnection {
|
||||
class SimpleDebuggableConnection extends Predis\Network\TcpConnection {
|
||||
private $_debugBuffer = array();
|
||||
private $_tstart = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user