swoole-framwork/test/MyRedis2.php

11 lines
117 B
PHP
Raw Permalink Normal View History

2024-05-20 11:51:07 +08:00
<?php
namespace baihand\test;
class MyRedis2
{
public function getValue()
{
return 'redis';
}
}