From 581c5659bd5032359be34bfc2093172ccad7366f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Mon, 23 Feb 2026 11:48:06 -0800 Subject: [PATCH] update year in headers --- .php-cs-fixer.dist.php | 2 +- examples/Commands/Json/json_debug_memory.php | 2 +- examples/Commands/Search/ft_aggregate.php | 2 +- examples/Commands/Search/ft_alter.php | 2 +- examples/Commands/Search/ft_config_help.php | 2 +- examples/Commands/Search/ft_config_set_get.php | 2 +- examples/Commands/Search/ft_cursor_del.php | 2 +- examples/Commands/Search/ft_cursor_read.php | 2 +- examples/Commands/Search/ft_explain.php | 2 +- examples/Commands/Search/ft_profile.php | 2 +- examples/Commands/Search/ft_spellcheck.php | 2 +- examples/Commands/Search/ft_sug_add_get_del_len.php | 2 +- examples/Commands/Search/ft_syndump.php | 2 +- examples/Commands/Search/ft_synupdate.php | 2 +- examples/Commands/Search/ft_tagvals.php | 2 +- examples/Commands/TimeSeries/ts_add.php | 2 +- examples/Commands/TimeSeries/ts_alter.php | 2 +- examples/Commands/TimeSeries/ts_create.php | 2 +- examples/Commands/TimeSeries/ts_createrule.php | 2 +- examples/Commands/TimeSeries/ts_decrby.php | 2 +- examples/Commands/TimeSeries/ts_del.php | 2 +- examples/Commands/TimeSeries/ts_deleterule.php | 2 +- examples/Commands/TimeSeries/ts_get.php | 2 +- examples/Commands/TimeSeries/ts_incrby.php | 2 +- examples/Commands/TimeSeries/ts_info.php | 2 +- examples/Commands/TimeSeries/ts_madd.php | 2 +- examples/Commands/TimeSeries/ts_mget.php | 2 +- examples/Commands/TimeSeries/ts_mrange.php | 2 +- examples/Commands/TimeSeries/ts_mrevrange.php | 2 +- examples/Commands/TimeSeries/ts_queryindex.php | 2 +- examples/Commands/TimeSeries/ts_range.php | 2 +- examples/Commands/TimeSeries/ts_revrange.php | 2 +- examples/Commands/acl_dry_run.php | 2 +- examples/Commands/acl_get_user.php | 2 +- examples/Commands/acl_set_user.php | 2 +- examples/Commands/fcall_ro.php | 2 +- examples/Commands/waitaof.php | 2 +- examples/custom_cluster_distributor.php | 2 +- examples/debuggable_connection.php | 2 +- examples/dispatcher_loop.php | 2 +- examples/executing_redis_commands.php | 2 +- examples/key_prefixing.php | 2 +- examples/lua_scripting_abstraction.php | 2 +- examples/monitor_consumer.php | 2 +- examples/pipelining_commands.php | 2 +- examples/pubsub_consumer.php | 2 +- examples/push_notifications.php | 2 +- examples/push_notifications_dispatcher.php | 2 +- examples/redis_collections_iterators.php | 2 +- examples/relay_compression.php | 2 +- examples/relay_connection.php | 2 +- examples/relay_events.php | 2 +- examples/relay_pubsub_consumer.php | 2 +- examples/replication_complex.php | 2 +- examples/replication_sentinel.php | 2 +- examples/replication_simple.php | 2 +- examples/session_handler.php | 2 +- examples/sharded_dispatcher_loop.php | 2 +- examples/sharded_pubsub_consumer.php | 2 +- examples/shared.php | 2 +- examples/transaction_using_cas.php | 2 +- src/Autoloader.php | 2 +- src/Client.php | 2 +- src/ClientConfiguration.php | 2 +- src/ClientContextInterface.php | 2 +- src/ClientException.php | 2 +- src/ClientInterface.php | 2 +- src/Cluster/ClusterStrategy.php | 2 +- src/Cluster/Distributor/DistributorInterface.php | 2 +- src/Cluster/Distributor/EmptyRingException.php | 2 +- src/Cluster/Distributor/HashRing.php | 2 +- src/Cluster/Distributor/KetamaRing.php | 2 +- src/Cluster/Hash/CRC16.php | 2 +- src/Cluster/Hash/HashGeneratorInterface.php | 2 +- src/Cluster/NullSlotRange.php | 2 +- src/Cluster/PredisStrategy.php | 2 +- src/Cluster/RedisStrategy.php | 2 +- src/Cluster/SimpleSlotMap.php | 2 +- src/Cluster/SlotMap.php | 2 +- src/Cluster/SlotRange.php | 2 +- src/Cluster/StrategyInterface.php | 2 +- src/Collection/Iterator/CursorBasedIterator.php | 2 +- src/Collection/Iterator/HashKey.php | 2 +- src/Collection/Iterator/Keyspace.php | 2 +- src/Collection/Iterator/ListKey.php | 2 +- src/Collection/Iterator/SetKey.php | 2 +- src/Collection/Iterator/SortedSetKey.php | 2 +- src/Command/Argument/ArrayableArgument.php | 2 +- src/Command/Argument/Geospatial/AbstractBy.php | 2 +- src/Command/Argument/Geospatial/ByBox.php | 2 +- src/Command/Argument/Geospatial/ByInterface.php | 2 +- src/Command/Argument/Geospatial/ByRadius.php | 2 +- src/Command/Argument/Geospatial/FromInterface.php | 2 +- src/Command/Argument/Geospatial/FromLonLat.php | 2 +- src/Command/Argument/Geospatial/FromMember.php | 2 +- src/Command/Argument/Search/AggregateArguments.php | 2 +- src/Command/Argument/Search/AlterArguments.php | 2 +- src/Command/Argument/Search/CommonArguments.php | 2 +- src/Command/Argument/Search/CreateArguments.php | 2 +- src/Command/Argument/Search/CursorArguments.php | 2 +- src/Command/Argument/Search/DropArguments.php | 2 +- src/Command/Argument/Search/ExplainArguments.php | 2 +- .../Argument/Search/HybridSearch/Combine/BaseCombine.php | 2 +- .../Search/HybridSearch/Combine/LinearCombineConfig.php | 2 +- .../Argument/Search/HybridSearch/Combine/RRFCombineConfig.php | 2 +- src/Command/Argument/Search/HybridSearch/HybridSearchQuery.php | 2 +- src/Command/Argument/Search/HybridSearch/Reducer.php | 2 +- src/Command/Argument/Search/HybridSearch/ScorerConfig.php | 2 +- src/Command/Argument/Search/HybridSearch/SearchConfig.php | 2 +- .../Search/HybridSearch/VectorSearch/BaseVectorSearchConfig.php | 2 +- .../Search/HybridSearch/VectorSearch/KNNVectorSearchConfig.php | 2 +- .../HybridSearch/VectorSearch/RangeVectorSearchConfig.php | 2 +- src/Command/Argument/Search/ProfileArguments.php | 2 +- src/Command/Argument/Search/SchemaFields/AbstractField.php | 2 +- src/Command/Argument/Search/SchemaFields/FieldInterface.php | 2 +- src/Command/Argument/Search/SchemaFields/GeoField.php | 2 +- src/Command/Argument/Search/SchemaFields/GeoShapeField.php | 2 +- src/Command/Argument/Search/SchemaFields/NumericField.php | 2 +- src/Command/Argument/Search/SchemaFields/TagField.php | 2 +- src/Command/Argument/Search/SchemaFields/TextField.php | 2 +- src/Command/Argument/Search/SchemaFields/VectorField.php | 2 +- src/Command/Argument/Search/SearchArguments.php | 2 +- src/Command/Argument/Search/SpellcheckArguments.php | 2 +- src/Command/Argument/Search/SugAddArguments.php | 2 +- src/Command/Argument/Search/SugGetArguments.php | 2 +- src/Command/Argument/Search/SynUpdateArguments.php | 2 +- src/Command/Argument/Server/LimitInterface.php | 2 +- src/Command/Argument/Server/LimitOffsetCount.php | 2 +- src/Command/Argument/Server/To.php | 2 +- src/Command/Argument/Stream/XInfoStreamOptions.php | 2 +- src/Command/Argument/TimeSeries/AddArguments.php | 2 +- src/Command/Argument/TimeSeries/AlterArguments.php | 2 +- src/Command/Argument/TimeSeries/CommonArguments.php | 2 +- src/Command/Argument/TimeSeries/CreateArguments.php | 2 +- src/Command/Argument/TimeSeries/DecrByArguments.php | 2 +- src/Command/Argument/TimeSeries/GetArguments.php | 2 +- src/Command/Argument/TimeSeries/IncrByArguments.php | 2 +- src/Command/Argument/TimeSeries/InfoArguments.php | 2 +- src/Command/Argument/TimeSeries/MGetArguments.php | 2 +- src/Command/Argument/TimeSeries/MRangeArguments.php | 2 +- src/Command/Argument/TimeSeries/RangeArguments.php | 2 +- src/Command/Command.php | 2 +- src/Command/CommandInterface.php | 2 +- src/Command/Container/ACL.php | 2 +- src/Command/Container/AbstractContainer.php | 2 +- src/Command/Container/CLIENT.php | 2 +- src/Command/Container/CLUSTER.php | 2 +- src/Command/Container/ContainerFactory.php | 2 +- src/Command/Container/ContainerInterface.php | 2 +- src/Command/Container/FUNCTIONS.php | 2 +- src/Command/Container/HOTKEYS.php | 2 +- src/Command/Container/Json/JSONDEBUG.php | 2 +- src/Command/Container/Search/FTCONFIG.php | 2 +- src/Command/Container/Search/FTCURSOR.php | 2 +- src/Command/Container/XGROUP.php | 2 +- src/Command/Container/XINFO.php | 2 +- src/Command/Factory.php | 2 +- src/Command/FactoryInterface.php | 2 +- src/Command/PrefixableCommand.php | 2 +- src/Command/PrefixableCommandInterface.php | 2 +- src/Command/Processor/KeyPrefixProcessor.php | 2 +- src/Command/Processor/ProcessorChain.php | 2 +- src/Command/Processor/ProcessorInterface.php | 2 +- src/Command/RawCommand.php | 2 +- src/Command/RawFactory.php | 2 +- src/Command/Redis/ACL.php | 2 +- src/Command/Redis/APPEND.php | 2 +- src/Command/Redis/AUTH.php | 2 +- src/Command/Redis/AbstractCommand/BZPOPBase.php | 2 +- src/Command/Redis/BGREWRITEAOF.php | 2 +- src/Command/Redis/BGSAVE.php | 2 +- src/Command/Redis/BITCOUNT.php | 2 +- src/Command/Redis/BITFIELD.php | 2 +- src/Command/Redis/BITFIELD_RO.php | 2 +- src/Command/Redis/BITOP.php | 2 +- src/Command/Redis/BITPOS.php | 2 +- src/Command/Redis/BLMOVE.php | 2 +- src/Command/Redis/BLMPOP.php | 2 +- src/Command/Redis/BLPOP.php | 2 +- src/Command/Redis/BRPOP.php | 2 +- src/Command/Redis/BRPOPLPUSH.php | 2 +- src/Command/Redis/BZMPOP.php | 2 +- src/Command/Redis/BZPOPMAX.php | 2 +- src/Command/Redis/BZPOPMIN.php | 2 +- src/Command/Redis/BloomFilter/BFADD.php | 2 +- src/Command/Redis/BloomFilter/BFEXISTS.php | 2 +- src/Command/Redis/BloomFilter/BFINFO.php | 2 +- src/Command/Redis/BloomFilter/BFINSERT.php | 2 +- src/Command/Redis/BloomFilter/BFLOADCHUNK.php | 2 +- src/Command/Redis/BloomFilter/BFMADD.php | 2 +- src/Command/Redis/BloomFilter/BFMEXISTS.php | 2 +- src/Command/Redis/BloomFilter/BFRESERVE.php | 2 +- src/Command/Redis/BloomFilter/BFSCANDUMP.php | 2 +- src/Command/Redis/CLIENT.php | 2 +- src/Command/Redis/CLUSTER.php | 2 +- src/Command/Redis/COMMAND.php | 2 +- src/Command/Redis/CONFIG.php | 2 +- src/Command/Redis/COPY.php | 2 +- src/Command/Redis/CountMinSketch/CMSINCRBY.php | 2 +- src/Command/Redis/CountMinSketch/CMSINFO.php | 2 +- src/Command/Redis/CountMinSketch/CMSINITBYDIM.php | 2 +- src/Command/Redis/CountMinSketch/CMSINITBYPROB.php | 2 +- src/Command/Redis/CountMinSketch/CMSMERGE.php | 2 +- src/Command/Redis/CountMinSketch/CMSQUERY.php | 2 +- src/Command/Redis/CuckooFilter/CFADD.php | 2 +- src/Command/Redis/CuckooFilter/CFADDNX.php | 2 +- src/Command/Redis/CuckooFilter/CFCOUNT.php | 2 +- src/Command/Redis/CuckooFilter/CFDEL.php | 2 +- src/Command/Redis/CuckooFilter/CFEXISTS.php | 2 +- src/Command/Redis/CuckooFilter/CFINFO.php | 2 +- src/Command/Redis/CuckooFilter/CFINSERT.php | 2 +- src/Command/Redis/CuckooFilter/CFINSERTNX.php | 2 +- src/Command/Redis/CuckooFilter/CFLOADCHUNK.php | 2 +- src/Command/Redis/CuckooFilter/CFMEXISTS.php | 2 +- src/Command/Redis/CuckooFilter/CFRESERVE.php | 2 +- src/Command/Redis/CuckooFilter/CFSCANDUMP.php | 2 +- src/Command/Redis/DBSIZE.php | 2 +- src/Command/Redis/DECR.php | 2 +- src/Command/Redis/DECRBY.php | 2 +- src/Command/Redis/DEL.php | 2 +- src/Command/Redis/DELEX.php | 2 +- src/Command/Redis/DIGEST.php | 2 +- src/Command/Redis/DISCARD.php | 2 +- src/Command/Redis/DUMP.php | 2 +- src/Command/Redis/ECHO_.php | 2 +- src/Command/Redis/EVALSHA.php | 2 +- src/Command/Redis/EVALSHA_RO.php | 2 +- src/Command/Redis/EVAL_.php | 2 +- src/Command/Redis/EVAL_RO.php | 2 +- src/Command/Redis/EXEC.php | 2 +- src/Command/Redis/EXISTS.php | 2 +- src/Command/Redis/EXPIRE.php | 2 +- src/Command/Redis/EXPIREAT.php | 2 +- src/Command/Redis/EXPIRETIME.php | 2 +- src/Command/Redis/FAILOVER.php | 2 +- src/Command/Redis/FCALL.php | 2 +- src/Command/Redis/FCALL_RO.php | 2 +- src/Command/Redis/FLUSHALL.php | 2 +- src/Command/Redis/FLUSHDB.php | 2 +- src/Command/Redis/FUNCTIONS.php | 2 +- src/Command/Redis/GEOADD.php | 2 +- src/Command/Redis/GEODIST.php | 2 +- src/Command/Redis/GEOHASH.php | 2 +- src/Command/Redis/GEOPOS.php | 2 +- src/Command/Redis/GEORADIUS.php | 2 +- src/Command/Redis/GEORADIUSBYMEMBER.php | 2 +- src/Command/Redis/GEOSEARCH.php | 2 +- src/Command/Redis/GEOSEARCHSTORE.php | 2 +- src/Command/Redis/GET.php | 2 +- src/Command/Redis/GETBIT.php | 2 +- src/Command/Redis/GETDEL.php | 2 +- src/Command/Redis/GETEX.php | 2 +- src/Command/Redis/GETRANGE.php | 2 +- src/Command/Redis/GETSET.php | 2 +- src/Command/Redis/HDEL.php | 2 +- src/Command/Redis/HEXISTS.php | 2 +- src/Command/Redis/HEXPIRE.php | 2 +- src/Command/Redis/HEXPIREAT.php | 2 +- src/Command/Redis/HEXPIRETIME.php | 2 +- src/Command/Redis/HGET.php | 2 +- src/Command/Redis/HGETALL.php | 2 +- src/Command/Redis/HGETDEL.php | 2 +- src/Command/Redis/HGETEX.php | 2 +- src/Command/Redis/HINCRBY.php | 2 +- src/Command/Redis/HINCRBYFLOAT.php | 2 +- src/Command/Redis/HKEYS.php | 2 +- src/Command/Redis/HLEN.php | 2 +- src/Command/Redis/HMGET.php | 2 +- src/Command/Redis/HMSET.php | 2 +- src/Command/Redis/HOTKEYS.php | 2 +- src/Command/Redis/HPERSIST.php | 2 +- src/Command/Redis/HPEXPIRE.php | 2 +- src/Command/Redis/HPEXPIREAT.php | 2 +- src/Command/Redis/HPEXPIRETIME.php | 2 +- src/Command/Redis/HPTTL.php | 2 +- src/Command/Redis/HRANDFIELD.php | 2 +- src/Command/Redis/HSCAN.php | 2 +- src/Command/Redis/HSET.php | 2 +- src/Command/Redis/HSETEX.php | 2 +- src/Command/Redis/HSETNX.php | 2 +- src/Command/Redis/HSTRLEN.php | 2 +- src/Command/Redis/HTTL.php | 2 +- src/Command/Redis/HVALS.php | 2 +- src/Command/Redis/INCR.php | 2 +- src/Command/Redis/INCRBY.php | 2 +- src/Command/Redis/INCRBYFLOAT.php | 2 +- src/Command/Redis/INFO.php | 2 +- src/Command/Redis/Json/JSONARRAPPEND.php | 2 +- src/Command/Redis/Json/JSONARRINDEX.php | 2 +- src/Command/Redis/Json/JSONARRINSERT.php | 2 +- src/Command/Redis/Json/JSONARRLEN.php | 2 +- src/Command/Redis/Json/JSONARRPOP.php | 2 +- src/Command/Redis/Json/JSONARRTRIM.php | 2 +- src/Command/Redis/Json/JSONCLEAR.php | 2 +- src/Command/Redis/Json/JSONDEBUG.php | 2 +- src/Command/Redis/Json/JSONDEL.php | 2 +- src/Command/Redis/Json/JSONFORGET.php | 2 +- src/Command/Redis/Json/JSONGET.php | 2 +- src/Command/Redis/Json/JSONMERGE.php | 2 +- src/Command/Redis/Json/JSONMGET.php | 2 +- src/Command/Redis/Json/JSONMSET.php | 2 +- src/Command/Redis/Json/JSONNUMINCRBY.php | 2 +- src/Command/Redis/Json/JSONOBJKEYS.php | 2 +- src/Command/Redis/Json/JSONOBJLEN.php | 2 +- src/Command/Redis/Json/JSONRESP.php | 2 +- src/Command/Redis/Json/JSONSET.php | 2 +- src/Command/Redis/Json/JSONSTRAPPEND.php | 2 +- src/Command/Redis/Json/JSONSTRLEN.php | 2 +- src/Command/Redis/Json/JSONTOGGLE.php | 2 +- src/Command/Redis/Json/JSONTYPE.php | 2 +- src/Command/Redis/KEYS.php | 2 +- src/Command/Redis/LASTSAVE.php | 2 +- src/Command/Redis/LCS.php | 2 +- src/Command/Redis/LINDEX.php | 2 +- src/Command/Redis/LINSERT.php | 2 +- src/Command/Redis/LLEN.php | 2 +- src/Command/Redis/LMOVE.php | 2 +- src/Command/Redis/LMPOP.php | 2 +- src/Command/Redis/LPOP.php | 2 +- src/Command/Redis/LPUSH.php | 2 +- src/Command/Redis/LPUSHX.php | 2 +- src/Command/Redis/LRANGE.php | 2 +- src/Command/Redis/LREM.php | 2 +- src/Command/Redis/LSET.php | 2 +- src/Command/Redis/LTRIM.php | 2 +- src/Command/Redis/MGET.php | 2 +- src/Command/Redis/MIGRATE.php | 2 +- src/Command/Redis/MONITOR.php | 2 +- src/Command/Redis/MOVE.php | 2 +- src/Command/Redis/MSET.php | 2 +- src/Command/Redis/MSETEX.php | 2 +- src/Command/Redis/MSETNX.php | 2 +- src/Command/Redis/MULTI.php | 2 +- src/Command/Redis/OBJECT_.php | 2 +- src/Command/Redis/PERSIST.php | 2 +- src/Command/Redis/PEXPIRE.php | 2 +- src/Command/Redis/PEXPIREAT.php | 2 +- src/Command/Redis/PEXPIRETIME.php | 2 +- src/Command/Redis/PFADD.php | 2 +- src/Command/Redis/PFCOUNT.php | 2 +- src/Command/Redis/PFMERGE.php | 2 +- src/Command/Redis/PING.php | 2 +- src/Command/Redis/PSETEX.php | 2 +- src/Command/Redis/PSUBSCRIBE.php | 2 +- src/Command/Redis/PTTL.php | 2 +- src/Command/Redis/PUBLISH.php | 2 +- src/Command/Redis/PUBSUB.php | 2 +- src/Command/Redis/PUNSUBSCRIBE.php | 2 +- src/Command/Redis/QUIT.php | 2 +- src/Command/Redis/RANDOMKEY.php | 2 +- src/Command/Redis/RENAME.php | 2 +- src/Command/Redis/RENAMENX.php | 2 +- src/Command/Redis/RESTORE.php | 2 +- src/Command/Redis/RPOP.php | 2 +- src/Command/Redis/RPOPLPUSH.php | 2 +- src/Command/Redis/RPUSH.php | 2 +- src/Command/Redis/RPUSHX.php | 2 +- src/Command/Redis/SADD.php | 2 +- src/Command/Redis/SAVE.php | 2 +- src/Command/Redis/SCAN.php | 2 +- src/Command/Redis/SCARD.php | 2 +- src/Command/Redis/SCRIPT.php | 2 +- src/Command/Redis/SDIFF.php | 2 +- src/Command/Redis/SDIFFSTORE.php | 2 +- src/Command/Redis/SELECT.php | 2 +- src/Command/Redis/SENTINEL.php | 2 +- src/Command/Redis/SET.php | 2 +- src/Command/Redis/SETBIT.php | 2 +- src/Command/Redis/SETEX.php | 2 +- src/Command/Redis/SETNX.php | 2 +- src/Command/Redis/SETRANGE.php | 2 +- src/Command/Redis/SHUTDOWN.php | 2 +- src/Command/Redis/SINTER.php | 2 +- src/Command/Redis/SINTERCARD.php | 2 +- src/Command/Redis/SINTERSTORE.php | 2 +- src/Command/Redis/SISMEMBER.php | 2 +- src/Command/Redis/SLAVEOF.php | 2 +- src/Command/Redis/SLOWLOG.php | 2 +- src/Command/Redis/SMEMBERS.php | 2 +- src/Command/Redis/SMISMEMBER.php | 2 +- src/Command/Redis/SMOVE.php | 2 +- src/Command/Redis/SORT.php | 2 +- src/Command/Redis/SORT_RO.php | 2 +- src/Command/Redis/SPOP.php | 2 +- src/Command/Redis/SPUBLISH.php | 2 +- src/Command/Redis/SRANDMEMBER.php | 2 +- src/Command/Redis/SREM.php | 2 +- src/Command/Redis/SSCAN.php | 2 +- src/Command/Redis/SSUBSCRIBE.php | 2 +- src/Command/Redis/STRLEN.php | 2 +- src/Command/Redis/SUBSCRIBE.php | 2 +- src/Command/Redis/SUBSTR.php | 2 +- src/Command/Redis/SUNION.php | 2 +- src/Command/Redis/SUNIONSTORE.php | 2 +- src/Command/Redis/SUNSUBSCRIBE.php | 2 +- src/Command/Redis/Search/FTAGGREGATE.php | 2 +- src/Command/Redis/Search/FTALIASADD.php | 2 +- src/Command/Redis/Search/FTALIASDEL.php | 2 +- src/Command/Redis/Search/FTALIASUPDATE.php | 2 +- src/Command/Redis/Search/FTALTER.php | 2 +- src/Command/Redis/Search/FTCONFIG.php | 2 +- src/Command/Redis/Search/FTCREATE.php | 2 +- src/Command/Redis/Search/FTCURSOR.php | 2 +- src/Command/Redis/Search/FTDICTADD.php | 2 +- src/Command/Redis/Search/FTDICTDEL.php | 2 +- src/Command/Redis/Search/FTDICTDUMP.php | 2 +- src/Command/Redis/Search/FTDROPINDEX.php | 2 +- src/Command/Redis/Search/FTEXPLAIN.php | 2 +- src/Command/Redis/Search/FTHYBRID.php | 2 +- src/Command/Redis/Search/FTINFO.php | 2 +- src/Command/Redis/Search/FTPROFILE.php | 2 +- src/Command/Redis/Search/FTSEARCH.php | 2 +- src/Command/Redis/Search/FTSPELLCHECK.php | 2 +- src/Command/Redis/Search/FTSUGADD.php | 2 +- src/Command/Redis/Search/FTSUGDEL.php | 2 +- src/Command/Redis/Search/FTSUGGET.php | 2 +- src/Command/Redis/Search/FTSUGLEN.php | 2 +- src/Command/Redis/Search/FTSYNDUMP.php | 2 +- src/Command/Redis/Search/FTSYNUPDATE.php | 2 +- src/Command/Redis/Search/FTTAGVALS.php | 2 +- src/Command/Redis/Search/FT_LIST.php | 2 +- src/Command/Redis/TDigest/TDIGESTADD.php | 2 +- src/Command/Redis/TDigest/TDIGESTBYRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTBYREVRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTCDF.php | 2 +- src/Command/Redis/TDigest/TDIGESTCREATE.php | 2 +- src/Command/Redis/TDigest/TDIGESTINFO.php | 2 +- src/Command/Redis/TDigest/TDIGESTMAX.php | 2 +- src/Command/Redis/TDigest/TDIGESTMERGE.php | 2 +- src/Command/Redis/TDigest/TDIGESTMIN.php | 2 +- src/Command/Redis/TDigest/TDIGESTQUANTILE.php | 2 +- src/Command/Redis/TDigest/TDIGESTRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTRESET.php | 2 +- src/Command/Redis/TDigest/TDIGESTREVRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php | 2 +- src/Command/Redis/TIME.php | 2 +- src/Command/Redis/TOUCH.php | 2 +- src/Command/Redis/TTL.php | 2 +- src/Command/Redis/TYPE.php | 2 +- src/Command/Redis/TimeSeries/TSADD.php | 2 +- src/Command/Redis/TimeSeries/TSALTER.php | 2 +- src/Command/Redis/TimeSeries/TSCREATE.php | 2 +- src/Command/Redis/TimeSeries/TSCREATERULE.php | 2 +- src/Command/Redis/TimeSeries/TSDECRBY.php | 2 +- src/Command/Redis/TimeSeries/TSDEL.php | 2 +- src/Command/Redis/TimeSeries/TSDELETERULE.php | 2 +- src/Command/Redis/TimeSeries/TSGET.php | 2 +- src/Command/Redis/TimeSeries/TSINCRBY.php | 2 +- src/Command/Redis/TimeSeries/TSINFO.php | 2 +- src/Command/Redis/TimeSeries/TSMADD.php | 2 +- src/Command/Redis/TimeSeries/TSMGET.php | 2 +- src/Command/Redis/TimeSeries/TSMRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSMREVRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSQUERYINDEX.php | 2 +- src/Command/Redis/TimeSeries/TSRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSREVRANGE.php | 2 +- src/Command/Redis/TopK/TOPKADD.php | 2 +- src/Command/Redis/TopK/TOPKINCRBY.php | 2 +- src/Command/Redis/TopK/TOPKINFO.php | 2 +- src/Command/Redis/TopK/TOPKLIST.php | 2 +- src/Command/Redis/TopK/TOPKQUERY.php | 2 +- src/Command/Redis/TopK/TOPKRESERVE.php | 2 +- src/Command/Redis/UNSUBSCRIBE.php | 2 +- src/Command/Redis/UNWATCH.php | 2 +- src/Command/Redis/Utils/CommandUtility.php | 2 +- src/Command/Redis/Utils/VectorUtility.php | 2 +- src/Command/Redis/VADD.php | 2 +- src/Command/Redis/VCARD.php | 2 +- src/Command/Redis/VDIM.php | 2 +- src/Command/Redis/VEMB.php | 2 +- src/Command/Redis/VGETATTR.php | 2 +- src/Command/Redis/VINFO.php | 2 +- src/Command/Redis/VLINKS.php | 2 +- src/Command/Redis/VRANDMEMBER.php | 2 +- src/Command/Redis/VRANGE.php | 2 +- src/Command/Redis/VREM.php | 2 +- src/Command/Redis/VSETATTR.php | 2 +- src/Command/Redis/VSIM.php | 2 +- src/Command/Redis/WAITAOF.php | 2 +- src/Command/Redis/WATCH.php | 2 +- src/Command/Redis/XACK.php | 2 +- src/Command/Redis/XACKDEL.php | 2 +- src/Command/Redis/XADD.php | 2 +- src/Command/Redis/XAUTOCLAIM.php | 2 +- src/Command/Redis/XCFGSET.php | 2 +- src/Command/Redis/XCLAIM.php | 2 +- src/Command/Redis/XDEL.php | 2 +- src/Command/Redis/XDELEX.php | 2 +- src/Command/Redis/XGROUP.php | 2 +- src/Command/Redis/XINFO.php | 2 +- src/Command/Redis/XLEN.php | 2 +- src/Command/Redis/XPENDING.php | 2 +- src/Command/Redis/XRANGE.php | 2 +- src/Command/Redis/XREAD.php | 2 +- src/Command/Redis/XREADGROUP.php | 2 +- src/Command/Redis/XREADGROUP_CLAIM.php | 2 +- src/Command/Redis/XREVRANGE.php | 2 +- src/Command/Redis/XSETID.php | 2 +- src/Command/Redis/XTRIM.php | 2 +- src/Command/Redis/ZADD.php | 2 +- src/Command/Redis/ZCARD.php | 2 +- src/Command/Redis/ZCOUNT.php | 2 +- src/Command/Redis/ZDIFF.php | 2 +- src/Command/Redis/ZDIFFSTORE.php | 2 +- src/Command/Redis/ZINCRBY.php | 2 +- src/Command/Redis/ZINTER.php | 2 +- src/Command/Redis/ZINTERCARD.php | 2 +- src/Command/Redis/ZINTERSTORE.php | 2 +- src/Command/Redis/ZLEXCOUNT.php | 2 +- src/Command/Redis/ZMPOP.php | 2 +- src/Command/Redis/ZMSCORE.php | 2 +- src/Command/Redis/ZPOPMAX.php | 2 +- src/Command/Redis/ZPOPMIN.php | 2 +- src/Command/Redis/ZRANDMEMBER.php | 2 +- src/Command/Redis/ZRANGE.php | 2 +- src/Command/Redis/ZRANGEBYLEX.php | 2 +- src/Command/Redis/ZRANGEBYSCORE.php | 2 +- src/Command/Redis/ZRANGESTORE.php | 2 +- src/Command/Redis/ZRANK.php | 2 +- src/Command/Redis/ZREM.php | 2 +- src/Command/Redis/ZREMRANGEBYLEX.php | 2 +- src/Command/Redis/ZREMRANGEBYRANK.php | 2 +- src/Command/Redis/ZREMRANGEBYSCORE.php | 2 +- src/Command/Redis/ZREVRANGE.php | 2 +- src/Command/Redis/ZREVRANGEBYLEX.php | 2 +- src/Command/Redis/ZREVRANGEBYSCORE.php | 2 +- src/Command/Redis/ZREVRANK.php | 2 +- src/Command/Redis/ZSCAN.php | 2 +- src/Command/Redis/ZSCORE.php | 2 +- src/Command/Redis/ZUNION.php | 2 +- src/Command/Redis/ZUNIONSTORE.php | 2 +- src/Command/RedisFactory.php | 2 +- src/Command/ScriptCommand.php | 2 +- src/Command/Traits/Aggregate.php | 2 +- src/Command/Traits/BitByte.php | 2 +- src/Command/Traits/BloomFilters/BucketSize.php | 2 +- src/Command/Traits/BloomFilters/Capacity.php | 2 +- src/Command/Traits/BloomFilters/Error.php | 2 +- src/Command/Traits/BloomFilters/Expansion.php | 2 +- src/Command/Traits/BloomFilters/Items.php | 2 +- src/Command/Traits/BloomFilters/MaxIterations.php | 2 +- src/Command/Traits/BloomFilters/NoCreate.php | 2 +- src/Command/Traits/By/ByArgument.php | 2 +- src/Command/Traits/By/ByLexByScore.php | 2 +- src/Command/Traits/By/GeoBy.php | 2 +- src/Command/Traits/Count.php | 2 +- src/Command/Traits/DB.php | 2 +- src/Command/Traits/Expire/ExpireOptions.php | 2 +- src/Command/Traits/From/GeoFrom.php | 2 +- src/Command/Traits/Get/Get.php | 2 +- src/Command/Traits/Json/Indent.php | 2 +- src/Command/Traits/Json/Newline.php | 2 +- src/Command/Traits/Json/NxXxArgument.php | 2 +- src/Command/Traits/Json/Space.php | 2 +- src/Command/Traits/Keys.php | 2 +- src/Command/Traits/LeftRight.php | 2 +- src/Command/Traits/Limit/Limit.php | 2 +- src/Command/Traits/Limit/LimitObject.php | 2 +- src/Command/Traits/MinMaxModifier.php | 2 +- src/Command/Traits/Replace.php | 2 +- src/Command/Traits/Rev.php | 2 +- src/Command/Traits/Sorting.php | 2 +- src/Command/Traits/Storedist.php | 2 +- src/Command/Traits/Timeout.php | 2 +- src/Command/Traits/To/ServerTo.php | 2 +- src/Command/Traits/Weights.php | 2 +- src/Command/Traits/With/WithCoord.php | 2 +- src/Command/Traits/With/WithDist.php | 2 +- src/Command/Traits/With/WithHash.php | 2 +- src/Command/Traits/With/WithScores.php | 2 +- src/Command/Traits/With/WithValues.php | 2 +- src/CommunicationException.php | 2 +- src/Configuration/Option/Aggregate.php | 2 +- src/Configuration/Option/CRC16.php | 2 +- src/Configuration/Option/Cluster.php | 2 +- src/Configuration/Option/Commands.php | 2 +- src/Configuration/Option/Connections.php | 2 +- src/Configuration/Option/Exceptions.php | 2 +- src/Configuration/Option/Prefix.php | 2 +- src/Configuration/Option/Replication.php | 2 +- src/Configuration/OptionInterface.php | 2 +- src/Configuration/Options.php | 2 +- src/Configuration/OptionsInterface.php | 2 +- src/Connection/AbstractAggregateConnection.php | 2 +- src/Connection/AbstractConnection.php | 2 +- src/Connection/AggregateConnectionInterface.php | 2 +- src/Connection/Cluster/ClusterInterface.php | 2 +- src/Connection/Cluster/PredisCluster.php | 2 +- src/Connection/Cluster/RedisCluster.php | 2 +- src/Connection/CompositeConnectionInterface.php | 2 +- src/Connection/CompositeStreamConnection.php | 2 +- src/Connection/ConnectionException.php | 2 +- src/Connection/ConnectionInterface.php | 2 +- src/Connection/Factory.php | 2 +- src/Connection/FactoryInterface.php | 2 +- src/Connection/NodeConnectionInterface.php | 2 +- src/Connection/Parameters.php | 2 +- src/Connection/ParametersInterface.php | 2 +- src/Connection/RelayConnection.php | 2 +- src/Connection/RelayFactory.php | 2 +- src/Connection/RelayMethods.php | 2 +- src/Connection/Replication/MasterSlaveReplication.php | 2 +- src/Connection/Replication/ReplicationInterface.php | 2 +- src/Connection/Replication/SentinelReplication.php | 2 +- src/Connection/Resource/Exception/StreamInitException.php | 2 +- src/Connection/Resource/Stream.php | 2 +- src/Connection/Resource/StreamFactory.php | 2 +- src/Connection/Resource/StreamFactoryInterface.php | 2 +- src/Connection/StreamConnection.php | 2 +- src/Consumer/AbstractConsumer.php | 2 +- src/Consumer/AbstractDispatcherLoop.php | 2 +- src/Consumer/ConsumerInterface.php | 2 +- src/Consumer/DispatcherLoopInterface.php | 2 +- src/Consumer/PubSub/Consumer.php | 2 +- src/Consumer/PubSub/DispatcherLoop.php | 2 +- src/Consumer/PubSub/RelayConsumer.php | 2 +- src/Consumer/PubSub/SubscriptionContext.php | 2 +- src/Consumer/Push/Consumer.php | 2 +- src/Consumer/Push/DispatcherLoop.php | 2 +- src/Consumer/Push/PushNotificationException.php | 2 +- src/Consumer/Push/PushResponse.php | 2 +- src/Consumer/Push/PushResponseInterface.php | 2 +- src/Monitor/Consumer.php | 2 +- src/NotSupportedException.php | 2 +- src/Pipeline/Atomic.php | 2 +- src/Pipeline/ConnectionErrorProof.php | 2 +- src/Pipeline/FireAndForget.php | 2 +- src/Pipeline/Pipeline.php | 2 +- src/Pipeline/RelayAtomic.php | 2 +- src/Pipeline/RelayPipeline.php | 2 +- src/PredisException.php | 2 +- src/Protocol/Parser/ParserStrategyResolver.php | 2 +- src/Protocol/Parser/ParserStrategyResolverInterface.php | 2 +- src/Protocol/Parser/Strategy/ParserStrategyInterface.php | 2 +- src/Protocol/Parser/Strategy/Resp2Strategy.php | 2 +- src/Protocol/Parser/Strategy/Resp3Strategy.php | 2 +- src/Protocol/Parser/UnexpectedTypeException.php | 2 +- src/Protocol/ProtocolException.php | 2 +- src/Protocol/ProtocolProcessorInterface.php | 2 +- src/Protocol/RequestSerializerInterface.php | 2 +- src/Protocol/ResponseReaderInterface.php | 2 +- src/Protocol/Text/CompositeProtocolProcessor.php | 2 +- src/Protocol/Text/Handler/BulkResponse.php | 2 +- src/Protocol/Text/Handler/ErrorResponse.php | 2 +- src/Protocol/Text/Handler/IntegerResponse.php | 2 +- src/Protocol/Text/Handler/MultiBulkResponse.php | 2 +- src/Protocol/Text/Handler/ResponseHandlerInterface.php | 2 +- src/Protocol/Text/Handler/StatusResponse.php | 2 +- src/Protocol/Text/Handler/StreamableMultiBulkResponse.php | 2 +- src/Protocol/Text/ProtocolProcessor.php | 2 +- src/Protocol/Text/RequestSerializer.php | 2 +- src/Protocol/Text/ResponseReader.php | 2 +- src/Replication/MissingMasterException.php | 2 +- src/Replication/ReplicationStrategy.php | 2 +- src/Replication/RoleException.php | 2 +- src/Response/Error.php | 2 +- src/Response/ErrorInterface.php | 2 +- src/Response/Iterator/MultiBulk.php | 2 +- src/Response/Iterator/MultiBulkIterator.php | 2 +- src/Response/Iterator/MultiBulkTuple.php | 2 +- src/Response/ResponseInterface.php | 2 +- src/Response/ServerException.php | 2 +- src/Response/Status.php | 2 +- src/Retry/Retry.php | 2 +- src/Retry/Strategy/EqualBackoff.php | 2 +- src/Retry/Strategy/ExponentialBackoff.php | 2 +- src/Retry/Strategy/NoBackoff.php | 2 +- src/Retry/Strategy/RetryStrategyInterface.php | 2 +- src/Session/Handler.php | 2 +- src/TimeoutException.php | 2 +- src/Transaction/AbortedMultiExecException.php | 2 +- src/Transaction/Exception/TransactionException.php | 2 +- src/Transaction/MultiExec.php | 2 +- src/Transaction/MultiExecState.php | 2 +- src/Transaction/Response/BypassTransactionResponse.php | 2 +- src/Transaction/Strategy/ClusterConnectionStrategy.php | 2 +- src/Transaction/Strategy/ConnectionStrategyResolver.php | 2 +- src/Transaction/Strategy/NodeConnectionStrategy.php | 2 +- src/Transaction/Strategy/NonClusterConnectionStrategy.php | 2 +- src/Transaction/Strategy/ReplicationConnectionStrategy.php | 2 +- src/Transaction/Strategy/StrategyInterface.php | 2 +- src/Transaction/Strategy/StrategyResolverInterface.php | 2 +- tests/PHPUnit/ArrayHasSameValuesConstraint.php | 2 +- tests/PHPUnit/AssertSameWithPrecisionConstraint.php | 2 +- tests/PHPUnit/OneOfConstraint.php | 2 +- tests/PHPUnit/PredisCommandTestCase.php | 2 +- tests/PHPUnit/PredisConnectionTestCase.php | 2 +- tests/PHPUnit/PredisDistributorTestCase.php | 2 +- tests/PHPUnit/PredisTestCase.php | 2 +- tests/PHPUnit/RedisCommandConstraint.php | 2 +- tests/Predis/ClientExceptionTest.php | 2 +- tests/Predis/ClientTest.php | 2 +- tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php | 2 +- tests/Predis/Cluster/Distributor/HashRingTest.php | 2 +- tests/Predis/Cluster/Distributor/KetamaRingTest.php | 2 +- tests/Predis/Cluster/Hash/CRC16Test.php | 2 +- tests/Predis/Cluster/PredisStrategyTest.php | 2 +- tests/Predis/Cluster/RedisStrategyTest.php | 2 +- tests/Predis/Cluster/SimpleSlotMapTest.php | 2 +- tests/Predis/Cluster/SlotMapTest.php | 2 +- tests/Predis/Cluster/SlotRangeTest.php | 2 +- tests/Predis/Collection/Iterator/HashKeyTest.php | 2 +- tests/Predis/Collection/Iterator/KeyspaceTest.php | 2 +- tests/Predis/Collection/Iterator/ListKeyTest.php | 2 +- tests/Predis/Collection/Iterator/SetKeyTest.php | 2 +- tests/Predis/Collection/Iterator/SortedSetKeyTest.php | 2 +- tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CommonArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CreateArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CursorArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/DropArgumentsTest.php | 2 +- .../Search/HybridSearch/Combine/LinearCombineConfigTest.php | 2 +- .../Search/HybridSearch/Combine/RRFCombineConfigTest.php | 2 +- .../Argument/Search/HybridSearch/HybridSearchQueryTest.php | 2 +- .../Predis/Command/Argument/Search/HybridSearch/ReducerTest.php | 2 +- .../Command/Argument/Search/HybridSearch/ScorerConfigTest.php | 2 +- .../Command/Argument/Search/HybridSearch/SearchConfigTest.php | 2 +- .../HybridSearch/VectorSearch/KNNVectorSearchConfigTest.php | 2 +- .../HybridSearch/VectorSearch/RangeVectorSearchConfigTest.php | 2 +- tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php | 2 +- .../Command/Argument/Search/SchemaFields/GeoFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/NumericFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/TagFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/TextFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/VectorFieldTest.php | 2 +- tests/Predis/Command/Argument/Search/SearchArgumentsTest.php | 2 +- .../Predis/Command/Argument/Search/SpellcheckArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php | 2 +- tests/Predis/Command/CommandTest.php | 2 +- tests/Predis/Command/Container/AbstractContainerTest.php | 2 +- tests/Predis/Command/Container/CLUSTER_Test.php | 2 +- tests/Predis/Command/Container/ContainerFactoryTest.php | 2 +- tests/Predis/Command/PrefixableCommandTest.php | 2 +- tests/Predis/Command/Processor/KeyPrefixProcessorTest.php | 2 +- tests/Predis/Command/Processor/ProcessorChainTest.php | 2 +- tests/Predis/Command/RawCommandTest.php | 2 +- tests/Predis/Command/RawFactoryTest.php | 2 +- tests/Predis/Command/Redis/ACL_Test.php | 2 +- tests/Predis/Command/Redis/APPEND_Test.php | 2 +- tests/Predis/Command/Redis/AUTH_Test.php | 2 +- tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php | 2 +- tests/Predis/Command/Redis/BGREWRITEAOF_Test.php | 2 +- tests/Predis/Command/Redis/BGSAVE_Test.php | 2 +- tests/Predis/Command/Redis/BITCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/BITFIELD_RO_Test.php | 2 +- tests/Predis/Command/Redis/BITFIELD_Test.php | 2 +- tests/Predis/Command/Redis/BITOP_Test.php | 2 +- tests/Predis/Command/Redis/BITPOS_Test.php | 2 +- tests/Predis/Command/Redis/BLMOVE_Test.php | 2 +- tests/Predis/Command/Redis/BLMPOP_Test.php | 2 +- tests/Predis/Command/Redis/BLPOP_Test.php | 2 +- tests/Predis/Command/Redis/BRPOPLPUSH_Test.php | 2 +- tests/Predis/Command/Redis/BRPOP_Test.php | 2 +- tests/Predis/Command/Redis/BZMPOP_Test.php | 2 +- tests/Predis/Command/Redis/BZPOPMAX_Test.php | 2 +- tests/Predis/Command/Redis/BZPOPMIN_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php | 2 +- tests/Predis/Command/Redis/CLIENT_Test.php | 2 +- tests/Predis/Command/Redis/CLUSTER_Test.php | 2 +- tests/Predis/Command/Redis/COMMAND_Test.php | 2 +- tests/Predis/Command/Redis/CONFIG_Test.php | 2 +- tests/Predis/Command/Redis/COPY_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php | 2 +- .../Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php | 2 +- tests/Predis/Command/Redis/DBSIZE_Test.php | 2 +- tests/Predis/Command/Redis/DECRBY_Test.php | 2 +- tests/Predis/Command/Redis/DECR_Test.php | 2 +- tests/Predis/Command/Redis/DELEX_Test.php | 2 +- tests/Predis/Command/Redis/DEL_Test.php | 2 +- tests/Predis/Command/Redis/DIGEST_Test.php | 2 +- tests/Predis/Command/Redis/DISCARD_Test.php | 2 +- tests/Predis/Command/Redis/DUMP_Test.php | 2 +- tests/Predis/Command/Redis/ECHO_Test.php | 2 +- tests/Predis/Command/Redis/EVALSHA_RO_Test.php | 2 +- tests/Predis/Command/Redis/EVALSHA_Test.php | 2 +- tests/Predis/Command/Redis/EVAL_RO_Test.php | 2 +- tests/Predis/Command/Redis/EVAL_Test.php | 2 +- tests/Predis/Command/Redis/EXEC_Test.php | 2 +- tests/Predis/Command/Redis/EXISTS_Test.php | 2 +- tests/Predis/Command/Redis/EXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/EXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/EXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/FAILOVER_Test.php | 2 +- tests/Predis/Command/Redis/FCALL_RO_Test.php | 2 +- tests/Predis/Command/Redis/FCALL_Test.php | 2 +- tests/Predis/Command/Redis/FLUSHALL_Test.php | 2 +- tests/Predis/Command/Redis/FLUSHDB_Test.php | 2 +- tests/Predis/Command/Redis/FUNCTIONS_Test.php | 2 +- tests/Predis/Command/Redis/GEOADD_Test.php | 2 +- tests/Predis/Command/Redis/GEODIST_Test.php | 2 +- tests/Predis/Command/Redis/GEOHASH_Test.php | 2 +- tests/Predis/Command/Redis/GEOPOS_Test.php | 2 +- tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/GEORADIUS_Test.php | 2 +- tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php | 2 +- tests/Predis/Command/Redis/GEOSEARCH_Test.php | 2 +- tests/Predis/Command/Redis/GETBIT_Test.php | 2 +- tests/Predis/Command/Redis/GETDEL_Test.php | 2 +- tests/Predis/Command/Redis/GETEX_Test.php | 2 +- tests/Predis/Command/Redis/GETRANGE_Test.php | 2 +- tests/Predis/Command/Redis/GETSET_Test.php | 2 +- tests/Predis/Command/Redis/GET_Test.php | 2 +- tests/Predis/Command/Redis/HDEL_Test.php | 2 +- tests/Predis/Command/Redis/HEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/HGETALL_Test.php | 2 +- tests/Predis/Command/Redis/HGETDEL_Test.php | 2 +- tests/Predis/Command/Redis/HGETEX_Test.php | 2 +- tests/Predis/Command/Redis/HGET_Test.php | 2 +- tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php | 2 +- tests/Predis/Command/Redis/HINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/HKEYS_Test.php | 2 +- tests/Predis/Command/Redis/HLEN_Test.php | 2 +- tests/Predis/Command/Redis/HMGET_Test.php | 2 +- tests/Predis/Command/Redis/HMSET_Test.php | 2 +- tests/Predis/Command/Redis/HOTKEYS_Test.php | 2 +- tests/Predis/Command/Redis/HPERSIST_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/HPTTL_Test.php | 2 +- tests/Predis/Command/Redis/HRANDFIELD_Test.php | 2 +- tests/Predis/Command/Redis/HSCAN_Test.php | 2 +- tests/Predis/Command/Redis/HSETEX_Test.php | 2 +- tests/Predis/Command/Redis/HSETNX_Test.php | 2 +- tests/Predis/Command/Redis/HSET_Test.php | 2 +- tests/Predis/Command/Redis/HSTRLEN_Test.php | 2 +- tests/Predis/Command/Redis/HTTL_Test.php | 2 +- tests/Predis/Command/Redis/HVALS_Test.php | 2 +- tests/Predis/Command/Redis/INCRBYFLOAT_Test.php | 2 +- tests/Predis/Command/Redis/INCRBY_Test.php | 2 +- tests/Predis/Command/Redis/INCR_Test.php | 2 +- tests/Predis/Command/Redis/INFO_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONDEL_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONFORGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMERGE_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMSET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONRESP_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONTYPE_Test.php | 2 +- tests/Predis/Command/Redis/KEYS_Test.php | 2 +- tests/Predis/Command/Redis/LASTSAVE_Test.php | 2 +- tests/Predis/Command/Redis/LCS_Test.php | 2 +- tests/Predis/Command/Redis/LINDEX_Test.php | 2 +- tests/Predis/Command/Redis/LINSERT_Test.php | 2 +- tests/Predis/Command/Redis/LLEN_Test.php | 2 +- tests/Predis/Command/Redis/LMOVE_Test.php | 2 +- tests/Predis/Command/Redis/LMPOP_Test.php | 2 +- tests/Predis/Command/Redis/LPOP_Test.php | 2 +- tests/Predis/Command/Redis/LPUSHX_Test.php | 2 +- tests/Predis/Command/Redis/LPUSH_Test.php | 2 +- tests/Predis/Command/Redis/LRANGE_Test.php | 2 +- tests/Predis/Command/Redis/LREM_Test.php | 2 +- tests/Predis/Command/Redis/LSET_Test.php | 2 +- tests/Predis/Command/Redis/LTRIM_Test.php | 2 +- tests/Predis/Command/Redis/MGET_Test.php | 2 +- tests/Predis/Command/Redis/MIGRATE_Test.php | 2 +- tests/Predis/Command/Redis/MONITOR_Test.php | 2 +- tests/Predis/Command/Redis/MOVE_Test.php | 2 +- tests/Predis/Command/Redis/MSETEX_Test.php | 2 +- tests/Predis/Command/Redis/MSETNX_Test.php | 2 +- tests/Predis/Command/Redis/MSET_Test.php | 2 +- tests/Predis/Command/Redis/MULTI_Test.php | 2 +- tests/Predis/Command/Redis/OBJECT_Test.php | 2 +- tests/Predis/Command/Redis/PERSIST_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/PFADD_Test.php | 2 +- tests/Predis/Command/Redis/PFCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/PFMERGE_Test.php | 2 +- tests/Predis/Command/Redis/PING_Test.php | 2 +- tests/Predis/Command/Redis/PSETEX_Test.php | 2 +- tests/Predis/Command/Redis/PSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/PTTL_Test.php | 2 +- tests/Predis/Command/Redis/PUBLISH_Test.php | 2 +- tests/Predis/Command/Redis/PUBSUB_Test.php | 2 +- tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/QUIT_Test.php | 2 +- tests/Predis/Command/Redis/RANDOMKEY_Test.php | 2 +- tests/Predis/Command/Redis/RENAMENX_Test.php | 2 +- tests/Predis/Command/Redis/RENAME_Test.php | 2 +- tests/Predis/Command/Redis/RESTORE_Test.php | 2 +- tests/Predis/Command/Redis/RPOPLPUSH_Test.php | 2 +- tests/Predis/Command/Redis/RPOP_Test.php | 2 +- tests/Predis/Command/Redis/RPUSHX_Test.php | 2 +- tests/Predis/Command/Redis/RPUSH_Test.php | 2 +- tests/Predis/Command/Redis/SADD_Test.php | 2 +- tests/Predis/Command/Redis/SAVE_Test.php | 2 +- tests/Predis/Command/Redis/SCAN_Test.php | 2 +- tests/Predis/Command/Redis/SCARD_Test.php | 2 +- tests/Predis/Command/Redis/SCRIPT_Test.php | 2 +- tests/Predis/Command/Redis/SDIFFSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SDIFF_Test.php | 2 +- tests/Predis/Command/Redis/SELECT_Test.php | 2 +- tests/Predis/Command/Redis/SENTINEL_Test.php | 2 +- tests/Predis/Command/Redis/SETBIT_Test.php | 2 +- tests/Predis/Command/Redis/SETEX_Test.php | 2 +- tests/Predis/Command/Redis/SETNX_Test.php | 2 +- tests/Predis/Command/Redis/SETRANGE_Test.php | 2 +- tests/Predis/Command/Redis/SET_Test.php | 2 +- tests/Predis/Command/Redis/SHUTDOWN_Test.php | 2 +- tests/Predis/Command/Redis/SINTERCARD_Test.php | 2 +- tests/Predis/Command/Redis/SINTERSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SINTER_Test.php | 2 +- tests/Predis/Command/Redis/SISMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SLAVEOF_Test.php | 2 +- tests/Predis/Command/Redis/SLOWLOG_Test.php | 2 +- tests/Predis/Command/Redis/SMEMBERS_Test.php | 2 +- tests/Predis/Command/Redis/SMISMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SMOVE_Test.php | 2 +- tests/Predis/Command/Redis/SORT_RO_Test.php | 2 +- tests/Predis/Command/Redis/SORT_Test.php | 2 +- tests/Predis/Command/Redis/SPOP_Test.php | 2 +- tests/Predis/Command/Redis/SPUBLISH_Test.php | 2 +- tests/Predis/Command/Redis/SRANDMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SREM_Test.php | 2 +- tests/Predis/Command/Redis/SSCAN_Test.php | 2 +- tests/Predis/Command/Redis/SSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/STRLEN_Test.php | 2 +- tests/Predis/Command/Redis/SUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/SUBSTR_Test.php | 2 +- tests/Predis/Command/Redis/SUNIONSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SUNION_Test.php | 2 +- tests/Predis/Command/Redis/SUNSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALTER_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCONFIG_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCREATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCURSOR_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTHYBRID_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTINFO_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTPROFILE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSEARCH_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGGET_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php | 2 +- tests/Predis/Command/Redis/Search/FT_LIST_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php | 2 +- tests/Predis/Command/Redis/TIME_Test.php | 2 +- tests/Predis/Command/Redis/TOUCH_Test.php | 2 +- tests/Predis/Command/Redis/TTL_Test.php | 2 +- tests/Predis/Command/Redis/TYPE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKADD_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/UNWATCH_Test.php | 2 +- tests/Predis/Command/Redis/VADD_Test.php | 2 +- tests/Predis/Command/Redis/VCARD_Test.php | 2 +- tests/Predis/Command/Redis/VDIM_Test.php | 2 +- tests/Predis/Command/Redis/VEMB_Test.php | 2 +- tests/Predis/Command/Redis/VGETATTR_Test.php | 2 +- tests/Predis/Command/Redis/VINFO_Test.php | 2 +- tests/Predis/Command/Redis/VLINKS_Test.php | 2 +- tests/Predis/Command/Redis/VRANDMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/VRANGE_Test.php | 2 +- tests/Predis/Command/Redis/VREM_Test.php | 2 +- tests/Predis/Command/Redis/VSETATTR_Test.php | 2 +- tests/Predis/Command/Redis/VSIM_Test.php | 2 +- tests/Predis/Command/Redis/WAITAOF_Test.php | 2 +- tests/Predis/Command/Redis/WATCH_Test.php | 2 +- tests/Predis/Command/Redis/XACKDEL_Test.php | 2 +- tests/Predis/Command/Redis/XACK_Test.php | 2 +- tests/Predis/Command/Redis/XADD_Test.php | 2 +- tests/Predis/Command/Redis/XAUTOCLAIM_Test.php | 2 +- tests/Predis/Command/Redis/XCFGSET_Test.php | 2 +- tests/Predis/Command/Redis/XCLAIM_Test.php | 2 +- tests/Predis/Command/Redis/XDELEX_Test.php | 2 +- tests/Predis/Command/Redis/XDEL_Test.php | 2 +- tests/Predis/Command/Redis/XGROUP_Test.php | 2 +- tests/Predis/Command/Redis/XINFO_Test.php | 2 +- tests/Predis/Command/Redis/XLEN_Test.php | 2 +- tests/Predis/Command/Redis/XPENDING_Test.php | 2 +- tests/Predis/Command/Redis/XRANGE_Test.php | 2 +- tests/Predis/Command/Redis/XREADGROUP_CLAIM_Test.php | 2 +- tests/Predis/Command/Redis/XREADGROUP_Test.php | 2 +- tests/Predis/Command/Redis/XREAD_Test.php | 2 +- tests/Predis/Command/Redis/XREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/XSETID_Test.php | 2 +- tests/Predis/Command/Redis/XTRIM_Test.php | 2 +- tests/Predis/Command/Redis/ZADD_Test.php | 2 +- tests/Predis/Command/Redis/ZCARD_Test.php | 2 +- tests/Predis/Command/Redis/ZCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/ZDIFFSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZDIFF_test.php | 2 +- tests/Predis/Command/Redis/ZINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/ZINTERCARD_Test.php | 2 +- tests/Predis/Command/Redis/ZINTERSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZINTER_Test.php | 2 +- tests/Predis/Command/Redis/ZLEXCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/ZMPOP_Test.php | 2 +- tests/Predis/Command/Redis/ZMSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZPOPMAX_Test.php | 2 +- tests/Predis/Command/Redis/ZPOPMIN_Test.php | 2 +- tests/Predis/Command/Redis/ZRANDMEMBER_test.php | 2 +- tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGESTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZREM_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZSCAN_Test.php | 2 +- tests/Predis/Command/Redis/ZSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZUNIONSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZUNION_Test.php | 2 +- tests/Predis/Command/RedisFactoryTest.php | 2 +- tests/Predis/Command/ScriptCommandTest.php | 2 +- tests/Predis/Command/Traits/AggregateTest.php | 2 +- tests/Predis/Command/Traits/BitByteTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/CapacityTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ErrorTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ItemsTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php | 2 +- tests/Predis/Command/Traits/By/ByArgumentTest.php | 2 +- tests/Predis/Command/Traits/By/GeoByTest.php | 2 +- tests/Predis/Command/Traits/ByLexByScoreTest.php | 2 +- tests/Predis/Command/Traits/CountTest.php | 2 +- tests/Predis/Command/Traits/DbTest.php | 2 +- tests/Predis/Command/Traits/From/GeoFromTest.php | 2 +- tests/Predis/Command/Traits/Get/GetTest.php | 2 +- tests/Predis/Command/Traits/Json/IndentTest.php | 2 +- tests/Predis/Command/Traits/Json/NewlineTest.php | 2 +- tests/Predis/Command/Traits/Json/NxXxArgumentTest.php | 2 +- tests/Predis/Command/Traits/Json/SpaceTest.php | 2 +- tests/Predis/Command/Traits/KeysTest.php | 2 +- tests/Predis/Command/Traits/LeftRightTest.php | 2 +- tests/Predis/Command/Traits/Limit/LimitObjectTest.php | 2 +- tests/Predis/Command/Traits/Limit/LimitTest.php | 2 +- tests/Predis/Command/Traits/MinMaxModifierTest.php | 2 +- tests/Predis/Command/Traits/ReplaceTest.php | 2 +- tests/Predis/Command/Traits/RevTest.php | 2 +- tests/Predis/Command/Traits/StoredistTest.php | 2 +- tests/Predis/Command/Traits/TimeoutTest.php | 2 +- tests/Predis/Command/Traits/To/ServerToTest.php | 2 +- tests/Predis/Command/Traits/WeightsTest.php | 2 +- tests/Predis/Command/Traits/With/WithCoordTest.php | 2 +- tests/Predis/Command/Traits/With/WithDistTest.php | 2 +- tests/Predis/Command/Traits/With/WithHashTest.php | 2 +- tests/Predis/Command/Traits/With/WithScoresTest.php | 2 +- tests/Predis/Command/Utils/CommandUtilityTest.php | 2 +- tests/Predis/Command/Utils/VectorUtilityTest.php | 2 +- tests/Predis/CommunicationExceptionTest.php | 2 +- tests/Predis/Configuration/Option/AggregateTest.php | 2 +- tests/Predis/Configuration/Option/CRC16Test.php | 2 +- tests/Predis/Configuration/Option/ClusterTest.php | 2 +- tests/Predis/Configuration/Option/CommandsTest.php | 2 +- tests/Predis/Configuration/Option/ConnectionsTest.php | 2 +- tests/Predis/Configuration/Option/ExceptionsTest.php | 2 +- tests/Predis/Configuration/Option/PrefixTest.php | 2 +- tests/Predis/Configuration/Option/ReplicationTest.php | 2 +- tests/Predis/Configuration/OptionsTest.php | 2 +- tests/Predis/Connection/Cluster/PredisClusterTest.php | 2 +- tests/Predis/Connection/Cluster/RedisClusterTest.php | 2 +- tests/Predis/Connection/CompositeStreamConnectionTest.php | 2 +- tests/Predis/Connection/ConnectionExceptionTest.php | 2 +- tests/Predis/Connection/FactoryTest.php | 2 +- tests/Predis/Connection/ParametersTest.php | 2 +- tests/Predis/Connection/RelayConnectionTest.php | 2 +- tests/Predis/Connection/RelayFactoryTest.php | 2 +- .../Connection/Replication/MasterSlaveReplicationTest.php | 2 +- tests/Predis/Connection/Replication/SentinelReplicationTest.php | 2 +- tests/Predis/Connection/Resource/StreamTest.php | 2 +- tests/Predis/Connection/StreamConnectionTest.php | 2 +- tests/Predis/Consumer/AbstractConsumerTest.php | 2 +- tests/Predis/Consumer/AbstractDispatcherLoopTest.php | 2 +- tests/Predis/Consumer/PubSub/ConsumerTest.php | 2 +- tests/Predis/Consumer/PubSub/DispatcherLoopTest.php | 2 +- tests/Predis/Consumer/Push/ConsumerTest.php | 2 +- tests/Predis/Monitor/ConsumerTest.php | 2 +- tests/Predis/Pipeline/AtomicTest.php | 2 +- tests/Predis/Pipeline/FireAndForgetTest.php | 2 +- tests/Predis/Pipeline/PipelineTest.php | 2 +- tests/Predis/PredisExceptionTest.php | 2 +- tests/Predis/Protocol/Parser/ParserStrategyResolverTest.php | 2 +- tests/Predis/Protocol/Parser/Strategy/Resp2StrategyTest.php | 2 +- tests/Predis/Protocol/Parser/Strategy/Resp3StrategyTest.php | 2 +- tests/Predis/Protocol/Parser/UnexpectedTypeExceptionTest.php | 2 +- tests/Predis/Protocol/ProtocolExceptionTest.php | 2 +- tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php | 2 +- tests/Predis/Protocol/Text/Handler/BulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/StatusResponseTest.php | 2 +- .../Protocol/Text/Handler/StreamableMultiBulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/ProtocolProcessorTest.php | 2 +- tests/Predis/Protocol/Text/RequestSerializerTest.php | 2 +- tests/Predis/Protocol/Text/ResponseReaderTest.php | 2 +- tests/Predis/Replication/ReplicationStrategyTest.php | 2 +- tests/Predis/Response/ErrorTest.php | 2 +- tests/Predis/Response/Iterator/MultiBulkTest.php | 2 +- tests/Predis/Response/Iterator/MultiBulkTupleTest.php | 2 +- tests/Predis/Response/ServerExceptionTest.php | 2 +- tests/Predis/Response/StatusTest.php | 2 +- tests/Predis/Retry/RetryTest.php | 2 +- tests/Predis/Retry/Strategy/EqualBackoffTest.php | 2 +- tests/Predis/Retry/Strategy/ExponentialBackoffTest.php | 2 +- tests/Predis/Retry/Strategy/NoBackoffTest.php | 2 +- tests/Predis/SSLTest.php | 2 +- tests/Predis/Transaction/AbortedMultiExecExceptionTest.php | 2 +- tests/Predis/Transaction/MultiExecStateTest.php | 2 +- tests/Predis/Transaction/MultiExecTest.php | 2 +- .../Transaction/Strategy/ClusterConnectionStrategyTest.php | 2 +- .../Transaction/Strategy/ConnectionStrategyResolverTest.php | 2 +- .../Predis/Transaction/Strategy/NodeConnectionStrategyTest.php | 2 +- .../Transaction/Strategy/ReplicationConnectionStrategyTest.php | 2 +- tests/bootstrap.php | 2 +- 1215 files changed, 1215 insertions(+), 1215 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 8f20777b..499c8a19 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -4,7 +4,7 @@ $PREDIS_HEADER = <<