|
8585 | 8585 | 'RecursiveTreeIterator::setPrefixPart' => ['void', 'part'=>'int', 'prefix'=>'string'],
|
8586 | 8586 | 'RecursiveTreeIterator::valid' => ['bool'],
|
8587 | 8587 | 'Redis::__construct' => ['void', 'options='=>'?array{host?:string,port?:int,connectTimeout?:float,auth?:list{string|null|false,string}|list{string},ssl?:array<string, mixed>,backoff?:array<string, mixed>}'],
|
8588 |
| -'Redis::_compress' => ['string', 'value'=>'string'], |
8589 |
| -'Redis::_uncompress' => ['string', 'value'=>'string'], |
8590 |
| -'Redis::_prefix' => ['string', 'key'=>'mixed'], |
8591 | 8588 | 'Redis::_serialize' => ['mixed', 'value'=>'string'],
|
8592 | 8589 | 'Redis::_unserialize' => ['string', 'value'=>'mixed'],
|
8593 | 8590 | 'Redis::_pack' => ['mixed', 'value'=>'string'],
|
8594 | 8591 | 'Redis::_unpack' => ['string', 'value'=>'mixed'],
|
8595 |
| -'Redis::acl' => ['mixed', 'subcmd'=>'string', '...args='=>'string'], |
8596 | 8592 | 'Redis::append' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'value'=>'string'],
|
8597 | 8593 | 'Redis::auth' => ['__benevolent<Redis|bool>', 'credentials'=>'string|string[]'],
|
8598 | 8594 | 'Redis::bgrewriteaof' => ['__benevolent<Redis|bool>'],
|
|
8610 | 8606 | 'Redis::bzPopMax' => ['__benevolent<Redis|mixed[]|false>', 'key'=>'string|string[]', 'timeout_or_key'=>'string|int', '...extra_args'=>'mixed'],
|
8611 | 8607 | 'Redis::bzPopMin' => ['__benevolent<Redis|mixed[]|false>', 'key'=>'string|string[]', 'timeout_or_key'=>'string|int', '...extra_args'=>'mixed'],
|
8612 | 8608 | 'Redis::bzmpop' => ['__benevolent<Redis|mixed[]|null|false>', 'timeout'=>'float', 'keys'=>'string[]', 'from'=>'string', 'count='=>'int'],
|
8613 |
| -'Redis::clearLastError' => ['bool'], |
8614 |
| -'Redis::clearTransferredBytes' => ['void'], |
8615 |
| -'Redis::client' => ['mixed', 'opt'=>'string', '...args='=>'mixed'], |
8616 |
| -'Redis::close' => ['bool'], |
8617 |
| -'Redis::command' => ['mixed', 'opt='=>'?string', '...args'=>'mixed'], |
8618 | 8609 | 'Redis::config' => ['mixed', 'operation'=>'string', 'key_or_settings='=>'array<string, mixed>|string[]|string|null', 'value='=>'?string'],
|
8619 | 8610 | 'Redis::connect' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'float', 'persistent_id='=>'?string', 'retry_interval='=>'int', 'read_timeout='=>'float', 'context='=>'?array{auth?:list{string|null|false,string}|list{string},stream?:array<string,mixed>}'],
|
8620 | 8611 | 'Redis::copy' => ['__benevolent<Redis|bool>', 'src'=>'string', 'dst'=>'string', 'options='=>'?array<string, mixed>'],
|
|
8630 | 8621 | 'Redis::discard' => ['__benevolent<Redis|bool>'],
|
8631 | 8622 | 'Redis::dump' => ['__benevolent<Redis|string>', 'key'=>'string'],
|
8632 | 8623 | 'Redis::echo' => ['__benevolent<Redis|string|false>', 'str'=>'string'],
|
8633 |
| -'Redis::eval' => ['mixed', 'script'=>'string', 'args='=>'array', 'num_keys='=>'int'], |
8634 |
| -'Redis::eval_ro' => ['mixed', 'script'=>'string', 'args='=>'array', 'num_keys='=>'int'], |
8635 |
| -'Redis::evalsha' => ['mixed', 'sha1'=>'string', 'args='=>'array', 'num_keys='=>'int'], |
8636 |
| -'Redis::evalsha_ro' => ['mixed', 'sha1'=>'string', 'args='=>'array', 'num_keys='=>'int'], |
8637 | 8624 | 'Redis::evaluate' => ['mixed', 'script'=>'string', 'args='=>'array', 'numKeys='=>'int'],
|
8638 | 8625 | 'Redis::exec' => ['__benevolent<Redis|mixed[]|false>'],
|
8639 | 8626 | 'Redis::exists' => ['__benevolent<Redis|int|bool>', 'keys'=>'string|string[]', '...other_keys='=>'string'],
|
|
8656 | 8643 | 'Redis::georadiusbymember_ro' => ['__benevolent<Redis|array<int,mixed>>', 'key'=>'string', 'lng'=>'float', 'lat'=>'float', 'radius'=>'float', 'unit'=>'string', 'options='=>'array<string,mixed>'],
|
8657 | 8644 | 'Redis::geosearch' => ['__benevolent<Redis|array<int,mixed>>', 'key'=>'string', 'position'=>'array<int,array{0:string,1:string}>|string', 'shape'=>'array<int,array{0:string,1:string}>|int|float', 'unit'=>'string', 'options='=>'array<string,mixed>'],
|
8658 | 8645 | 'Redis::geosearchstore' => ['__benevolent<Redis|array<int,mixed>|int|false>', 'dst'=>'string', 'src'=>'string', 'position'=>'array<int,array{0:string,1:string}>|string', 'shape'=>'array<int,array{0:string,1:string}>|int|float', 'unit'=>'string', 'options='=>'array<string,mixed>'],
|
8659 |
| -'Redis::get' => ['mixed', 'key'=>'string'], |
8660 | 8646 | 'Redis::getAuth' => ['string|false|null'],
|
8661 | 8647 | 'Redis::getBit' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'idx'=>'int'],
|
8662 | 8648 | 'Redis::getEx' => ['__benevolent<Redis|string|bool>', 'key'=>'string', 'options'=>'?array{EX?:int,PX?:int,EXAT?:int,PXAT?:int,PERSIST?:bool}'],
|
8663 |
| -'Redis::getDBNum' => ['int'], |
8664 | 8649 | 'Redis::getDel' => ['__benevolent<Redis|string|bool>', 'key'=>'string'],
|
8665 |
| -'Redis::getHost' => ['string'], |
8666 | 8650 | 'Redis::getKeys' => ['array<int,string>', 'pattern'=>'string'],
|
8667 |
| -'Redis::getLastError' => ['?string'], |
8668 |
| -'Redis::getMode' => ['int'], |
8669 | 8651 | 'Redis::getMultiple' => ['array', 'keys'=>'string[]'],
|
8670 | 8652 | 'Redis::getOption' => ['int', 'name'=>'int'],
|
8671 |
| -'Redis::getPersistentID' => ['?string'], |
8672 |
| -'Redis::getPort' => ['int'], |
8673 | 8653 | 'Redis::getRange' => ['__benevolent<Redis|string|false>', 'key'=>'string', 'start'=>'int', 'end'=>'int'],
|
8674 |
| -'Redis::getReadTimeout' => ['float'], |
8675 | 8654 | 'Redis::getset' => ['__benevolent<Redis|string|false>', 'key'=>'string', 'value'=>'mixed'],
|
8676 |
| -'Redis::getTimeout' => ['float|false'], |
8677 | 8655 | 'Redis::getTransferredBytes' => ['array<int,array{0:int,1:int}>'],
|
8678 | 8656 | 'Redis::hDel' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'field'=>'string', '...other_fields='=>'string'],
|
8679 | 8657 | 'Redis::hExists' => ['__benevolent<Redis|bool>', 'key'=>'string', 'field'=>'string'],
|
|
8695 | 8673 | 'Redis::incrBy' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'value'=>'int'],
|
8696 | 8674 | 'Redis::incrByFloat' => ['__benevolent<Redis|float|false>', 'key'=>'string', 'value'=>'float'],
|
8697 | 8675 | 'Redis::info' => ['__benevolent<Redis|array<string, mixed>|false>', '...sections='=>'string'],
|
8698 |
| -'Redis::isConnected' => ['bool'], |
8699 | 8676 | 'Redis::keys' => ['__benevolent<Redis|array<int, string>|false>', 'pattern'=>'string'],
|
8700 |
| -'Redis::lastSave' => ['int'], |
8701 | 8677 | 'Redis::lcs' => ['__benevolent<Redis|string|array|int|false>', 'key1'=>'string', 'key2'=>'string', 'options'=>'?array{MINMATCHLEN?:int,WITHMATCHLEN?:bool,LEN?:bool,IDX?:bool}'],
|
8702 | 8678 | 'Redis::lGet' => ['', 'key'=>'string', 'index'=>'int'],
|
8703 | 8679 | 'Redis::lGetRange' => ['', 'key'=>'string', 'start'=>'int', 'end'=>'int'],
|
|
8726 | 8702 | 'Redis::open' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'float', 'persistent_id='=>'?string', 'retry_interval='=>'int', 'read_timeout='=>'float', 'context='=>'?array{auth?:list{string|null|false,string}|list{string},stream?:array<string,mixed>}'],
|
8727 | 8703 | 'Redis::pconnect' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'float', 'persistent_id='=>'?string', 'retry_interval='=>'int', 'read_timeout='=>'float', 'context='=>'?array{auth?:list{string|null|false,string}|list{string},stream?:array<string,mixed>}'],
|
8728 | 8704 | 'Redis::persist' => ['__benevolent<Redis|bool>', 'key'=>'string'],
|
8729 |
| -'Redis::pexpire' => ['bool', 'key'=>'string', 'timeout'=>'int', 'mode='=>'?string'], |
8730 | 8705 | 'Redis::pexpireAt' => ['__benevolent<Redis|bool>', 'key'=>'string', 'timestamp'=>'int', 'mode='=>'?string'],
|
8731 | 8706 | 'Redis::pexpiretime' => ['__benevolent<Redis|int|false>', 'key'=>'string'],
|
8732 | 8707 | 'Redis::pfadd' => ['__benevolent<Redis|int>', 'key'=>'string', 'elements'=>'array'],
|
|
8742 | 8717 | 'Redis::pubsub' => ['array|int', 'command'=>'string', 'arg'=>'array|string'],
|
8743 | 8718 | 'Redis::punsubscribe' => ['__benevolent<Redis|array|bool>', 'patterns='=>'string[]'],
|
8744 | 8719 | 'Redis::randomKey' => ['__benevolent<Redis|string|false>'],
|
8745 |
| -'Redis::rawcommand' => ['mixed', 'command'=>'string', '...args='=>'mixed'], |
8746 | 8720 | 'Redis::rename' => ['__benevolent<Redis|bool>', 'old_name'=>'string', 'new_name'=>'string'],
|
8747 | 8721 | 'Redis::renameKey' => ['bool', 'srckey'=>'string', 'dstkey'=>'string'],
|
8748 | 8722 | 'Redis::renameNx' => ['__benevolent<Redis|bool>', 'old_name'=>'string', 'new_name'=>'string'],
|
8749 | 8723 | 'Redis::reset' => ['__benevolent<Redis|bool>'],
|
8750 | 8724 | 'Redis::resetStat' => ['bool'],
|
8751 | 8725 | 'Redis::restore' => ['__benevolent<Redis|bool>', 'key'=>'string', 'ttl'=>'int', 'value'=>'string', 'options='=>'?array{ABSTTL?:bool,REPLACE?:bool,IDLETIME?:int,FREQ?:int}'],
|
8752 |
| -'Redis::role' => ['mixed'], |
8753 | 8726 | 'Redis::rPop' => ['__benevolent<Redis|array<string, mixed>|string|bool>', 'key'=>'string', 'count='=>'int'],
|
8754 | 8727 | 'Redis::rpoplpush' => ['__benevolent<Redis|string|false>', 'srckey'=>'string', 'dstkey'=>'string'],
|
8755 | 8728 | 'Redis::rPush' => ['__benevolent<Redis|int|false>', 'key'=>'string', '...elements='=>'mixed'],
|
8756 | 8729 | 'Redis::rPushx' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'value'=>'mixed'],
|
8757 | 8730 | 'Redis::sAdd' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'value'=>'mixed', '...other_values='=>'string'],
|
8758 |
| -'Redis::sAddArray' => ['int', 'key'=>'string', 'values'=>'array'], |
8759 | 8731 | 'Redis::save' => ['__benevolent<Redis|bool>'],
|
8760 | 8732 | 'Redis::scan' => ['array<int,string>|false', '&iterator'=>'?int', 'pattern='=>'?string', 'count='=>'?int', 'type='=>'?string'],
|
8761 | 8733 | 'Redis::scard' => ['__benevolent<Redis|int|false>', 'key'=>'string'],
|
8762 | 8734 | 'Redis::sContains' => ['', 'key'=>'string', 'value'=>'string'],
|
8763 |
| -'Redis::script' => ['mixed', 'command'=>'string', '...args='=>'mixed'], |
8764 | 8735 | 'Redis::sDiff' => ['__benevolent<Redis|list<string>|false>', 'key'=>'string', '...other_keys='=>'string'],
|
8765 | 8736 | 'Redis::sDiffStore' => ['__benevolent<Redis|int|false>', 'dst'=>'string', 'key'=>'string', '...other_keys='=>'string'],
|
8766 | 8737 | 'Redis::select' => ['__benevolent<Redis|bool>', 'db'=>'int'],
|
|
8769 | 8740 | 'Redis::setBit' => ['__benevolent<Redis|int|bool>', 'key'=>'string', 'idx'=>'int', 'value'=>'bool'],
|
8770 | 8741 | 'Redis::setex' => ['__benevolent<Redis|bool>', 'key'=>'string', 'expire'=>'int', 'value'=>'mixed'],
|
8771 | 8742 | 'Redis::setnx' => ['__benevolent<Redis|bool>', 'key'=>'string', 'value'=>'mixed'],
|
8772 |
| -'Redis::setOption' => ['bool', 'option'=>'int', 'value'=>'mixed'], |
8773 | 8743 | 'Redis::setRange' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'index'=>'int', 'value'=>'string'],
|
8774 | 8744 | 'Redis::setTimeout' => ['bool', 'key'=>'string', 'ttl'=>'int'],
|
8775 | 8745 | 'Redis::sGetMembers' => ['array', 'key'=>'string'],
|
|
8780 | 8750 | 'Redis::slave' => ['bool', 'host'=>'string', 'port'=>'int'],
|
8781 | 8751 | 'Redis::slave\'1' => ['bool', 'host'=>'string', 'port'=>'int'],
|
8782 | 8752 | 'Redis::slaveof' => ['__benevolent<Redis|bool>', 'host='=>'?string', 'port='=>'int'],
|
8783 |
| -'Redis::slowlog' => ['mixed', 'operation'=>'string', 'length='=>'int'], |
8784 | 8753 | 'Redis::sMembers' => ['__benevolent<Redis|list<string>|false>', 'key'=>'string'],
|
8785 | 8754 | 'Redis::sMisMember' => ['__benevolent<Redis|int[]|false>', 'key'=>'string', 'member'=>'string', '...other_members='=>'string'],
|
8786 | 8755 | 'Redis::sMove' => ['__benevolent<Redis|bool>', 'src'=>'string', 'dst'=>'string', 'value'=>'mixed'],
|
|
8806 | 8775 | 'Redis::unlink' => ['__benevolent<Redis|0|positive-int|false>', 'key'=>'string[]|string', '...other_keys'=>'string'],
|
8807 | 8776 | 'Redis::unsubscribe' => ['__benevolent<Redis|string[]|bool>', 'channels'=>'string[]'],
|
8808 | 8777 | 'Redis::unwatch' => ['__benevolent<Redis|bool>'],
|
8809 |
| -'Redis::wait' => ['int|false', 'numreplicas'=>'int', 'timeout'=>'int'], |
8810 | 8778 | 'Redis::watch' => ['__benevolent<Redis|bool>', 'key'=>'string[]|string', '...other_keys='=>'string'],
|
8811 |
| -'Redis::xack' => ['int|false', 'key'=>'string', 'group'=>'string', 'ids'=>'array'], |
8812 | 8779 | 'Redis::xadd' => ['__benevolent<Redis|string|false>', 'key'=>'string', 'id'=>'string', 'values'=>'array', 'maxlen='=>'int', 'approx='=>'bool', 'nomkstream='=>'bool'],
|
8813 | 8780 | 'Redis::xclaim' => ['__benevolent<Redis|array|false>', 'key'=>'string', 'group'=>'string', 'consumer'=>'string', 'min_idle'=>'int', 'ids'=>'array', 'options='=>'array'],
|
8814 | 8781 | 'Redis::xdel' => ['__benevolent<Redis|int|false>', 'key'=>'string', 'ids'=>'array'],
|
8815 |
| -'Redis::xgroup' => ['mixed', 'operation'=>'string', 'key='=>'?string', 'group='=>'?string', 'id_or_consumer='=>'?string', 'mkstream='=>'bool', 'entries_read='=>'int'], |
8816 |
| -'Redis::xinfo' => ['mixed', 'operation'=>'string', 'arg1='=>'?string', 'arg2='=>'?string', 'count='=>'int'], |
8817 | 8782 | 'Redis::xlen' => ['__benevolent<Redis|int|false>', 'key'=>'string'],
|
8818 | 8783 | 'Redis::xpending' => ['__benevolent<Redis|array|false>', 'key'=>'string', 'group'=>'string', 'start='=>'?string', 'end='=>'?string', 'count='=>'int', 'consumer='=>'?string'],
|
8819 | 8784 | 'Redis::xrange' => ['__benevolent<Redis|array|bool>', 'key'=>'string', 'start'=>'string', 'end'=>'string', 'count='=>'int'],
|
|
8854 | 8819 | 'RedisArray::_rehash' => ['', 'callable='=>'callable'],
|
8855 | 8820 | 'RedisArray::_target' => ['string', 'key'=>'string'],
|
8856 | 8821 | 'RedisCluster::__construct' => ['void', 'name'=>'string|null', 'seeds='=>'string[]|null', 'timeout='=>'int|float', 'read_timeout='=>'int|float', 'persistent='=>'bool', 'auth='=>'mixed', 'context='=>'array|null'],
|
8857 |
| -'RedisCluster::_masters' => ['array'], |
8858 | 8822 | 'RedisCluster::_prefix' => ['string', 'value'=>'mixed'],
|
8859 | 8823 | 'RedisCluster::_serialize' => ['mixed', 'value'=>'mixed'],
|
8860 |
| -'RedisCluster::_unserialize' => ['mixed', 'value'=>'string'], |
8861 | 8824 | 'RedisCluster::append' => ['int', 'key'=>'string', 'value'=>'string'],
|
8862 | 8825 | 'RedisCluster::bgrewriteaof' => ['bool', 'nodeParams'=>'string'],
|
8863 | 8826 | 'RedisCluster::bgsave' => ['bool', 'nodeParams'=>'string'],
|
|
8867 | 8830 | 'RedisCluster::blPop' => ['array', 'keys'=>'array', 'timeout'=>'int'],
|
8868 | 8831 | 'RedisCluster::brPop' => ['array', 'keys'=>'array', 'timeout'=>'int'],
|
8869 | 8832 | 'RedisCluster::brpoplpush' => ['string', 'srcKey'=>'string', 'dstKey'=>'string', 'timeout'=>'int'],
|
8870 |
| -'RedisCluster::clearLastError' => ['bool'], |
8871 | 8833 | 'RedisCluster::client' => ['', 'nodeParams'=>'string', 'subCmd'=>'', 'args'=>''],
|
8872 | 8834 | 'RedisCluster::close' => [''],
|
8873 | 8835 | 'RedisCluster::cluster' => ['mixed', 'nodeParams'=>'string', 'command'=>'string', 'arguments'=>'mixed'],
|
|
8881 | 8843 | 'RedisCluster::dump' => ['string', 'key'=>'string'],
|
8882 | 8844 | 'RedisCluster::echo' => ['mixed', 'nodeParams'=>'string', 'msg'=>'string'],
|
8883 | 8845 | 'RedisCluster::eval' => ['mixed', 'script'=>'', 'args='=>'', 'numKeys='=>''],
|
8884 |
| -'RedisCluster::evalSha' => ['mixed', 'scriptSha'=>'string', 'args='=>'array', 'numKeys='=>'int'], |
8885 | 8846 | 'RedisCluster::exec' => ['array|void'],
|
8886 | 8847 | 'RedisCluster::exists' => ['bool', 'key'=>'string'],
|
8887 | 8848 | 'RedisCluster::expire' => ['bool', 'key'=>'string', 'ttl'=>'int'],
|
|
8897 | 8858 | 'RedisCluster::get' => ['bool|string', 'key'=>'string'],
|
8898 | 8859 | 'RedisCluster::getBit' => ['int', 'key'=>'string', 'offset'=>'int'],
|
8899 | 8860 | 'RedisCluster::getLastError' => ['string'],
|
8900 |
| -'RedisCluster::getMode' => ['int'], |
8901 | 8861 | 'RedisCluster::getOption' => ['int', 'name'=>'int'],
|
8902 | 8862 | 'RedisCluster::getRange' => ['string', 'key'=>'string', 'start'=>'int', 'end'=>'int'],
|
8903 | 8863 | 'RedisCluster::getSet' => ['string', 'key'=>'string', 'value'=>'string'],
|
|
8972 | 8932 | 'RedisCluster::setBit' => ['int', 'key'=>'string', 'offset'=>'int', 'value'=>'bool|int'],
|
8973 | 8933 | 'RedisCluster::setex' => ['bool', 'key'=>'string', 'ttl'=>'int', 'value'=>'string'],
|
8974 | 8934 | 'RedisCluster::setnx' => ['bool', 'key'=>'string', 'value'=>'string'],
|
8975 |
| -'RedisCluster::setOption' => ['bool', 'name'=>'int', 'value'=>'mixed'], |
8976 | 8935 | 'RedisCluster::setRange' => ['string', 'key'=>'string', 'offset'=>'int', 'value'=>'string'],
|
8977 | 8936 | 'RedisCluster::sInter' => ['list<string>', 'key'=>'string', '...other_keys='=>'string'],
|
8978 | 8937 | 'RedisCluster::sInterStore' => ['int', 'dstKey'=>'string', 'key'=>'string', '...other_keys='=>'string'],
|
|
0 commit comments