mirror of
https://github.com/predis/predis.git
synced 2026-08-26 23:49:48 +00:00
Added support for HOTKEYS container command (#1630)
* Added testing with SSL authentication using CN * Update CHANGELOG.md * Codestyle changes * Fixed broken tests * Fixed hybdrid tests * Fixed SSL tests * Fixed array merging * Updated README.md * Updated spelling list * Added support for HOTKEYS container command * Added ignoring for PHPUnit package * Update CHANGELOG.md, codestyle fixes, mark tests as relay-incompatible * Added RESP3 test, fixed response parsing * Removed redundant tests * Added cluster test * Fix assertion
This commit is contained in:
committed by
GitHub
parent
53504469d7
commit
861bde010a
@@ -42,6 +42,7 @@ use Predis\Command\CommandInterface;
|
||||
use Predis\Command\Container\ACL;
|
||||
use Predis\Command\Container\CLIENT;
|
||||
use Predis\Command\Container\FUNCTIONS;
|
||||
use Predis\Command\Container\HOTKEYS;
|
||||
use Predis\Command\Container\Json\JSONDEBUG;
|
||||
use Predis\Command\Container\Search\FTCONFIG;
|
||||
use Predis\Command\Container\Search\FTCURSOR;
|
||||
@@ -408,6 +409,7 @@ use Predis\Response\Status;
|
||||
*
|
||||
* Container commands
|
||||
* @property CLIENT $client
|
||||
* @property HOTKEYS $hotkeys
|
||||
* @property FUNCTIONS $function
|
||||
* @property FTCONFIG $ftconfig
|
||||
* @property FTCURSOR $ftcursor
|
||||
|
||||
Reference in New Issue
Block a user