refactoring.

This commit is contained in:
Taylor Otwell
2011-11-01 19:41:35 -05:00
parent c3c0fbce96
commit 83d927c4f1
11 changed files with 52 additions and 40 deletions

View File

@@ -1,5 +1,7 @@
<?php namespace Laravel;
define('CRLF', chr(13).chr(10));
class Redis {
/**