This commit is contained in:
2020-08-31 12:38:32 +08:00
parent 683a39dded
commit 65c443ec87
126 changed files with 7369 additions and 228 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use Swoole\Coroutine\System;
/**
* Class File
* @package BeReborn\Cache
* @package Snowflake\Snowflake\Cache
*/
class File extends Component implements ICache
{
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Snowflake\Cache;
/**
* Interface ICache
* @package BeReborn\Cache
* @package Snowflake\Snowflake\Cache
*/
interface ICache
{
+1 -1
View File
@@ -17,7 +17,7 @@ use Swoole\Coroutine;
/**
* Class Redis
* @package BeReborn\Cache
* @package Snowflake\Snowflake\Cache
* @see \Redis
* @method append($key, $value): int
* @method auth($password):