mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
40 lines
481 B
Markdown
40 lines
481 B
Markdown
|
|
# ZM\Store\Redis\ZMRedis
|
||
|
|
|
||
|
|
## __construct
|
||
|
|
|
||
|
|
```php
|
||
|
|
public function __construct(): mixed
|
||
|
|
```
|
||
|
|
|
||
|
|
### 描述
|
||
|
|
|
||
|
|
ZMRedis constructor.
|
||
|
|
|
||
|
|
### 返回
|
||
|
|
|
||
|
|
| 类型 | 描述 |
|
||
|
|
| ---- | ----------- |
|
||
|
|
| mixed | |
|
||
|
|
|
||
|
|
|
||
|
|
## call
|
||
|
|
|
||
|
|
```php
|
||
|
|
public function call(callable $callable): mixed
|
||
|
|
```
|
||
|
|
|
||
|
|
### 描述
|
||
|
|
|
||
|
|
作者很懒,什么也没有说
|
||
|
|
|
||
|
|
### 参数
|
||
|
|
|
||
|
|
| 名称 | 类型 | 描述 |
|
||
|
|
| -------- | ---- | ----------- |
|
||
|
|
| callable | callable | |
|
||
|
|
### 返回
|
||
|
|
|
||
|
|
| 类型 | 描述 |
|
||
|
|
| ---- | ----------- |
|
||
|
|
| mixed | |
|