swoole-framwork/test/MyRedis2.php
2024-05-20 11:51:07 +08:00

11 lines
117 B
PHP

<?php
namespace baihand\test;
class MyRedis2
{
public function getValue()
{
return 'redis';
}
}