Skip to content

Commit

Permalink
Add already a shell Redis class
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jun 27, 2017
1 parent 865bae3 commit fe7a1b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _protected/framework/Cache/Storage/Redis.class.php
@@ -0,0 +1,26 @@
<?php
/**
* @author Pierre-Henry Soria <ph7software@gmail.com>
* @copyright (c) 2017, Pierre-Henry Soria. All Rights Reserved.
* @license GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
* @package PH7 / Framework / Cache / Storage
*/

namespace PH7\Framework\Cache\Storage;

defined('PH7') or exit('Restricted access');

/**
* Hasn't be done yet.
* Feel free to contribute on our open source repo: https://github.com/pH7Software/pH7-Social-Dating-CMS
*
* Thank you!
* Pierre-Henry Soria
*/

class Redis
{
public function __construct()
{
}
}

0 comments on commit fe7a1b4

Please sign in to comment.