mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
add api docs (#80)
This commit is contained in:
39
docs/api/ZM/Store/Redis/ZMRedis.md
Normal file
39
docs/api/ZM/Store/Redis/ZMRedis.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# ZM\Store\Redis\ZMRedis
|
||||
|
||||
## __construct
|
||||
|
||||
```php
|
||||
public function __construct(): mixed
|
||||
```
|
||||
|
||||
### 描述
|
||||
|
||||
ZMRedis constructor.
|
||||
|
||||
### 返回
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
|
||||
|
||||
## call
|
||||
|
||||
```php
|
||||
public function call(callable $callable): mixed
|
||||
```
|
||||
|
||||
### 描述
|
||||
|
||||
作者很懒,什么也没有说
|
||||
|
||||
### 参数
|
||||
|
||||
| 名称 | 类型 | 描述 |
|
||||
| -------- | ---- | ----------- |
|
||||
| callable | callable | |
|
||||
### 返回
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
1
docs/api/ZM/Store/Redis/ZMRedisPool.md
Normal file
1
docs/api/ZM/Store/Redis/ZMRedisPool.md
Normal file
@@ -0,0 +1 @@
|
||||
# ZM\Store\Redis\ZMRedisPool
|
||||
Reference in New Issue
Block a user