for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BrainExe\Core\Redis;
use BrainExe\Annotations\Annotations\Service;
use Predis\Client;
/**
* @api
* @Service("redis", public=false)
*/
class Predis extends Client
{
}