|
58 | 58 | * @method $this move($key, $db)
|
59 | 59 | * @method $this object($subcommand, $key)
|
60 | 60 | * @method $this persist($key)
|
61 |
| - * @method $this pexpire($key, $milliseconds) |
62 |
| - * @method $this pexpireat($key, $timestamp) |
| 61 | + * @method $this pexpire($key, $milliseconds, string $option = null) |
| 62 | + * @method $this pexpireat($key, $timestamp, string $option = null) |
63 | 63 | * @method $this pttl($key)
|
64 | 64 | * @method $this randomkey()
|
65 | 65 | * @method $this rename($key, $target)
|
|
321 | 321 | * @method $this dbsize()
|
322 | 322 | * @method $this flushall()
|
323 | 323 | * @method $this flushdb()
|
324 |
| - * @method $this info($section = null) |
| 324 | + * @method $this info(string ...$section = null) |
325 | 325 | * @method $this lastsave()
|
326 | 326 | * @method $this save()
|
327 | 327 | * @method $this slaveof($host, $port)
|
328 | 328 | * @method $this slowlog($subcommand, $argument = null)
|
329 | 329 | * @method $this time()
|
330 |
| - * @method $this command() |
| 330 | + * @method $this command($subcommand, $argument = null) |
331 | 331 | * @method $this geoadd($key, $longitude, $latitude, $member)
|
332 | 332 | * @method $this geohash($key, array $members)
|
333 | 333 | * @method $this geopos($key, array $members)
|
|
0 commit comments