|
38 | 38 | use Predis\Command\Argument\TimeSeries\MRangeArguments;
|
39 | 39 | use Predis\Command\Argument\TimeSeries\RangeArguments;
|
40 | 40 | use Predis\Command\CommandInterface;
|
41 |
| -use Predis\Command\Container\ACL; |
42 |
| -use Predis\Command\Container\FUNCTIONS; |
43 |
| -use Predis\Command\Container\Json\JSONDEBUG; |
44 |
| -use Predis\Command\Container\Search\FTCONFIG; |
45 |
| -use Predis\Command\Container\Search\FTCURSOR; |
46 | 41 | use Predis\Command\FactoryInterface;
|
| 42 | +use Predis\Command\Redis\Container\ACL; |
| 43 | +use Predis\Command\Redis\Container\FunctionContainer; |
| 44 | +use Predis\Command\Redis\Container\Json\JSONDEBUG; |
| 45 | +use Predis\Command\Redis\Container\Search\FTCONFIG; |
| 46 | +use Predis\Command\Redis\Container\Search\FTCURSOR; |
47 | 47 | use Predis\Configuration\OptionsInterface;
|
48 | 48 | use Predis\Connection\ConnectionInterface;
|
49 | 49 | use Predis\Response\Status;
|
|
354 | 354 | * @method int geosearchstore(string $destination, string $source, FromInterface $from, ByInterface $by, ?string $sorting = null, int $count = -1, bool $any = false, bool $storeDist = false)
|
355 | 355 | *
|
356 | 356 | * Container commands
|
357 |
| - * @property FUNCTIONS $function |
358 |
| - * @property FTCONFIG $ftconfig |
359 |
| - * @property FTCURSOR $ftcursor |
360 |
| - * @property JSONDEBUG $jsondebug |
361 |
| - * @property ACL $acl |
| 357 | + * @property FunctionContainer $function |
| 358 | + * @property FTCONFIG $ftconfig |
| 359 | + * @property FTCURSOR $ftcursor |
| 360 | + * @property JSONDEBUG $jsondebug |
| 361 | + * @property ACL $acl |
362 | 362 | */
|
363 | 363 | interface ClientInterface
|
364 | 364 | {
|
|
0 commit comments