Laying out redis goodness

This commit is contained in:
Josh Sherman 2013-12-15 12:29:18 -05:00
parent 9a0e355cec
commit 061d7aee73
4 changed files with 12 additions and 42 deletions

8
classes/RedisModel.php Normal file
View file

@ -0,0 +1,8 @@
<?php
class RedisModel extends Object
{
}
?>