From ba66e22c923d5ab1de406725cf781746bd8f6529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Wed, 22 Jan 2025 09:11:51 -0800 Subject: [PATCH] bump year to 2025 --- 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/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/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/Hash/PhpiredisCRC16.php | 2 +- src/Cluster/PredisStrategy.php | 2 +- src/Cluster/RedisStrategy.php | 2 +- src/Cluster/SlotMap.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 +- 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/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/Factory.php | 2 +- src/Command/FactoryInterface.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/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/Container/ACL.php | 2 +- src/Command/Redis/Container/AbstractContainer.php | 2 +- src/Command/Redis/Container/CLUSTER.php | 2 +- src/Command/Redis/Container/ContainerFactory.php | 2 +- src/Command/Redis/Container/ContainerInterface.php | 2 +- src/Command/Redis/Container/FunctionContainer.php | 2 +- src/Command/Redis/Container/Json/JSONDEBUG.php | 2 +- src/Command/Redis/Container/Search/FTCONFIG.php | 2 +- src/Command/Redis/Container/Search/FTCURSOR.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/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/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/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/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/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/SRANDMEMBER.php | 2 +- src/Command/Redis/SREM.php | 2 +- src/Command/Redis/SSCAN.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/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/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/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/WAITAOF.php | 2 +- src/Command/Redis/WATCH.php | 2 +- src/Command/Redis/XADD.php | 2 +- src/Command/Redis/XDEL.php | 2 +- src/Command/Redis/XLEN.php | 2 +- src/Command/Redis/XRANGE.php | 2 +- src/Command/Redis/XREAD.php | 2 +- src/Command/Redis/XREVRANGE.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 +- .../Strategy/ContainerCommands/Functions/DeleteStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/DumpStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/FlushStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/KillStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/ListStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/LoadStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/RestoreStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/StatsStrategy.php | 2 +- src/Command/Strategy/StrategyResolverInterface.php | 2 +- src/Command/Strategy/SubcommandStrategyInterface.php | 2 +- src/Command/Strategy/SubcommandStrategyResolver.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/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/PhpiredisSocketConnection.php | 2 +- src/Connection/PhpiredisStreamConnection.php | 2 +- src/Connection/RelayConnection.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/StreamConnection.php | 2 +- src/Connection/WebdisConnection.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/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/PubSub/AbstractConsumer.php | 2 +- src/PubSub/Consumer.php | 2 +- src/PubSub/DispatcherLoop.php | 2 +- src/PubSub/RelayConsumer.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/Session/Handler.php | 2 +- src/Transaction/AbortedMultiExecException.php | 2 +- src/Transaction/MultiExec.php | 2 +- src/Transaction/MultiExecState.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/Hash/PhpiredisCRC16Test.php | 2 +- tests/Predis/Cluster/PredisStrategyTest.php | 2 +- tests/Predis/Cluster/RedisStrategyTest.php | 2 +- tests/Predis/Cluster/SlotMapTest.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 +- 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/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_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/Container/AbstractContainerTest.php | 2 +- tests/Predis/Command/Redis/Container/CLUSTER_Test.php | 2 +- tests/Predis/Command/Redis/Container/ContainerFactoryTest.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/DEL_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/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/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/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/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/SRANDMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SREM_Test.php | 2 +- tests/Predis/Command/Redis/SSCAN_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/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/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/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/WAITAOF_Test.php | 2 +- tests/Predis/Command/Redis/WATCH_Test.php | 2 +- tests/Predis/Command/Redis/XADD_Test.php | 2 +- tests/Predis/Command/Redis/XDEL_Test.php | 2 +- tests/Predis/Command/Redis/XLEN_Test.php | 2 +- tests/Predis/Command/Redis/XRANGE_Test.php | 2 +- tests/Predis/Command/Redis/XREAD_Test.php | 2 +- tests/Predis/Command/Redis/XREVRANGE_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 +- .../Strategy/ContainerCommands/Functions/DeleteStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/DumpStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/FlushStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/KillStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/ListStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/LoadStrategyTest.php | 2 +- .../ContainerCommands/Functions/RestoreStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/StatsStrategyTest.php | 2 +- .../Predis/Command/Strategy/SubcommandStrategyResolverTest.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/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/PhpiredisSocketConnectionTest.php | 2 +- tests/Predis/Connection/PhpiredisStreamConnectionTest.php | 2 +- tests/Predis/Connection/RelayConnectionTest.php | 2 +- .../Connection/Replication/MasterSlaveReplicationTest.php | 2 +- tests/Predis/Connection/Replication/SentinelReplicationTest.php | 2 +- tests/Predis/Connection/StreamConnectionTest.php | 2 +- tests/Predis/Connection/WebdisConnectionTest.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/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/PubSub/ConsumerTest.php | 2 +- tests/Predis/PubSub/DispatcherLoopTest.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/Transaction/AbortedMultiExecExceptionTest.php | 2 +- tests/Predis/Transaction/MultiExecStateTest.php | 2 +- tests/Predis/Transaction/MultiExecTest.php | 2 +- tests/bootstrap.php | 2 +- 1076 files changed, 1076 insertions(+), 1076 deletions(-) diff --git a/examples/Commands/Json/json_debug_memory.php b/examples/Commands/Json/json_debug_memory.php index 23bf5f33..73f5b902 100644 --- a/examples/Commands/Json/json_debug_memory.php +++ b/examples/Commands/Json/json_debug_memory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_aggregate.php b/examples/Commands/Search/ft_aggregate.php index 0c412b07..cb76f146 100644 --- a/examples/Commands/Search/ft_aggregate.php +++ b/examples/Commands/Search/ft_aggregate.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_alter.php b/examples/Commands/Search/ft_alter.php index a15e9f0d..e189ae6a 100644 --- a/examples/Commands/Search/ft_alter.php +++ b/examples/Commands/Search/ft_alter.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_config_help.php b/examples/Commands/Search/ft_config_help.php index 040ccdc1..e0798f42 100644 --- a/examples/Commands/Search/ft_config_help.php +++ b/examples/Commands/Search/ft_config_help.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_config_set_get.php b/examples/Commands/Search/ft_config_set_get.php index 7811243b..145f8a45 100644 --- a/examples/Commands/Search/ft_config_set_get.php +++ b/examples/Commands/Search/ft_config_set_get.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_cursor_del.php b/examples/Commands/Search/ft_cursor_del.php index a317613a..8fefc5dd 100644 --- a/examples/Commands/Search/ft_cursor_del.php +++ b/examples/Commands/Search/ft_cursor_del.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_cursor_read.php b/examples/Commands/Search/ft_cursor_read.php index 15e5f3f0..16a61bf2 100644 --- a/examples/Commands/Search/ft_cursor_read.php +++ b/examples/Commands/Search/ft_cursor_read.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_explain.php b/examples/Commands/Search/ft_explain.php index f65938e1..f31bb227 100644 --- a/examples/Commands/Search/ft_explain.php +++ b/examples/Commands/Search/ft_explain.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_profile.php b/examples/Commands/Search/ft_profile.php index b50a1629..ec3097ee 100644 --- a/examples/Commands/Search/ft_profile.php +++ b/examples/Commands/Search/ft_profile.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_spellcheck.php b/examples/Commands/Search/ft_spellcheck.php index 15e95d64..d18bff67 100644 --- a/examples/Commands/Search/ft_spellcheck.php +++ b/examples/Commands/Search/ft_spellcheck.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_sug_add_get_del_len.php b/examples/Commands/Search/ft_sug_add_get_del_len.php index 36cb6e4d..95d051c4 100644 --- a/examples/Commands/Search/ft_sug_add_get_del_len.php +++ b/examples/Commands/Search/ft_sug_add_get_del_len.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_syndump.php b/examples/Commands/Search/ft_syndump.php index 2db6d514..708a844a 100644 --- a/examples/Commands/Search/ft_syndump.php +++ b/examples/Commands/Search/ft_syndump.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_synupdate.php b/examples/Commands/Search/ft_synupdate.php index 4599f677..f0fd10bc 100644 --- a/examples/Commands/Search/ft_synupdate.php +++ b/examples/Commands/Search/ft_synupdate.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/Search/ft_tagvals.php b/examples/Commands/Search/ft_tagvals.php index 48e12730..8cf51d89 100644 --- a/examples/Commands/Search/ft_tagvals.php +++ b/examples/Commands/Search/ft_tagvals.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_add.php b/examples/Commands/TimeSeries/ts_add.php index 8b9ab121..41e85ab4 100644 --- a/examples/Commands/TimeSeries/ts_add.php +++ b/examples/Commands/TimeSeries/ts_add.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_alter.php b/examples/Commands/TimeSeries/ts_alter.php index 11b8c987..30665b00 100644 --- a/examples/Commands/TimeSeries/ts_alter.php +++ b/examples/Commands/TimeSeries/ts_alter.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_create.php b/examples/Commands/TimeSeries/ts_create.php index 866cf1b6..44bdb49b 100644 --- a/examples/Commands/TimeSeries/ts_create.php +++ b/examples/Commands/TimeSeries/ts_create.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_createrule.php b/examples/Commands/TimeSeries/ts_createrule.php index 446b3883..30f94d31 100644 --- a/examples/Commands/TimeSeries/ts_createrule.php +++ b/examples/Commands/TimeSeries/ts_createrule.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_decrby.php b/examples/Commands/TimeSeries/ts_decrby.php index 34f2672d..9bc6de7a 100644 --- a/examples/Commands/TimeSeries/ts_decrby.php +++ b/examples/Commands/TimeSeries/ts_decrby.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_del.php b/examples/Commands/TimeSeries/ts_del.php index e3100da8..6b346ee9 100644 --- a/examples/Commands/TimeSeries/ts_del.php +++ b/examples/Commands/TimeSeries/ts_del.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_deleterule.php b/examples/Commands/TimeSeries/ts_deleterule.php index 217c0997..b3ae31b8 100644 --- a/examples/Commands/TimeSeries/ts_deleterule.php +++ b/examples/Commands/TimeSeries/ts_deleterule.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_get.php b/examples/Commands/TimeSeries/ts_get.php index 1cce33e8..e8396f97 100644 --- a/examples/Commands/TimeSeries/ts_get.php +++ b/examples/Commands/TimeSeries/ts_get.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_incrby.php b/examples/Commands/TimeSeries/ts_incrby.php index 016ddd25..064979e5 100644 --- a/examples/Commands/TimeSeries/ts_incrby.php +++ b/examples/Commands/TimeSeries/ts_incrby.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_info.php b/examples/Commands/TimeSeries/ts_info.php index 871b9cda..ba66e722 100644 --- a/examples/Commands/TimeSeries/ts_info.php +++ b/examples/Commands/TimeSeries/ts_info.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_madd.php b/examples/Commands/TimeSeries/ts_madd.php index 1d6bda8b..13669b2b 100644 --- a/examples/Commands/TimeSeries/ts_madd.php +++ b/examples/Commands/TimeSeries/ts_madd.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_mget.php b/examples/Commands/TimeSeries/ts_mget.php index 2388547c..eb1cf690 100644 --- a/examples/Commands/TimeSeries/ts_mget.php +++ b/examples/Commands/TimeSeries/ts_mget.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_mrange.php b/examples/Commands/TimeSeries/ts_mrange.php index 6276fc9c..2f55ad64 100644 --- a/examples/Commands/TimeSeries/ts_mrange.php +++ b/examples/Commands/TimeSeries/ts_mrange.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_mrevrange.php b/examples/Commands/TimeSeries/ts_mrevrange.php index 80041064..b8df2f88 100644 --- a/examples/Commands/TimeSeries/ts_mrevrange.php +++ b/examples/Commands/TimeSeries/ts_mrevrange.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_queryindex.php b/examples/Commands/TimeSeries/ts_queryindex.php index 75994405..7bc08352 100644 --- a/examples/Commands/TimeSeries/ts_queryindex.php +++ b/examples/Commands/TimeSeries/ts_queryindex.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_range.php b/examples/Commands/TimeSeries/ts_range.php index a25a5353..a186965b 100644 --- a/examples/Commands/TimeSeries/ts_range.php +++ b/examples/Commands/TimeSeries/ts_range.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/TimeSeries/ts_revrange.php b/examples/Commands/TimeSeries/ts_revrange.php index a24e1526..0f28a972 100644 --- a/examples/Commands/TimeSeries/ts_revrange.php +++ b/examples/Commands/TimeSeries/ts_revrange.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/acl_dry_run.php b/examples/Commands/acl_dry_run.php index 16fc225a..e8e42fbd 100644 --- a/examples/Commands/acl_dry_run.php +++ b/examples/Commands/acl_dry_run.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/acl_get_user.php b/examples/Commands/acl_get_user.php index 706ff01f..81ea6274 100644 --- a/examples/Commands/acl_get_user.php +++ b/examples/Commands/acl_get_user.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/acl_set_user.php b/examples/Commands/acl_set_user.php index b0243e8a..9f7e9fba 100644 --- a/examples/Commands/acl_set_user.php +++ b/examples/Commands/acl_set_user.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/fcall_ro.php b/examples/Commands/fcall_ro.php index 7b4c41e2..8f3989c5 100644 --- a/examples/Commands/fcall_ro.php +++ b/examples/Commands/fcall_ro.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/Commands/waitaof.php b/examples/Commands/waitaof.php index 2907a35f..a483542b 100644 --- a/examples/Commands/waitaof.php +++ b/examples/Commands/waitaof.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/custom_cluster_distributor.php b/examples/custom_cluster_distributor.php index 0b6a7508..738c0582 100644 --- a/examples/custom_cluster_distributor.php +++ b/examples/custom_cluster_distributor.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/debuggable_connection.php b/examples/debuggable_connection.php index bafbbfc8..1515f88a 100644 --- a/examples/debuggable_connection.php +++ b/examples/debuggable_connection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/dispatcher_loop.php b/examples/dispatcher_loop.php index 92f3796c..0f4972a0 100644 --- a/examples/dispatcher_loop.php +++ b/examples/dispatcher_loop.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2023 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/executing_redis_commands.php b/examples/executing_redis_commands.php index f1b080fd..259010c9 100644 --- a/examples/executing_redis_commands.php +++ b/examples/executing_redis_commands.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/key_prefixing.php b/examples/key_prefixing.php index a548944a..ab6ffdcb 100644 --- a/examples/key_prefixing.php +++ b/examples/key_prefixing.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/lua_scripting_abstraction.php b/examples/lua_scripting_abstraction.php index 7d37656a..4e641f4f 100644 --- a/examples/lua_scripting_abstraction.php +++ b/examples/lua_scripting_abstraction.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/monitor_consumer.php b/examples/monitor_consumer.php index 0ae833a2..3bd8b365 100644 --- a/examples/monitor_consumer.php +++ b/examples/monitor_consumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/pipelining_commands.php b/examples/pipelining_commands.php index d813abd9..d80f1fc3 100644 --- a/examples/pipelining_commands.php +++ b/examples/pipelining_commands.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/pubsub_consumer.php b/examples/pubsub_consumer.php index 98861763..8f39a356 100644 --- a/examples/pubsub_consumer.php +++ b/examples/pubsub_consumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/redis_collections_iterators.php b/examples/redis_collections_iterators.php index 54a3e886..4020a6a6 100644 --- a/examples/redis_collections_iterators.php +++ b/examples/redis_collections_iterators.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/relay_compression.php b/examples/relay_compression.php index 9ba9a31a..c68ec8b4 100644 --- a/examples/relay_compression.php +++ b/examples/relay_compression.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/relay_connection.php b/examples/relay_connection.php index f54e8fa3..4793ce82 100644 --- a/examples/relay_connection.php +++ b/examples/relay_connection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2023 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/relay_events.php b/examples/relay_events.php index 2d97dbe1..864be0a8 100644 --- a/examples/relay_events.php +++ b/examples/relay_events.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/relay_pubsub_consumer.php b/examples/relay_pubsub_consumer.php index 181ed931..77e9640d 100644 --- a/examples/relay_pubsub_consumer.php +++ b/examples/relay_pubsub_consumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/replication_complex.php b/examples/replication_complex.php index 24a93011..a9b45cdb 100644 --- a/examples/replication_complex.php +++ b/examples/replication_complex.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/replication_sentinel.php b/examples/replication_sentinel.php index c8e19cdf..9c07b671 100644 --- a/examples/replication_sentinel.php +++ b/examples/replication_sentinel.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/replication_simple.php b/examples/replication_simple.php index 2594e34e..df7f9ad4 100644 --- a/examples/replication_simple.php +++ b/examples/replication_simple.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/session_handler.php b/examples/session_handler.php index aae456b5..ebdd2361 100644 --- a/examples/session_handler.php +++ b/examples/session_handler.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/shared.php b/examples/shared.php index 77e041de..f82e6b05 100644 --- a/examples/shared.php +++ b/examples/shared.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/examples/transaction_using_cas.php b/examples/transaction_using_cas.php index cc22715e..42e6d0ed 100644 --- a/examples/transaction_using_cas.php +++ b/examples/transaction_using_cas.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Autoloader.php b/src/Autoloader.php index 5421409e..064193c4 100644 --- a/src/Autoloader.php +++ b/src/Autoloader.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Client.php b/src/Client.php index 08a67495..8111b2ec 100644 --- a/src/Client.php +++ b/src/Client.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ClientConfiguration.php b/src/ClientConfiguration.php index c36e5733..886e8ff6 100644 --- a/src/ClientConfiguration.php +++ b/src/ClientConfiguration.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ClientContextInterface.php b/src/ClientContextInterface.php index a64c08e8..982d93a4 100644 --- a/src/ClientContextInterface.php +++ b/src/ClientContextInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ClientException.php b/src/ClientException.php index 6e1c57f0..2a52cec2 100644 --- a/src/ClientException.php +++ b/src/ClientException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 840cc55b..7cf443d1 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/ClusterStrategy.php b/src/Cluster/ClusterStrategy.php index acffff40..772c309a 100644 --- a/src/Cluster/ClusterStrategy.php +++ b/src/Cluster/ClusterStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Distributor/DistributorInterface.php b/src/Cluster/Distributor/DistributorInterface.php index 162e5068..2227fb5d 100644 --- a/src/Cluster/Distributor/DistributorInterface.php +++ b/src/Cluster/Distributor/DistributorInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Distributor/EmptyRingException.php b/src/Cluster/Distributor/EmptyRingException.php index 511654bb..691b9aed 100644 --- a/src/Cluster/Distributor/EmptyRingException.php +++ b/src/Cluster/Distributor/EmptyRingException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Distributor/HashRing.php b/src/Cluster/Distributor/HashRing.php index 199d048a..821f2ea8 100644 --- a/src/Cluster/Distributor/HashRing.php +++ b/src/Cluster/Distributor/HashRing.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Distributor/KetamaRing.php b/src/Cluster/Distributor/KetamaRing.php index cbb5c145..532581e9 100644 --- a/src/Cluster/Distributor/KetamaRing.php +++ b/src/Cluster/Distributor/KetamaRing.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Hash/CRC16.php b/src/Cluster/Hash/CRC16.php index 7579f104..68ad42a0 100644 --- a/src/Cluster/Hash/CRC16.php +++ b/src/Cluster/Hash/CRC16.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Hash/HashGeneratorInterface.php b/src/Cluster/Hash/HashGeneratorInterface.php index fc2db65e..a6d3ee9c 100644 --- a/src/Cluster/Hash/HashGeneratorInterface.php +++ b/src/Cluster/Hash/HashGeneratorInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/Hash/PhpiredisCRC16.php b/src/Cluster/Hash/PhpiredisCRC16.php index dd92b865..0e308ef6 100644 --- a/src/Cluster/Hash/PhpiredisCRC16.php +++ b/src/Cluster/Hash/PhpiredisCRC16.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/PredisStrategy.php b/src/Cluster/PredisStrategy.php index 3b7272e6..4ec7d7a8 100644 --- a/src/Cluster/PredisStrategy.php +++ b/src/Cluster/PredisStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/RedisStrategy.php b/src/Cluster/RedisStrategy.php index e222bdf0..ff5d1cfc 100644 --- a/src/Cluster/RedisStrategy.php +++ b/src/Cluster/RedisStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/SlotMap.php b/src/Cluster/SlotMap.php index 10c8ba93..17b192ed 100644 --- a/src/Cluster/SlotMap.php +++ b/src/Cluster/SlotMap.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Cluster/StrategyInterface.php b/src/Cluster/StrategyInterface.php index e7476e19..4caa0ebd 100644 --- a/src/Cluster/StrategyInterface.php +++ b/src/Cluster/StrategyInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/CursorBasedIterator.php b/src/Collection/Iterator/CursorBasedIterator.php index c254b6c9..4f686a24 100644 --- a/src/Collection/Iterator/CursorBasedIterator.php +++ b/src/Collection/Iterator/CursorBasedIterator.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/HashKey.php b/src/Collection/Iterator/HashKey.php index 465fb799..9f7c54ef 100644 --- a/src/Collection/Iterator/HashKey.php +++ b/src/Collection/Iterator/HashKey.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/Keyspace.php b/src/Collection/Iterator/Keyspace.php index 256b8b8e..f621f0b6 100644 --- a/src/Collection/Iterator/Keyspace.php +++ b/src/Collection/Iterator/Keyspace.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/ListKey.php b/src/Collection/Iterator/ListKey.php index 2531826e..ca5a1414 100644 --- a/src/Collection/Iterator/ListKey.php +++ b/src/Collection/Iterator/ListKey.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/SetKey.php b/src/Collection/Iterator/SetKey.php index e7821457..80c40a57 100644 --- a/src/Collection/Iterator/SetKey.php +++ b/src/Collection/Iterator/SetKey.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Collection/Iterator/SortedSetKey.php b/src/Collection/Iterator/SortedSetKey.php index 49decef8..ff52eb60 100644 --- a/src/Collection/Iterator/SortedSetKey.php +++ b/src/Collection/Iterator/SortedSetKey.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/ArrayableArgument.php b/src/Command/Argument/ArrayableArgument.php index 061c4003..a3cbfa69 100644 --- a/src/Command/Argument/ArrayableArgument.php +++ b/src/Command/Argument/ArrayableArgument.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/AbstractBy.php b/src/Command/Argument/Geospatial/AbstractBy.php index c05b4a7d..ab15fa3b 100644 --- a/src/Command/Argument/Geospatial/AbstractBy.php +++ b/src/Command/Argument/Geospatial/AbstractBy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/ByBox.php b/src/Command/Argument/Geospatial/ByBox.php index ddc9281a..3a730a98 100644 --- a/src/Command/Argument/Geospatial/ByBox.php +++ b/src/Command/Argument/Geospatial/ByBox.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/ByInterface.php b/src/Command/Argument/Geospatial/ByInterface.php index f947da26..e5d01f78 100644 --- a/src/Command/Argument/Geospatial/ByInterface.php +++ b/src/Command/Argument/Geospatial/ByInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/ByRadius.php b/src/Command/Argument/Geospatial/ByRadius.php index 56906816..2e0544e0 100644 --- a/src/Command/Argument/Geospatial/ByRadius.php +++ b/src/Command/Argument/Geospatial/ByRadius.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/FromInterface.php b/src/Command/Argument/Geospatial/FromInterface.php index 0a1d73f7..a8efe5c3 100644 --- a/src/Command/Argument/Geospatial/FromInterface.php +++ b/src/Command/Argument/Geospatial/FromInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/FromLonLat.php b/src/Command/Argument/Geospatial/FromLonLat.php index 72262aa0..27c05db6 100644 --- a/src/Command/Argument/Geospatial/FromLonLat.php +++ b/src/Command/Argument/Geospatial/FromLonLat.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Geospatial/FromMember.php b/src/Command/Argument/Geospatial/FromMember.php index da0587ae..ba673bd8 100644 --- a/src/Command/Argument/Geospatial/FromMember.php +++ b/src/Command/Argument/Geospatial/FromMember.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/AggregateArguments.php b/src/Command/Argument/Search/AggregateArguments.php index 38f78fc7..e720cd08 100644 --- a/src/Command/Argument/Search/AggregateArguments.php +++ b/src/Command/Argument/Search/AggregateArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/AlterArguments.php b/src/Command/Argument/Search/AlterArguments.php index 79359ac9..02acf92e 100644 --- a/src/Command/Argument/Search/AlterArguments.php +++ b/src/Command/Argument/Search/AlterArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/CommonArguments.php b/src/Command/Argument/Search/CommonArguments.php index 72cf90da..3bb8f738 100644 --- a/src/Command/Argument/Search/CommonArguments.php +++ b/src/Command/Argument/Search/CommonArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/CreateArguments.php b/src/Command/Argument/Search/CreateArguments.php index b5a41f51..cf14cb3f 100644 --- a/src/Command/Argument/Search/CreateArguments.php +++ b/src/Command/Argument/Search/CreateArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/CursorArguments.php b/src/Command/Argument/Search/CursorArguments.php index 055013c8..33abfaca 100644 --- a/src/Command/Argument/Search/CursorArguments.php +++ b/src/Command/Argument/Search/CursorArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/DropArguments.php b/src/Command/Argument/Search/DropArguments.php index 59e6614c..75d5baf0 100644 --- a/src/Command/Argument/Search/DropArguments.php +++ b/src/Command/Argument/Search/DropArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/ExplainArguments.php b/src/Command/Argument/Search/ExplainArguments.php index 0311448d..6e05bf9c 100644 --- a/src/Command/Argument/Search/ExplainArguments.php +++ b/src/Command/Argument/Search/ExplainArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/ProfileArguments.php b/src/Command/Argument/Search/ProfileArguments.php index 9415e5ea..007c1390 100644 --- a/src/Command/Argument/Search/ProfileArguments.php +++ b/src/Command/Argument/Search/ProfileArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/AbstractField.php b/src/Command/Argument/Search/SchemaFields/AbstractField.php index b5b1c4ba..9916897e 100644 --- a/src/Command/Argument/Search/SchemaFields/AbstractField.php +++ b/src/Command/Argument/Search/SchemaFields/AbstractField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/FieldInterface.php b/src/Command/Argument/Search/SchemaFields/FieldInterface.php index 0d12d094..e5c159d4 100644 --- a/src/Command/Argument/Search/SchemaFields/FieldInterface.php +++ b/src/Command/Argument/Search/SchemaFields/FieldInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/GeoField.php b/src/Command/Argument/Search/SchemaFields/GeoField.php index b6012d84..a454aa7a 100644 --- a/src/Command/Argument/Search/SchemaFields/GeoField.php +++ b/src/Command/Argument/Search/SchemaFields/GeoField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/GeoShapeField.php b/src/Command/Argument/Search/SchemaFields/GeoShapeField.php index cac5714c..86f1af24 100644 --- a/src/Command/Argument/Search/SchemaFields/GeoShapeField.php +++ b/src/Command/Argument/Search/SchemaFields/GeoShapeField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/NumericField.php b/src/Command/Argument/Search/SchemaFields/NumericField.php index 2aba8c02..03e38f37 100644 --- a/src/Command/Argument/Search/SchemaFields/NumericField.php +++ b/src/Command/Argument/Search/SchemaFields/NumericField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/TagField.php b/src/Command/Argument/Search/SchemaFields/TagField.php index b2b86c08..d69d4778 100644 --- a/src/Command/Argument/Search/SchemaFields/TagField.php +++ b/src/Command/Argument/Search/SchemaFields/TagField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/TextField.php b/src/Command/Argument/Search/SchemaFields/TextField.php index f3213a9d..f85d18cb 100644 --- a/src/Command/Argument/Search/SchemaFields/TextField.php +++ b/src/Command/Argument/Search/SchemaFields/TextField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SchemaFields/VectorField.php b/src/Command/Argument/Search/SchemaFields/VectorField.php index 979a8de1..4317b586 100644 --- a/src/Command/Argument/Search/SchemaFields/VectorField.php +++ b/src/Command/Argument/Search/SchemaFields/VectorField.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SearchArguments.php b/src/Command/Argument/Search/SearchArguments.php index 8d8cdafb..8444e9db 100644 --- a/src/Command/Argument/Search/SearchArguments.php +++ b/src/Command/Argument/Search/SearchArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SpellcheckArguments.php b/src/Command/Argument/Search/SpellcheckArguments.php index 5b7c6e69..1eaf696d 100644 --- a/src/Command/Argument/Search/SpellcheckArguments.php +++ b/src/Command/Argument/Search/SpellcheckArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SugAddArguments.php b/src/Command/Argument/Search/SugAddArguments.php index c0fdb99a..f3590bea 100644 --- a/src/Command/Argument/Search/SugAddArguments.php +++ b/src/Command/Argument/Search/SugAddArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SugGetArguments.php b/src/Command/Argument/Search/SugGetArguments.php index 99a062b8..8898a2e2 100644 --- a/src/Command/Argument/Search/SugGetArguments.php +++ b/src/Command/Argument/Search/SugGetArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Search/SynUpdateArguments.php b/src/Command/Argument/Search/SynUpdateArguments.php index 0b8af767..41aba105 100644 --- a/src/Command/Argument/Search/SynUpdateArguments.php +++ b/src/Command/Argument/Search/SynUpdateArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Server/LimitInterface.php b/src/Command/Argument/Server/LimitInterface.php index d12507f5..6991f234 100644 --- a/src/Command/Argument/Server/LimitInterface.php +++ b/src/Command/Argument/Server/LimitInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Server/LimitOffsetCount.php b/src/Command/Argument/Server/LimitOffsetCount.php index d31e468b..4f6866bc 100644 --- a/src/Command/Argument/Server/LimitOffsetCount.php +++ b/src/Command/Argument/Server/LimitOffsetCount.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/Server/To.php b/src/Command/Argument/Server/To.php index b8c4c470..1bb9697d 100644 --- a/src/Command/Argument/Server/To.php +++ b/src/Command/Argument/Server/To.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/AddArguments.php b/src/Command/Argument/TimeSeries/AddArguments.php index df4946d1..2d884272 100644 --- a/src/Command/Argument/TimeSeries/AddArguments.php +++ b/src/Command/Argument/TimeSeries/AddArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/AlterArguments.php b/src/Command/Argument/TimeSeries/AlterArguments.php index 9106c4a5..da75163c 100644 --- a/src/Command/Argument/TimeSeries/AlterArguments.php +++ b/src/Command/Argument/TimeSeries/AlterArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/CommonArguments.php b/src/Command/Argument/TimeSeries/CommonArguments.php index db4a35b6..47bfe88f 100644 --- a/src/Command/Argument/TimeSeries/CommonArguments.php +++ b/src/Command/Argument/TimeSeries/CommonArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/CreateArguments.php b/src/Command/Argument/TimeSeries/CreateArguments.php index b2ae5cc8..ad88ea14 100644 --- a/src/Command/Argument/TimeSeries/CreateArguments.php +++ b/src/Command/Argument/TimeSeries/CreateArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/DecrByArguments.php b/src/Command/Argument/TimeSeries/DecrByArguments.php index 2f47b898..17d06553 100644 --- a/src/Command/Argument/TimeSeries/DecrByArguments.php +++ b/src/Command/Argument/TimeSeries/DecrByArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/GetArguments.php b/src/Command/Argument/TimeSeries/GetArguments.php index 6700d401..8d60adf2 100644 --- a/src/Command/Argument/TimeSeries/GetArguments.php +++ b/src/Command/Argument/TimeSeries/GetArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/IncrByArguments.php b/src/Command/Argument/TimeSeries/IncrByArguments.php index fca494de..e6e12f79 100644 --- a/src/Command/Argument/TimeSeries/IncrByArguments.php +++ b/src/Command/Argument/TimeSeries/IncrByArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/InfoArguments.php b/src/Command/Argument/TimeSeries/InfoArguments.php index 86c4bd80..dc34329b 100644 --- a/src/Command/Argument/TimeSeries/InfoArguments.php +++ b/src/Command/Argument/TimeSeries/InfoArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/MGetArguments.php b/src/Command/Argument/TimeSeries/MGetArguments.php index d2b0dfcd..e2f275df 100644 --- a/src/Command/Argument/TimeSeries/MGetArguments.php +++ b/src/Command/Argument/TimeSeries/MGetArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/MRangeArguments.php b/src/Command/Argument/TimeSeries/MRangeArguments.php index d15e2deb..ddbc4e9d 100644 --- a/src/Command/Argument/TimeSeries/MRangeArguments.php +++ b/src/Command/Argument/TimeSeries/MRangeArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Argument/TimeSeries/RangeArguments.php b/src/Command/Argument/TimeSeries/RangeArguments.php index 87f88080..6828a7d4 100644 --- a/src/Command/Argument/TimeSeries/RangeArguments.php +++ b/src/Command/Argument/TimeSeries/RangeArguments.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Command.php b/src/Command/Command.php index cbcc8d64..31a52618 100644 --- a/src/Command/Command.php +++ b/src/Command/Command.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/CommandInterface.php b/src/Command/CommandInterface.php index 22e7c76c..ca4c4b3f 100644 --- a/src/Command/CommandInterface.php +++ b/src/Command/CommandInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Factory.php b/src/Command/Factory.php index aff76397..3837689c 100644 --- a/src/Command/Factory.php +++ b/src/Command/Factory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/FactoryInterface.php b/src/Command/FactoryInterface.php index 0cab5f6c..12c6abe2 100644 --- a/src/Command/FactoryInterface.php +++ b/src/Command/FactoryInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/PrefixableCommandInterface.php b/src/Command/PrefixableCommandInterface.php index 98b86cb0..537f0b47 100644 --- a/src/Command/PrefixableCommandInterface.php +++ b/src/Command/PrefixableCommandInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Processor/KeyPrefixProcessor.php b/src/Command/Processor/KeyPrefixProcessor.php index aaaa5aa6..654b6be9 100644 --- a/src/Command/Processor/KeyPrefixProcessor.php +++ b/src/Command/Processor/KeyPrefixProcessor.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Processor/ProcessorChain.php b/src/Command/Processor/ProcessorChain.php index 6b7665c3..3f91e7b7 100644 --- a/src/Command/Processor/ProcessorChain.php +++ b/src/Command/Processor/ProcessorChain.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Processor/ProcessorInterface.php b/src/Command/Processor/ProcessorInterface.php index f711e060..2c4bf922 100644 --- a/src/Command/Processor/ProcessorInterface.php +++ b/src/Command/Processor/ProcessorInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/RawCommand.php b/src/Command/RawCommand.php index 1f644183..a8374bd8 100644 --- a/src/Command/RawCommand.php +++ b/src/Command/RawCommand.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/RawFactory.php b/src/Command/RawFactory.php index fb01d869..ddabe44e 100644 --- a/src/Command/RawFactory.php +++ b/src/Command/RawFactory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ACL.php b/src/Command/Redis/ACL.php index 4cbf99d9..94c70be2 100644 --- a/src/Command/Redis/ACL.php +++ b/src/Command/Redis/ACL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/APPEND.php b/src/Command/Redis/APPEND.php index fbf48c6a..b52afe03 100644 --- a/src/Command/Redis/APPEND.php +++ b/src/Command/Redis/APPEND.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/AUTH.php b/src/Command/Redis/AUTH.php index 86360d4c..3757b3fb 100644 --- a/src/Command/Redis/AUTH.php +++ b/src/Command/Redis/AUTH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/AbstractCommand/BZPOPBase.php b/src/Command/Redis/AbstractCommand/BZPOPBase.php index f29a9dde..af0f4983 100644 --- a/src/Command/Redis/AbstractCommand/BZPOPBase.php +++ b/src/Command/Redis/AbstractCommand/BZPOPBase.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BGREWRITEAOF.php b/src/Command/Redis/BGREWRITEAOF.php index b75af633..05312d42 100644 --- a/src/Command/Redis/BGREWRITEAOF.php +++ b/src/Command/Redis/BGREWRITEAOF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BGSAVE.php b/src/Command/Redis/BGSAVE.php index be6e61d4..705387f6 100644 --- a/src/Command/Redis/BGSAVE.php +++ b/src/Command/Redis/BGSAVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BITCOUNT.php b/src/Command/Redis/BITCOUNT.php index 66703855..b2753c97 100644 --- a/src/Command/Redis/BITCOUNT.php +++ b/src/Command/Redis/BITCOUNT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BITFIELD.php b/src/Command/Redis/BITFIELD.php index 79831fad..5b8656ba 100644 --- a/src/Command/Redis/BITFIELD.php +++ b/src/Command/Redis/BITFIELD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BITOP.php b/src/Command/Redis/BITOP.php index 01a89e9f..c1ee1b8b 100644 --- a/src/Command/Redis/BITOP.php +++ b/src/Command/Redis/BITOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BITPOS.php b/src/Command/Redis/BITPOS.php index 1be33aa2..9e452c91 100644 --- a/src/Command/Redis/BITPOS.php +++ b/src/Command/Redis/BITPOS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BLMOVE.php b/src/Command/Redis/BLMOVE.php index 21987787..08cbf64e 100644 --- a/src/Command/Redis/BLMOVE.php +++ b/src/Command/Redis/BLMOVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BLMPOP.php b/src/Command/Redis/BLMPOP.php index 36973db4..a82568dc 100644 --- a/src/Command/Redis/BLMPOP.php +++ b/src/Command/Redis/BLMPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BLPOP.php b/src/Command/Redis/BLPOP.php index fb1004ea..86b0d3f7 100644 --- a/src/Command/Redis/BLPOP.php +++ b/src/Command/Redis/BLPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BRPOP.php b/src/Command/Redis/BRPOP.php index 94fd70e1..db8f9e97 100644 --- a/src/Command/Redis/BRPOP.php +++ b/src/Command/Redis/BRPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BRPOPLPUSH.php b/src/Command/Redis/BRPOPLPUSH.php index 80c3bb26..c03f987c 100644 --- a/src/Command/Redis/BRPOPLPUSH.php +++ b/src/Command/Redis/BRPOPLPUSH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BZMPOP.php b/src/Command/Redis/BZMPOP.php index 397d56fd..99e7abf8 100644 --- a/src/Command/Redis/BZMPOP.php +++ b/src/Command/Redis/BZMPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BZPOPMAX.php b/src/Command/Redis/BZPOPMAX.php index a182cce3..5fb6c824 100644 --- a/src/Command/Redis/BZPOPMAX.php +++ b/src/Command/Redis/BZPOPMAX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BZPOPMIN.php b/src/Command/Redis/BZPOPMIN.php index 3833bc7e..5b4cf26e 100644 --- a/src/Command/Redis/BZPOPMIN.php +++ b/src/Command/Redis/BZPOPMIN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFADD.php b/src/Command/Redis/BloomFilter/BFADD.php index 810ebc30..34e095d7 100644 --- a/src/Command/Redis/BloomFilter/BFADD.php +++ b/src/Command/Redis/BloomFilter/BFADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFEXISTS.php b/src/Command/Redis/BloomFilter/BFEXISTS.php index cad701e4..3d2ef6ec 100644 --- a/src/Command/Redis/BloomFilter/BFEXISTS.php +++ b/src/Command/Redis/BloomFilter/BFEXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFINFO.php b/src/Command/Redis/BloomFilter/BFINFO.php index a42a78da..b0d53223 100644 --- a/src/Command/Redis/BloomFilter/BFINFO.php +++ b/src/Command/Redis/BloomFilter/BFINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFINSERT.php b/src/Command/Redis/BloomFilter/BFINSERT.php index 86099bd9..0efcdccd 100644 --- a/src/Command/Redis/BloomFilter/BFINSERT.php +++ b/src/Command/Redis/BloomFilter/BFINSERT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFLOADCHUNK.php b/src/Command/Redis/BloomFilter/BFLOADCHUNK.php index 1ae6732c..6c6b88a0 100644 --- a/src/Command/Redis/BloomFilter/BFLOADCHUNK.php +++ b/src/Command/Redis/BloomFilter/BFLOADCHUNK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFMADD.php b/src/Command/Redis/BloomFilter/BFMADD.php index 8ce8b27c..a77c9f55 100644 --- a/src/Command/Redis/BloomFilter/BFMADD.php +++ b/src/Command/Redis/BloomFilter/BFMADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFMEXISTS.php b/src/Command/Redis/BloomFilter/BFMEXISTS.php index 8eb06d4b..53e000f8 100644 --- a/src/Command/Redis/BloomFilter/BFMEXISTS.php +++ b/src/Command/Redis/BloomFilter/BFMEXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFRESERVE.php b/src/Command/Redis/BloomFilter/BFRESERVE.php index 18df843e..d2098c0a 100644 --- a/src/Command/Redis/BloomFilter/BFRESERVE.php +++ b/src/Command/Redis/BloomFilter/BFRESERVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/BloomFilter/BFSCANDUMP.php b/src/Command/Redis/BloomFilter/BFSCANDUMP.php index 96100b58..10206e8a 100644 --- a/src/Command/Redis/BloomFilter/BFSCANDUMP.php +++ b/src/Command/Redis/BloomFilter/BFSCANDUMP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CLIENT.php b/src/Command/Redis/CLIENT.php index 01349d00..9efc8ecf 100644 --- a/src/Command/Redis/CLIENT.php +++ b/src/Command/Redis/CLIENT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CLUSTER.php b/src/Command/Redis/CLUSTER.php index e0a5ffb2..ad7c6b3f 100644 --- a/src/Command/Redis/CLUSTER.php +++ b/src/Command/Redis/CLUSTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/COMMAND.php b/src/Command/Redis/COMMAND.php index e114ee59..8bcefade 100644 --- a/src/Command/Redis/COMMAND.php +++ b/src/Command/Redis/COMMAND.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CONFIG.php b/src/Command/Redis/CONFIG.php index 4edbdf9f..327a48cc 100644 --- a/src/Command/Redis/CONFIG.php +++ b/src/Command/Redis/CONFIG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/COPY.php b/src/Command/Redis/COPY.php index e3db4be3..7d65d0b0 100644 --- a/src/Command/Redis/COPY.php +++ b/src/Command/Redis/COPY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/ACL.php b/src/Command/Redis/Container/ACL.php index a5982ffa..f4849496 100644 --- a/src/Command/Redis/Container/ACL.php +++ b/src/Command/Redis/Container/ACL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/AbstractContainer.php b/src/Command/Redis/Container/AbstractContainer.php index f963a7e9..e890e5b0 100644 --- a/src/Command/Redis/Container/AbstractContainer.php +++ b/src/Command/Redis/Container/AbstractContainer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/CLUSTER.php b/src/Command/Redis/Container/CLUSTER.php index bba5d0c8..05ca2d48 100644 --- a/src/Command/Redis/Container/CLUSTER.php +++ b/src/Command/Redis/Container/CLUSTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/ContainerFactory.php b/src/Command/Redis/Container/ContainerFactory.php index 820eacff..9397fc24 100644 --- a/src/Command/Redis/Container/ContainerFactory.php +++ b/src/Command/Redis/Container/ContainerFactory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/ContainerInterface.php b/src/Command/Redis/Container/ContainerInterface.php index e69478a3..b999a863 100644 --- a/src/Command/Redis/Container/ContainerInterface.php +++ b/src/Command/Redis/Container/ContainerInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/FunctionContainer.php b/src/Command/Redis/Container/FunctionContainer.php index da52c594..5188e426 100644 --- a/src/Command/Redis/Container/FunctionContainer.php +++ b/src/Command/Redis/Container/FunctionContainer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/Json/JSONDEBUG.php b/src/Command/Redis/Container/Json/JSONDEBUG.php index 6c1755a4..0aeb6bc0 100644 --- a/src/Command/Redis/Container/Json/JSONDEBUG.php +++ b/src/Command/Redis/Container/Json/JSONDEBUG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/Search/FTCONFIG.php b/src/Command/Redis/Container/Search/FTCONFIG.php index 6a05d20f..842ddf7e 100644 --- a/src/Command/Redis/Container/Search/FTCONFIG.php +++ b/src/Command/Redis/Container/Search/FTCONFIG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Container/Search/FTCURSOR.php b/src/Command/Redis/Container/Search/FTCURSOR.php index 4def2734..1b8792bf 100644 --- a/src/Command/Redis/Container/Search/FTCURSOR.php +++ b/src/Command/Redis/Container/Search/FTCURSOR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSINCRBY.php b/src/Command/Redis/CountMinSketch/CMSINCRBY.php index 17f7a0bb..b7513f7d 100644 --- a/src/Command/Redis/CountMinSketch/CMSINCRBY.php +++ b/src/Command/Redis/CountMinSketch/CMSINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSINFO.php b/src/Command/Redis/CountMinSketch/CMSINFO.php index 40f6f100..3dcad4b7 100644 --- a/src/Command/Redis/CountMinSketch/CMSINFO.php +++ b/src/Command/Redis/CountMinSketch/CMSINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSINITBYDIM.php b/src/Command/Redis/CountMinSketch/CMSINITBYDIM.php index 1922d40d..f136e9fd 100644 --- a/src/Command/Redis/CountMinSketch/CMSINITBYDIM.php +++ b/src/Command/Redis/CountMinSketch/CMSINITBYDIM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSINITBYPROB.php b/src/Command/Redis/CountMinSketch/CMSINITBYPROB.php index 2f81d6db..0a6ec3a2 100644 --- a/src/Command/Redis/CountMinSketch/CMSINITBYPROB.php +++ b/src/Command/Redis/CountMinSketch/CMSINITBYPROB.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSMERGE.php b/src/Command/Redis/CountMinSketch/CMSMERGE.php index 1b0d12a0..b2942a68 100644 --- a/src/Command/Redis/CountMinSketch/CMSMERGE.php +++ b/src/Command/Redis/CountMinSketch/CMSMERGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CountMinSketch/CMSQUERY.php b/src/Command/Redis/CountMinSketch/CMSQUERY.php index 14dfdad0..f4bdcbe7 100644 --- a/src/Command/Redis/CountMinSketch/CMSQUERY.php +++ b/src/Command/Redis/CountMinSketch/CMSQUERY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFADD.php b/src/Command/Redis/CuckooFilter/CFADD.php index 63cbc7ae..deba1c27 100644 --- a/src/Command/Redis/CuckooFilter/CFADD.php +++ b/src/Command/Redis/CuckooFilter/CFADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFADDNX.php b/src/Command/Redis/CuckooFilter/CFADDNX.php index 482dd14d..f395de6c 100644 --- a/src/Command/Redis/CuckooFilter/CFADDNX.php +++ b/src/Command/Redis/CuckooFilter/CFADDNX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFCOUNT.php b/src/Command/Redis/CuckooFilter/CFCOUNT.php index 6f702c4d..0ff664b8 100644 --- a/src/Command/Redis/CuckooFilter/CFCOUNT.php +++ b/src/Command/Redis/CuckooFilter/CFCOUNT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFDEL.php b/src/Command/Redis/CuckooFilter/CFDEL.php index 3efa9b94..39db921e 100644 --- a/src/Command/Redis/CuckooFilter/CFDEL.php +++ b/src/Command/Redis/CuckooFilter/CFDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFEXISTS.php b/src/Command/Redis/CuckooFilter/CFEXISTS.php index 79741b40..9ea7f424 100644 --- a/src/Command/Redis/CuckooFilter/CFEXISTS.php +++ b/src/Command/Redis/CuckooFilter/CFEXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFINFO.php b/src/Command/Redis/CuckooFilter/CFINFO.php index bf142095..7a2bcd96 100644 --- a/src/Command/Redis/CuckooFilter/CFINFO.php +++ b/src/Command/Redis/CuckooFilter/CFINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFINSERT.php b/src/Command/Redis/CuckooFilter/CFINSERT.php index dfdfcc3a..009dfc40 100644 --- a/src/Command/Redis/CuckooFilter/CFINSERT.php +++ b/src/Command/Redis/CuckooFilter/CFINSERT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFINSERTNX.php b/src/Command/Redis/CuckooFilter/CFINSERTNX.php index afee07a1..dac2a6f0 100644 --- a/src/Command/Redis/CuckooFilter/CFINSERTNX.php +++ b/src/Command/Redis/CuckooFilter/CFINSERTNX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFLOADCHUNK.php b/src/Command/Redis/CuckooFilter/CFLOADCHUNK.php index 8b746a5d..b7027815 100644 --- a/src/Command/Redis/CuckooFilter/CFLOADCHUNK.php +++ b/src/Command/Redis/CuckooFilter/CFLOADCHUNK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFMEXISTS.php b/src/Command/Redis/CuckooFilter/CFMEXISTS.php index b0a31a67..cd60129d 100644 --- a/src/Command/Redis/CuckooFilter/CFMEXISTS.php +++ b/src/Command/Redis/CuckooFilter/CFMEXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFRESERVE.php b/src/Command/Redis/CuckooFilter/CFRESERVE.php index 5d0cb86f..9b606eb7 100644 --- a/src/Command/Redis/CuckooFilter/CFRESERVE.php +++ b/src/Command/Redis/CuckooFilter/CFRESERVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/CuckooFilter/CFSCANDUMP.php b/src/Command/Redis/CuckooFilter/CFSCANDUMP.php index 3045f6ca..cb98deb5 100644 --- a/src/Command/Redis/CuckooFilter/CFSCANDUMP.php +++ b/src/Command/Redis/CuckooFilter/CFSCANDUMP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DBSIZE.php b/src/Command/Redis/DBSIZE.php index a1d14ac2..403a381f 100644 --- a/src/Command/Redis/DBSIZE.php +++ b/src/Command/Redis/DBSIZE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DECR.php b/src/Command/Redis/DECR.php index 41be9622..2e7b8a96 100644 --- a/src/Command/Redis/DECR.php +++ b/src/Command/Redis/DECR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DECRBY.php b/src/Command/Redis/DECRBY.php index 130105e4..0503c111 100644 --- a/src/Command/Redis/DECRBY.php +++ b/src/Command/Redis/DECRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DEL.php b/src/Command/Redis/DEL.php index 6981761c..ffb13141 100644 --- a/src/Command/Redis/DEL.php +++ b/src/Command/Redis/DEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DISCARD.php b/src/Command/Redis/DISCARD.php index 5b4046b5..3a783b36 100644 --- a/src/Command/Redis/DISCARD.php +++ b/src/Command/Redis/DISCARD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/DUMP.php b/src/Command/Redis/DUMP.php index 495fed19..ad713e7c 100644 --- a/src/Command/Redis/DUMP.php +++ b/src/Command/Redis/DUMP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ECHO_.php b/src/Command/Redis/ECHO_.php index 278c887d..4f2eb20a 100644 --- a/src/Command/Redis/ECHO_.php +++ b/src/Command/Redis/ECHO_.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EVALSHA.php b/src/Command/Redis/EVALSHA.php index 7f765ed4..64fbb179 100644 --- a/src/Command/Redis/EVALSHA.php +++ b/src/Command/Redis/EVALSHA.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EVALSHA_RO.php b/src/Command/Redis/EVALSHA_RO.php index cd0009f0..5d9a9658 100644 --- a/src/Command/Redis/EVALSHA_RO.php +++ b/src/Command/Redis/EVALSHA_RO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EVAL_.php b/src/Command/Redis/EVAL_.php index 826d3547..8967c03f 100644 --- a/src/Command/Redis/EVAL_.php +++ b/src/Command/Redis/EVAL_.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EVAL_RO.php b/src/Command/Redis/EVAL_RO.php index 081607b5..c8b98309 100644 --- a/src/Command/Redis/EVAL_RO.php +++ b/src/Command/Redis/EVAL_RO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EXEC.php b/src/Command/Redis/EXEC.php index bac4c6b2..bde7227d 100644 --- a/src/Command/Redis/EXEC.php +++ b/src/Command/Redis/EXEC.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EXISTS.php b/src/Command/Redis/EXISTS.php index 6fe8278b..7af6e69f 100644 --- a/src/Command/Redis/EXISTS.php +++ b/src/Command/Redis/EXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EXPIRE.php b/src/Command/Redis/EXPIRE.php index 0dd2ff9d..ff6b7a9e 100644 --- a/src/Command/Redis/EXPIRE.php +++ b/src/Command/Redis/EXPIRE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EXPIREAT.php b/src/Command/Redis/EXPIREAT.php index b3f04573..fa69ecaf 100644 --- a/src/Command/Redis/EXPIREAT.php +++ b/src/Command/Redis/EXPIREAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/EXPIRETIME.php b/src/Command/Redis/EXPIRETIME.php index 28aa4705..6e3cb125 100644 --- a/src/Command/Redis/EXPIRETIME.php +++ b/src/Command/Redis/EXPIRETIME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FAILOVER.php b/src/Command/Redis/FAILOVER.php index a2942e0c..f8a82734 100644 --- a/src/Command/Redis/FAILOVER.php +++ b/src/Command/Redis/FAILOVER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FCALL.php b/src/Command/Redis/FCALL.php index 95da1522..f52c2408 100644 --- a/src/Command/Redis/FCALL.php +++ b/src/Command/Redis/FCALL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FCALL_RO.php b/src/Command/Redis/FCALL_RO.php index 2037ddde..8c4fe30a 100644 --- a/src/Command/Redis/FCALL_RO.php +++ b/src/Command/Redis/FCALL_RO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FLUSHALL.php b/src/Command/Redis/FLUSHALL.php index b9e8b5bb..b7402b03 100644 --- a/src/Command/Redis/FLUSHALL.php +++ b/src/Command/Redis/FLUSHALL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FLUSHDB.php b/src/Command/Redis/FLUSHDB.php index e2d75f1a..06c6b1df 100644 --- a/src/Command/Redis/FLUSHDB.php +++ b/src/Command/Redis/FLUSHDB.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/FUNCTIONS.php b/src/Command/Redis/FUNCTIONS.php index a4449f0f..da54af56 100644 --- a/src/Command/Redis/FUNCTIONS.php +++ b/src/Command/Redis/FUNCTIONS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEOADD.php b/src/Command/Redis/GEOADD.php index a124b901..a092d278 100644 --- a/src/Command/Redis/GEOADD.php +++ b/src/Command/Redis/GEOADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEODIST.php b/src/Command/Redis/GEODIST.php index 43afb61a..bee2271e 100644 --- a/src/Command/Redis/GEODIST.php +++ b/src/Command/Redis/GEODIST.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEOHASH.php b/src/Command/Redis/GEOHASH.php index 75f90617..ea1e1098 100644 --- a/src/Command/Redis/GEOHASH.php +++ b/src/Command/Redis/GEOHASH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEOPOS.php b/src/Command/Redis/GEOPOS.php index dd8cf7af..b3f79b5f 100644 --- a/src/Command/Redis/GEOPOS.php +++ b/src/Command/Redis/GEOPOS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEORADIUS.php b/src/Command/Redis/GEORADIUS.php index 8c582296..a9463333 100644 --- a/src/Command/Redis/GEORADIUS.php +++ b/src/Command/Redis/GEORADIUS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEORADIUSBYMEMBER.php b/src/Command/Redis/GEORADIUSBYMEMBER.php index 84f1f577..1d74b699 100644 --- a/src/Command/Redis/GEORADIUSBYMEMBER.php +++ b/src/Command/Redis/GEORADIUSBYMEMBER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEOSEARCH.php b/src/Command/Redis/GEOSEARCH.php index 650226ef..89529f66 100644 --- a/src/Command/Redis/GEOSEARCH.php +++ b/src/Command/Redis/GEOSEARCH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GEOSEARCHSTORE.php b/src/Command/Redis/GEOSEARCHSTORE.php index 5d30eda7..9bde38d8 100644 --- a/src/Command/Redis/GEOSEARCHSTORE.php +++ b/src/Command/Redis/GEOSEARCHSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GET.php b/src/Command/Redis/GET.php index 537a8fb8..d57f3437 100644 --- a/src/Command/Redis/GET.php +++ b/src/Command/Redis/GET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GETBIT.php b/src/Command/Redis/GETBIT.php index 34b39739..0293b23c 100644 --- a/src/Command/Redis/GETBIT.php +++ b/src/Command/Redis/GETBIT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GETDEL.php b/src/Command/Redis/GETDEL.php index 12ca53cd..283ba1b3 100644 --- a/src/Command/Redis/GETDEL.php +++ b/src/Command/Redis/GETDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GETEX.php b/src/Command/Redis/GETEX.php index 50fb9800..91548fd8 100644 --- a/src/Command/Redis/GETEX.php +++ b/src/Command/Redis/GETEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GETRANGE.php b/src/Command/Redis/GETRANGE.php index f590ca30..65e493a1 100644 --- a/src/Command/Redis/GETRANGE.php +++ b/src/Command/Redis/GETRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/GETSET.php b/src/Command/Redis/GETSET.php index a0ef8251..dffd9495 100644 --- a/src/Command/Redis/GETSET.php +++ b/src/Command/Redis/GETSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HDEL.php b/src/Command/Redis/HDEL.php index def4f488..b44dc51e 100644 --- a/src/Command/Redis/HDEL.php +++ b/src/Command/Redis/HDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HEXISTS.php b/src/Command/Redis/HEXISTS.php index eaebf1e2..b54b9415 100644 --- a/src/Command/Redis/HEXISTS.php +++ b/src/Command/Redis/HEXISTS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HEXPIRE.php b/src/Command/Redis/HEXPIRE.php index 88d209fe..788c571e 100644 --- a/src/Command/Redis/HEXPIRE.php +++ b/src/Command/Redis/HEXPIRE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HEXPIREAT.php b/src/Command/Redis/HEXPIREAT.php index 5fc7a2a9..669834cf 100644 --- a/src/Command/Redis/HEXPIREAT.php +++ b/src/Command/Redis/HEXPIREAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HEXPIRETIME.php b/src/Command/Redis/HEXPIRETIME.php index 2db9ca94..fc6d4c4e 100644 --- a/src/Command/Redis/HEXPIRETIME.php +++ b/src/Command/Redis/HEXPIRETIME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HGET.php b/src/Command/Redis/HGET.php index 113d7205..b8ae1910 100644 --- a/src/Command/Redis/HGET.php +++ b/src/Command/Redis/HGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HGETALL.php b/src/Command/Redis/HGETALL.php index 13392f2e..ca269c5f 100644 --- a/src/Command/Redis/HGETALL.php +++ b/src/Command/Redis/HGETALL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HINCRBY.php b/src/Command/Redis/HINCRBY.php index 8eefc41b..63a63f40 100644 --- a/src/Command/Redis/HINCRBY.php +++ b/src/Command/Redis/HINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HINCRBYFLOAT.php b/src/Command/Redis/HINCRBYFLOAT.php index f44d9c4a..172c5471 100644 --- a/src/Command/Redis/HINCRBYFLOAT.php +++ b/src/Command/Redis/HINCRBYFLOAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HKEYS.php b/src/Command/Redis/HKEYS.php index e1c48641..cf6ed728 100644 --- a/src/Command/Redis/HKEYS.php +++ b/src/Command/Redis/HKEYS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HLEN.php b/src/Command/Redis/HLEN.php index 62e44dbc..a90c80e9 100644 --- a/src/Command/Redis/HLEN.php +++ b/src/Command/Redis/HLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HMGET.php b/src/Command/Redis/HMGET.php index 0eb33458..80fa7a7c 100644 --- a/src/Command/Redis/HMGET.php +++ b/src/Command/Redis/HMGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HMSET.php b/src/Command/Redis/HMSET.php index 95bf656e..43b6d92d 100644 --- a/src/Command/Redis/HMSET.php +++ b/src/Command/Redis/HMSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HPERSIST.php b/src/Command/Redis/HPERSIST.php index dae45acd..6340d97f 100644 --- a/src/Command/Redis/HPERSIST.php +++ b/src/Command/Redis/HPERSIST.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HPEXPIRE.php b/src/Command/Redis/HPEXPIRE.php index 46a1ef2a..504c533e 100644 --- a/src/Command/Redis/HPEXPIRE.php +++ b/src/Command/Redis/HPEXPIRE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HPEXPIREAT.php b/src/Command/Redis/HPEXPIREAT.php index 8770c523..194c17a7 100644 --- a/src/Command/Redis/HPEXPIREAT.php +++ b/src/Command/Redis/HPEXPIREAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HPEXPIRETIME.php b/src/Command/Redis/HPEXPIRETIME.php index d7a22dff..4c139123 100644 --- a/src/Command/Redis/HPEXPIRETIME.php +++ b/src/Command/Redis/HPEXPIRETIME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HPTTL.php b/src/Command/Redis/HPTTL.php index 4709f2c2..79904671 100644 --- a/src/Command/Redis/HPTTL.php +++ b/src/Command/Redis/HPTTL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HRANDFIELD.php b/src/Command/Redis/HRANDFIELD.php index 9f49542d..fd8cfa03 100644 --- a/src/Command/Redis/HRANDFIELD.php +++ b/src/Command/Redis/HRANDFIELD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HSCAN.php b/src/Command/Redis/HSCAN.php index 65e959fd..78d4054d 100644 --- a/src/Command/Redis/HSCAN.php +++ b/src/Command/Redis/HSCAN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HSET.php b/src/Command/Redis/HSET.php index 00a949c5..09197427 100644 --- a/src/Command/Redis/HSET.php +++ b/src/Command/Redis/HSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HSETNX.php b/src/Command/Redis/HSETNX.php index 6704dd66..0326202d 100644 --- a/src/Command/Redis/HSETNX.php +++ b/src/Command/Redis/HSETNX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HSTRLEN.php b/src/Command/Redis/HSTRLEN.php index 9ce194a2..4ed11f6c 100644 --- a/src/Command/Redis/HSTRLEN.php +++ b/src/Command/Redis/HSTRLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HTTL.php b/src/Command/Redis/HTTL.php index a0d41bec..3112b857 100644 --- a/src/Command/Redis/HTTL.php +++ b/src/Command/Redis/HTTL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/HVALS.php b/src/Command/Redis/HVALS.php index 88510bc6..c8aff37d 100644 --- a/src/Command/Redis/HVALS.php +++ b/src/Command/Redis/HVALS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/INCR.php b/src/Command/Redis/INCR.php index 326fcb9c..a488e9cd 100644 --- a/src/Command/Redis/INCR.php +++ b/src/Command/Redis/INCR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/INCRBY.php b/src/Command/Redis/INCRBY.php index 4163a54e..71c614f8 100644 --- a/src/Command/Redis/INCRBY.php +++ b/src/Command/Redis/INCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/INCRBYFLOAT.php b/src/Command/Redis/INCRBYFLOAT.php index 2c8ef77a..d930084a 100644 --- a/src/Command/Redis/INCRBYFLOAT.php +++ b/src/Command/Redis/INCRBYFLOAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/INFO.php b/src/Command/Redis/INFO.php index 505a5f78..a087b6c4 100644 --- a/src/Command/Redis/INFO.php +++ b/src/Command/Redis/INFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRAPPEND.php b/src/Command/Redis/Json/JSONARRAPPEND.php index bac255a8..12ca3f85 100644 --- a/src/Command/Redis/Json/JSONARRAPPEND.php +++ b/src/Command/Redis/Json/JSONARRAPPEND.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRINDEX.php b/src/Command/Redis/Json/JSONARRINDEX.php index 4676ba96..9710df24 100644 --- a/src/Command/Redis/Json/JSONARRINDEX.php +++ b/src/Command/Redis/Json/JSONARRINDEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRINSERT.php b/src/Command/Redis/Json/JSONARRINSERT.php index fa3a608b..719aad72 100644 --- a/src/Command/Redis/Json/JSONARRINSERT.php +++ b/src/Command/Redis/Json/JSONARRINSERT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRLEN.php b/src/Command/Redis/Json/JSONARRLEN.php index 6abad70c..8fb13dd9 100644 --- a/src/Command/Redis/Json/JSONARRLEN.php +++ b/src/Command/Redis/Json/JSONARRLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRPOP.php b/src/Command/Redis/Json/JSONARRPOP.php index 9ec3bc53..080fa3b9 100644 --- a/src/Command/Redis/Json/JSONARRPOP.php +++ b/src/Command/Redis/Json/JSONARRPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONARRTRIM.php b/src/Command/Redis/Json/JSONARRTRIM.php index 11babc93..70af3337 100644 --- a/src/Command/Redis/Json/JSONARRTRIM.php +++ b/src/Command/Redis/Json/JSONARRTRIM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONCLEAR.php b/src/Command/Redis/Json/JSONCLEAR.php index 550a0c93..af7b6900 100644 --- a/src/Command/Redis/Json/JSONCLEAR.php +++ b/src/Command/Redis/Json/JSONCLEAR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONDEBUG.php b/src/Command/Redis/Json/JSONDEBUG.php index 307eb26c..d52da713 100644 --- a/src/Command/Redis/Json/JSONDEBUG.php +++ b/src/Command/Redis/Json/JSONDEBUG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONDEL.php b/src/Command/Redis/Json/JSONDEL.php index 99fc7199..8ee739cc 100644 --- a/src/Command/Redis/Json/JSONDEL.php +++ b/src/Command/Redis/Json/JSONDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONFORGET.php b/src/Command/Redis/Json/JSONFORGET.php index 06e17a18..4abe2514 100644 --- a/src/Command/Redis/Json/JSONFORGET.php +++ b/src/Command/Redis/Json/JSONFORGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONGET.php b/src/Command/Redis/Json/JSONGET.php index c2e05627..64acebaa 100644 --- a/src/Command/Redis/Json/JSONGET.php +++ b/src/Command/Redis/Json/JSONGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONMERGE.php b/src/Command/Redis/Json/JSONMERGE.php index 39e3c92b..f272c4bc 100644 --- a/src/Command/Redis/Json/JSONMERGE.php +++ b/src/Command/Redis/Json/JSONMERGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONMGET.php b/src/Command/Redis/Json/JSONMGET.php index 4bab3097..fa1f19a9 100644 --- a/src/Command/Redis/Json/JSONMGET.php +++ b/src/Command/Redis/Json/JSONMGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONMSET.php b/src/Command/Redis/Json/JSONMSET.php index cf6a2984..5b72c03e 100644 --- a/src/Command/Redis/Json/JSONMSET.php +++ b/src/Command/Redis/Json/JSONMSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONNUMINCRBY.php b/src/Command/Redis/Json/JSONNUMINCRBY.php index 648507e0..69025004 100644 --- a/src/Command/Redis/Json/JSONNUMINCRBY.php +++ b/src/Command/Redis/Json/JSONNUMINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONOBJKEYS.php b/src/Command/Redis/Json/JSONOBJKEYS.php index efabdd6d..74a3b995 100644 --- a/src/Command/Redis/Json/JSONOBJKEYS.php +++ b/src/Command/Redis/Json/JSONOBJKEYS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONOBJLEN.php b/src/Command/Redis/Json/JSONOBJLEN.php index 39bd7bd2..352fc680 100644 --- a/src/Command/Redis/Json/JSONOBJLEN.php +++ b/src/Command/Redis/Json/JSONOBJLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONRESP.php b/src/Command/Redis/Json/JSONRESP.php index 3b057244..f7715807 100644 --- a/src/Command/Redis/Json/JSONRESP.php +++ b/src/Command/Redis/Json/JSONRESP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONSET.php b/src/Command/Redis/Json/JSONSET.php index ba2ba04b..43c683a6 100644 --- a/src/Command/Redis/Json/JSONSET.php +++ b/src/Command/Redis/Json/JSONSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONSTRAPPEND.php b/src/Command/Redis/Json/JSONSTRAPPEND.php index 54b47249..b717fc86 100644 --- a/src/Command/Redis/Json/JSONSTRAPPEND.php +++ b/src/Command/Redis/Json/JSONSTRAPPEND.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONSTRLEN.php b/src/Command/Redis/Json/JSONSTRLEN.php index 19a4cabb..c11ff08e 100644 --- a/src/Command/Redis/Json/JSONSTRLEN.php +++ b/src/Command/Redis/Json/JSONSTRLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONTOGGLE.php b/src/Command/Redis/Json/JSONTOGGLE.php index 0d1b15e6..b538c1c7 100644 --- a/src/Command/Redis/Json/JSONTOGGLE.php +++ b/src/Command/Redis/Json/JSONTOGGLE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Json/JSONTYPE.php b/src/Command/Redis/Json/JSONTYPE.php index d03dc18c..76123d4f 100644 --- a/src/Command/Redis/Json/JSONTYPE.php +++ b/src/Command/Redis/Json/JSONTYPE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/KEYS.php b/src/Command/Redis/KEYS.php index 8d1700a1..6cc0b4ec 100644 --- a/src/Command/Redis/KEYS.php +++ b/src/Command/Redis/KEYS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LASTSAVE.php b/src/Command/Redis/LASTSAVE.php index 30b8ec96..319273f3 100644 --- a/src/Command/Redis/LASTSAVE.php +++ b/src/Command/Redis/LASTSAVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LCS.php b/src/Command/Redis/LCS.php index 22373c0c..b0f7c90d 100644 --- a/src/Command/Redis/LCS.php +++ b/src/Command/Redis/LCS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LINDEX.php b/src/Command/Redis/LINDEX.php index 2ddfbe5c..fd2c0e9b 100644 --- a/src/Command/Redis/LINDEX.php +++ b/src/Command/Redis/LINDEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LINSERT.php b/src/Command/Redis/LINSERT.php index 3ac67a3d..16c2ad99 100644 --- a/src/Command/Redis/LINSERT.php +++ b/src/Command/Redis/LINSERT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LLEN.php b/src/Command/Redis/LLEN.php index 015a862c..a2a25d00 100644 --- a/src/Command/Redis/LLEN.php +++ b/src/Command/Redis/LLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LMOVE.php b/src/Command/Redis/LMOVE.php index 1867eb12..95d906eb 100644 --- a/src/Command/Redis/LMOVE.php +++ b/src/Command/Redis/LMOVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LMPOP.php b/src/Command/Redis/LMPOP.php index 40b35320..6568ad6e 100644 --- a/src/Command/Redis/LMPOP.php +++ b/src/Command/Redis/LMPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LPOP.php b/src/Command/Redis/LPOP.php index d4f46232..3dbdf8b7 100644 --- a/src/Command/Redis/LPOP.php +++ b/src/Command/Redis/LPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LPUSH.php b/src/Command/Redis/LPUSH.php index a693f68c..c533b290 100644 --- a/src/Command/Redis/LPUSH.php +++ b/src/Command/Redis/LPUSH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LPUSHX.php b/src/Command/Redis/LPUSHX.php index f5be6494..9dcb27e6 100644 --- a/src/Command/Redis/LPUSHX.php +++ b/src/Command/Redis/LPUSHX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LRANGE.php b/src/Command/Redis/LRANGE.php index 46a37dd1..73fac053 100644 --- a/src/Command/Redis/LRANGE.php +++ b/src/Command/Redis/LRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LREM.php b/src/Command/Redis/LREM.php index cf38aa9c..11aab61a 100644 --- a/src/Command/Redis/LREM.php +++ b/src/Command/Redis/LREM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LSET.php b/src/Command/Redis/LSET.php index f93fe48b..6b2c94ae 100644 --- a/src/Command/Redis/LSET.php +++ b/src/Command/Redis/LSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/LTRIM.php b/src/Command/Redis/LTRIM.php index c63e7e7a..e2bc26d1 100644 --- a/src/Command/Redis/LTRIM.php +++ b/src/Command/Redis/LTRIM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MGET.php b/src/Command/Redis/MGET.php index a9469590..504d48c7 100644 --- a/src/Command/Redis/MGET.php +++ b/src/Command/Redis/MGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MIGRATE.php b/src/Command/Redis/MIGRATE.php index 66e0605c..d13cf366 100644 --- a/src/Command/Redis/MIGRATE.php +++ b/src/Command/Redis/MIGRATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MONITOR.php b/src/Command/Redis/MONITOR.php index 0093270c..bafda521 100644 --- a/src/Command/Redis/MONITOR.php +++ b/src/Command/Redis/MONITOR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MOVE.php b/src/Command/Redis/MOVE.php index afbfea57..433278f0 100644 --- a/src/Command/Redis/MOVE.php +++ b/src/Command/Redis/MOVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MSET.php b/src/Command/Redis/MSET.php index dacc854e..c9e090f5 100644 --- a/src/Command/Redis/MSET.php +++ b/src/Command/Redis/MSET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MSETNX.php b/src/Command/Redis/MSETNX.php index ebee4477..6e23a3ee 100644 --- a/src/Command/Redis/MSETNX.php +++ b/src/Command/Redis/MSETNX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/MULTI.php b/src/Command/Redis/MULTI.php index 745025a8..a9a21104 100644 --- a/src/Command/Redis/MULTI.php +++ b/src/Command/Redis/MULTI.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/OBJECT_.php b/src/Command/Redis/OBJECT_.php index 926314d2..8d89528e 100644 --- a/src/Command/Redis/OBJECT_.php +++ b/src/Command/Redis/OBJECT_.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PERSIST.php b/src/Command/Redis/PERSIST.php index 145d6397..7815ab99 100644 --- a/src/Command/Redis/PERSIST.php +++ b/src/Command/Redis/PERSIST.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PEXPIRE.php b/src/Command/Redis/PEXPIRE.php index 7f85d13e..950be383 100644 --- a/src/Command/Redis/PEXPIRE.php +++ b/src/Command/Redis/PEXPIRE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PEXPIREAT.php b/src/Command/Redis/PEXPIREAT.php index 33ed43d1..ef9bc2dd 100644 --- a/src/Command/Redis/PEXPIREAT.php +++ b/src/Command/Redis/PEXPIREAT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PEXPIRETIME.php b/src/Command/Redis/PEXPIRETIME.php index 2de55957..86926be4 100644 --- a/src/Command/Redis/PEXPIRETIME.php +++ b/src/Command/Redis/PEXPIRETIME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PFADD.php b/src/Command/Redis/PFADD.php index 966785d9..8ed7e63b 100644 --- a/src/Command/Redis/PFADD.php +++ b/src/Command/Redis/PFADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PFCOUNT.php b/src/Command/Redis/PFCOUNT.php index a7c20b96..95a082a9 100644 --- a/src/Command/Redis/PFCOUNT.php +++ b/src/Command/Redis/PFCOUNT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PFMERGE.php b/src/Command/Redis/PFMERGE.php index f61bf2d3..de3335b7 100644 --- a/src/Command/Redis/PFMERGE.php +++ b/src/Command/Redis/PFMERGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PING.php b/src/Command/Redis/PING.php index 65fab66e..36c60560 100644 --- a/src/Command/Redis/PING.php +++ b/src/Command/Redis/PING.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PSETEX.php b/src/Command/Redis/PSETEX.php index 30eacfb9..5506adfe 100644 --- a/src/Command/Redis/PSETEX.php +++ b/src/Command/Redis/PSETEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PSUBSCRIBE.php b/src/Command/Redis/PSUBSCRIBE.php index c3207bf5..7b131ead 100644 --- a/src/Command/Redis/PSUBSCRIBE.php +++ b/src/Command/Redis/PSUBSCRIBE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PTTL.php b/src/Command/Redis/PTTL.php index 600c4ce6..aa119050 100644 --- a/src/Command/Redis/PTTL.php +++ b/src/Command/Redis/PTTL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PUBLISH.php b/src/Command/Redis/PUBLISH.php index 26eaf56d..8dd61010 100644 --- a/src/Command/Redis/PUBLISH.php +++ b/src/Command/Redis/PUBLISH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PUBSUB.php b/src/Command/Redis/PUBSUB.php index 9da48484..608eac43 100644 --- a/src/Command/Redis/PUBSUB.php +++ b/src/Command/Redis/PUBSUB.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/PUNSUBSCRIBE.php b/src/Command/Redis/PUNSUBSCRIBE.php index 9a0ccdcd..50b71871 100644 --- a/src/Command/Redis/PUNSUBSCRIBE.php +++ b/src/Command/Redis/PUNSUBSCRIBE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/QUIT.php b/src/Command/Redis/QUIT.php index e747adb3..a706997d 100644 --- a/src/Command/Redis/QUIT.php +++ b/src/Command/Redis/QUIT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RANDOMKEY.php b/src/Command/Redis/RANDOMKEY.php index c72fa800..bff1abe3 100644 --- a/src/Command/Redis/RANDOMKEY.php +++ b/src/Command/Redis/RANDOMKEY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RENAME.php b/src/Command/Redis/RENAME.php index 3741ff9c..83791aa8 100644 --- a/src/Command/Redis/RENAME.php +++ b/src/Command/Redis/RENAME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RENAMENX.php b/src/Command/Redis/RENAMENX.php index db2a023c..f3d224d6 100644 --- a/src/Command/Redis/RENAMENX.php +++ b/src/Command/Redis/RENAMENX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RESTORE.php b/src/Command/Redis/RESTORE.php index f4a8a66f..5247982a 100644 --- a/src/Command/Redis/RESTORE.php +++ b/src/Command/Redis/RESTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RPOP.php b/src/Command/Redis/RPOP.php index 055448d2..a118a3ca 100644 --- a/src/Command/Redis/RPOP.php +++ b/src/Command/Redis/RPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RPOPLPUSH.php b/src/Command/Redis/RPOPLPUSH.php index 7396a758..949b03a5 100644 --- a/src/Command/Redis/RPOPLPUSH.php +++ b/src/Command/Redis/RPOPLPUSH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RPUSH.php b/src/Command/Redis/RPUSH.php index 44d61dea..52c0c454 100644 --- a/src/Command/Redis/RPUSH.php +++ b/src/Command/Redis/RPUSH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/RPUSHX.php b/src/Command/Redis/RPUSHX.php index 36b424d2..9eb37ecf 100644 --- a/src/Command/Redis/RPUSHX.php +++ b/src/Command/Redis/RPUSHX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SADD.php b/src/Command/Redis/SADD.php index 9d7c3c06..2ed4c049 100644 --- a/src/Command/Redis/SADD.php +++ b/src/Command/Redis/SADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SAVE.php b/src/Command/Redis/SAVE.php index fa7b65a4..e24e0325 100644 --- a/src/Command/Redis/SAVE.php +++ b/src/Command/Redis/SAVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SCAN.php b/src/Command/Redis/SCAN.php index 9b014b9d..d3bf4784 100644 --- a/src/Command/Redis/SCAN.php +++ b/src/Command/Redis/SCAN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SCARD.php b/src/Command/Redis/SCARD.php index 71aeca35..695b420c 100644 --- a/src/Command/Redis/SCARD.php +++ b/src/Command/Redis/SCARD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SCRIPT.php b/src/Command/Redis/SCRIPT.php index c6712c61..928439ee 100644 --- a/src/Command/Redis/SCRIPT.php +++ b/src/Command/Redis/SCRIPT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SDIFF.php b/src/Command/Redis/SDIFF.php index 6bd2d8b4..7784898c 100644 --- a/src/Command/Redis/SDIFF.php +++ b/src/Command/Redis/SDIFF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SDIFFSTORE.php b/src/Command/Redis/SDIFFSTORE.php index 29091b98..b819aaa8 100644 --- a/src/Command/Redis/SDIFFSTORE.php +++ b/src/Command/Redis/SDIFFSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SELECT.php b/src/Command/Redis/SELECT.php index 43d64c27..23c773a4 100644 --- a/src/Command/Redis/SELECT.php +++ b/src/Command/Redis/SELECT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SENTINEL.php b/src/Command/Redis/SENTINEL.php index 09ec3d34..1e05e8cf 100644 --- a/src/Command/Redis/SENTINEL.php +++ b/src/Command/Redis/SENTINEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SET.php b/src/Command/Redis/SET.php index eb22b849..1487815a 100644 --- a/src/Command/Redis/SET.php +++ b/src/Command/Redis/SET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SETBIT.php b/src/Command/Redis/SETBIT.php index 929eca24..3566e332 100644 --- a/src/Command/Redis/SETBIT.php +++ b/src/Command/Redis/SETBIT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SETEX.php b/src/Command/Redis/SETEX.php index e05f51f3..22189c52 100644 --- a/src/Command/Redis/SETEX.php +++ b/src/Command/Redis/SETEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SETNX.php b/src/Command/Redis/SETNX.php index 272439cd..8f8604fc 100644 --- a/src/Command/Redis/SETNX.php +++ b/src/Command/Redis/SETNX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SETRANGE.php b/src/Command/Redis/SETRANGE.php index a36fd119..843a1005 100644 --- a/src/Command/Redis/SETRANGE.php +++ b/src/Command/Redis/SETRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SHUTDOWN.php b/src/Command/Redis/SHUTDOWN.php index 4a1a9515..558fcf16 100644 --- a/src/Command/Redis/SHUTDOWN.php +++ b/src/Command/Redis/SHUTDOWN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SINTER.php b/src/Command/Redis/SINTER.php index a1d1ff28..604b032e 100644 --- a/src/Command/Redis/SINTER.php +++ b/src/Command/Redis/SINTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SINTERCARD.php b/src/Command/Redis/SINTERCARD.php index c611bdde..49f0c3c4 100644 --- a/src/Command/Redis/SINTERCARD.php +++ b/src/Command/Redis/SINTERCARD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SINTERSTORE.php b/src/Command/Redis/SINTERSTORE.php index fef133b7..b7b51417 100644 --- a/src/Command/Redis/SINTERSTORE.php +++ b/src/Command/Redis/SINTERSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SISMEMBER.php b/src/Command/Redis/SISMEMBER.php index f4b2bba5..41d4ebb7 100644 --- a/src/Command/Redis/SISMEMBER.php +++ b/src/Command/Redis/SISMEMBER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SLAVEOF.php b/src/Command/Redis/SLAVEOF.php index 51be7c53..1df62e82 100644 --- a/src/Command/Redis/SLAVEOF.php +++ b/src/Command/Redis/SLAVEOF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SLOWLOG.php b/src/Command/Redis/SLOWLOG.php index 9c96d4e3..3cdeb385 100644 --- a/src/Command/Redis/SLOWLOG.php +++ b/src/Command/Redis/SLOWLOG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SMEMBERS.php b/src/Command/Redis/SMEMBERS.php index 024037ca..1b373afa 100644 --- a/src/Command/Redis/SMEMBERS.php +++ b/src/Command/Redis/SMEMBERS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SMISMEMBER.php b/src/Command/Redis/SMISMEMBER.php index 8f0e228f..f34d05d6 100644 --- a/src/Command/Redis/SMISMEMBER.php +++ b/src/Command/Redis/SMISMEMBER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SMOVE.php b/src/Command/Redis/SMOVE.php index be45e523..2a4c9ac5 100644 --- a/src/Command/Redis/SMOVE.php +++ b/src/Command/Redis/SMOVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SORT.php b/src/Command/Redis/SORT.php index 49329383..b8fe82ab 100644 --- a/src/Command/Redis/SORT.php +++ b/src/Command/Redis/SORT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SORT_RO.php b/src/Command/Redis/SORT_RO.php index 888358d7..9f092c5a 100644 --- a/src/Command/Redis/SORT_RO.php +++ b/src/Command/Redis/SORT_RO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SPOP.php b/src/Command/Redis/SPOP.php index 94ab1ba2..6ba70486 100644 --- a/src/Command/Redis/SPOP.php +++ b/src/Command/Redis/SPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SRANDMEMBER.php b/src/Command/Redis/SRANDMEMBER.php index 53b76c35..1f4cd53f 100644 --- a/src/Command/Redis/SRANDMEMBER.php +++ b/src/Command/Redis/SRANDMEMBER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SREM.php b/src/Command/Redis/SREM.php index df3d548e..26124a65 100644 --- a/src/Command/Redis/SREM.php +++ b/src/Command/Redis/SREM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SSCAN.php b/src/Command/Redis/SSCAN.php index f8da4efc..4c3631b3 100644 --- a/src/Command/Redis/SSCAN.php +++ b/src/Command/Redis/SSCAN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/STRLEN.php b/src/Command/Redis/STRLEN.php index 976ffdce..f1d79772 100644 --- a/src/Command/Redis/STRLEN.php +++ b/src/Command/Redis/STRLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SUBSCRIBE.php b/src/Command/Redis/SUBSCRIBE.php index 8e770e40..82b1fdc6 100644 --- a/src/Command/Redis/SUBSCRIBE.php +++ b/src/Command/Redis/SUBSCRIBE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SUBSTR.php b/src/Command/Redis/SUBSTR.php index 4b515d44..c37aa1d0 100644 --- a/src/Command/Redis/SUBSTR.php +++ b/src/Command/Redis/SUBSTR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SUNION.php b/src/Command/Redis/SUNION.php index 09cea163..3789c47c 100644 --- a/src/Command/Redis/SUNION.php +++ b/src/Command/Redis/SUNION.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/SUNIONSTORE.php b/src/Command/Redis/SUNIONSTORE.php index f48f6194..ec775885 100644 --- a/src/Command/Redis/SUNIONSTORE.php +++ b/src/Command/Redis/SUNIONSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTAGGREGATE.php b/src/Command/Redis/Search/FTAGGREGATE.php index 8367c5d5..74a15839 100644 --- a/src/Command/Redis/Search/FTAGGREGATE.php +++ b/src/Command/Redis/Search/FTAGGREGATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTALIASADD.php b/src/Command/Redis/Search/FTALIASADD.php index 9ae3e9b3..12b19456 100644 --- a/src/Command/Redis/Search/FTALIASADD.php +++ b/src/Command/Redis/Search/FTALIASADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTALIASDEL.php b/src/Command/Redis/Search/FTALIASDEL.php index fe895ccf..1ef32248 100644 --- a/src/Command/Redis/Search/FTALIASDEL.php +++ b/src/Command/Redis/Search/FTALIASDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTALIASUPDATE.php b/src/Command/Redis/Search/FTALIASUPDATE.php index b5adf005..28d522b2 100644 --- a/src/Command/Redis/Search/FTALIASUPDATE.php +++ b/src/Command/Redis/Search/FTALIASUPDATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTALTER.php b/src/Command/Redis/Search/FTALTER.php index ee12c1ff..a209af64 100644 --- a/src/Command/Redis/Search/FTALTER.php +++ b/src/Command/Redis/Search/FTALTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTCONFIG.php b/src/Command/Redis/Search/FTCONFIG.php index 2dbbc4a8..4cf74fe4 100644 --- a/src/Command/Redis/Search/FTCONFIG.php +++ b/src/Command/Redis/Search/FTCONFIG.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTCREATE.php b/src/Command/Redis/Search/FTCREATE.php index 0072acd8..8d2a7ee0 100644 --- a/src/Command/Redis/Search/FTCREATE.php +++ b/src/Command/Redis/Search/FTCREATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTCURSOR.php b/src/Command/Redis/Search/FTCURSOR.php index 90b3d1d2..5794fa84 100644 --- a/src/Command/Redis/Search/FTCURSOR.php +++ b/src/Command/Redis/Search/FTCURSOR.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTDICTADD.php b/src/Command/Redis/Search/FTDICTADD.php index 39c9d82c..2c48ea60 100644 --- a/src/Command/Redis/Search/FTDICTADD.php +++ b/src/Command/Redis/Search/FTDICTADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTDICTDEL.php b/src/Command/Redis/Search/FTDICTDEL.php index 53cea18d..a18cae31 100644 --- a/src/Command/Redis/Search/FTDICTDEL.php +++ b/src/Command/Redis/Search/FTDICTDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTDICTDUMP.php b/src/Command/Redis/Search/FTDICTDUMP.php index 76ac30d5..b8323cf0 100644 --- a/src/Command/Redis/Search/FTDICTDUMP.php +++ b/src/Command/Redis/Search/FTDICTDUMP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTDROPINDEX.php b/src/Command/Redis/Search/FTDROPINDEX.php index 8ecadcdd..6282bdad 100644 --- a/src/Command/Redis/Search/FTDROPINDEX.php +++ b/src/Command/Redis/Search/FTDROPINDEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTEXPLAIN.php b/src/Command/Redis/Search/FTEXPLAIN.php index 7c6878a4..ad0b00af 100644 --- a/src/Command/Redis/Search/FTEXPLAIN.php +++ b/src/Command/Redis/Search/FTEXPLAIN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTINFO.php b/src/Command/Redis/Search/FTINFO.php index d4b86e17..26f6de6a 100644 --- a/src/Command/Redis/Search/FTINFO.php +++ b/src/Command/Redis/Search/FTINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTPROFILE.php b/src/Command/Redis/Search/FTPROFILE.php index 66c0b10d..e361807f 100644 --- a/src/Command/Redis/Search/FTPROFILE.php +++ b/src/Command/Redis/Search/FTPROFILE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSEARCH.php b/src/Command/Redis/Search/FTSEARCH.php index 6a10ee23..0d80be9f 100644 --- a/src/Command/Redis/Search/FTSEARCH.php +++ b/src/Command/Redis/Search/FTSEARCH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSPELLCHECK.php b/src/Command/Redis/Search/FTSPELLCHECK.php index b3939ca4..0d8360af 100644 --- a/src/Command/Redis/Search/FTSPELLCHECK.php +++ b/src/Command/Redis/Search/FTSPELLCHECK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSUGADD.php b/src/Command/Redis/Search/FTSUGADD.php index 3a76fe0a..e81e7579 100644 --- a/src/Command/Redis/Search/FTSUGADD.php +++ b/src/Command/Redis/Search/FTSUGADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSUGDEL.php b/src/Command/Redis/Search/FTSUGDEL.php index 97328242..90b0a5b7 100644 --- a/src/Command/Redis/Search/FTSUGDEL.php +++ b/src/Command/Redis/Search/FTSUGDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSUGGET.php b/src/Command/Redis/Search/FTSUGGET.php index e5190d6c..72dccd63 100644 --- a/src/Command/Redis/Search/FTSUGGET.php +++ b/src/Command/Redis/Search/FTSUGGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSUGLEN.php b/src/Command/Redis/Search/FTSUGLEN.php index 46219332..2bc406f3 100644 --- a/src/Command/Redis/Search/FTSUGLEN.php +++ b/src/Command/Redis/Search/FTSUGLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSYNDUMP.php b/src/Command/Redis/Search/FTSYNDUMP.php index d9fb4d15..59ebafaa 100644 --- a/src/Command/Redis/Search/FTSYNDUMP.php +++ b/src/Command/Redis/Search/FTSYNDUMP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTSYNUPDATE.php b/src/Command/Redis/Search/FTSYNUPDATE.php index 66644062..4302e5de 100644 --- a/src/Command/Redis/Search/FTSYNUPDATE.php +++ b/src/Command/Redis/Search/FTSYNUPDATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/Search/FTTAGVALS.php b/src/Command/Redis/Search/FTTAGVALS.php index 2fca9a92..0ec2c9de 100644 --- a/src/Command/Redis/Search/FTTAGVALS.php +++ b/src/Command/Redis/Search/FTTAGVALS.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTADD.php b/src/Command/Redis/TDigest/TDIGESTADD.php index fbe93d3a..5a060d90 100644 --- a/src/Command/Redis/TDigest/TDIGESTADD.php +++ b/src/Command/Redis/TDigest/TDIGESTADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTBYRANK.php b/src/Command/Redis/TDigest/TDIGESTBYRANK.php index 80235f97..7e366021 100644 --- a/src/Command/Redis/TDigest/TDIGESTBYRANK.php +++ b/src/Command/Redis/TDigest/TDIGESTBYRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTBYREVRANK.php b/src/Command/Redis/TDigest/TDIGESTBYREVRANK.php index 9cc499ec..e3eca0e3 100644 --- a/src/Command/Redis/TDigest/TDIGESTBYREVRANK.php +++ b/src/Command/Redis/TDigest/TDIGESTBYREVRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTCDF.php b/src/Command/Redis/TDigest/TDIGESTCDF.php index 4b4b0a83..9da737a6 100644 --- a/src/Command/Redis/TDigest/TDIGESTCDF.php +++ b/src/Command/Redis/TDigest/TDIGESTCDF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTCREATE.php b/src/Command/Redis/TDigest/TDIGESTCREATE.php index 462d7a31..d975ee3d 100644 --- a/src/Command/Redis/TDigest/TDIGESTCREATE.php +++ b/src/Command/Redis/TDigest/TDIGESTCREATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTINFO.php b/src/Command/Redis/TDigest/TDIGESTINFO.php index cd64bafc..93c98292 100644 --- a/src/Command/Redis/TDigest/TDIGESTINFO.php +++ b/src/Command/Redis/TDigest/TDIGESTINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTMAX.php b/src/Command/Redis/TDigest/TDIGESTMAX.php index 95d72010..f6488459 100644 --- a/src/Command/Redis/TDigest/TDIGESTMAX.php +++ b/src/Command/Redis/TDigest/TDIGESTMAX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTMERGE.php b/src/Command/Redis/TDigest/TDIGESTMERGE.php index 7ca03eba..5c60ac30 100644 --- a/src/Command/Redis/TDigest/TDIGESTMERGE.php +++ b/src/Command/Redis/TDigest/TDIGESTMERGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTMIN.php b/src/Command/Redis/TDigest/TDIGESTMIN.php index 6795c12d..77f1d5f6 100644 --- a/src/Command/Redis/TDigest/TDIGESTMIN.php +++ b/src/Command/Redis/TDigest/TDIGESTMIN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTQUANTILE.php b/src/Command/Redis/TDigest/TDIGESTQUANTILE.php index 3a1bbdf3..dae3c292 100644 --- a/src/Command/Redis/TDigest/TDIGESTQUANTILE.php +++ b/src/Command/Redis/TDigest/TDIGESTQUANTILE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTRANK.php b/src/Command/Redis/TDigest/TDIGESTRANK.php index 624835b7..e0c32556 100644 --- a/src/Command/Redis/TDigest/TDIGESTRANK.php +++ b/src/Command/Redis/TDigest/TDIGESTRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTRESET.php b/src/Command/Redis/TDigest/TDIGESTRESET.php index 6fa0f311..20fb8741 100644 --- a/src/Command/Redis/TDigest/TDIGESTRESET.php +++ b/src/Command/Redis/TDigest/TDIGESTRESET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTREVRANK.php b/src/Command/Redis/TDigest/TDIGESTREVRANK.php index 3bf5a08e..e6edbd89 100644 --- a/src/Command/Redis/TDigest/TDIGESTREVRANK.php +++ b/src/Command/Redis/TDigest/TDIGESTREVRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php b/src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php index b624eef5..2490eef3 100644 --- a/src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php +++ b/src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TIME.php b/src/Command/Redis/TIME.php index a4a2cb7f..7c3ba199 100644 --- a/src/Command/Redis/TIME.php +++ b/src/Command/Redis/TIME.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TOUCH.php b/src/Command/Redis/TOUCH.php index 9cd3817c..2991d6cc 100644 --- a/src/Command/Redis/TOUCH.php +++ b/src/Command/Redis/TOUCH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TTL.php b/src/Command/Redis/TTL.php index cf8f1141..77f9f346 100644 --- a/src/Command/Redis/TTL.php +++ b/src/Command/Redis/TTL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TYPE.php b/src/Command/Redis/TYPE.php index 6d15cbcf..08164544 100644 --- a/src/Command/Redis/TYPE.php +++ b/src/Command/Redis/TYPE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSADD.php b/src/Command/Redis/TimeSeries/TSADD.php index 7d92cd60..68707e56 100644 --- a/src/Command/Redis/TimeSeries/TSADD.php +++ b/src/Command/Redis/TimeSeries/TSADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSALTER.php b/src/Command/Redis/TimeSeries/TSALTER.php index f91e9d04..9d46fe2c 100644 --- a/src/Command/Redis/TimeSeries/TSALTER.php +++ b/src/Command/Redis/TimeSeries/TSALTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSCREATE.php b/src/Command/Redis/TimeSeries/TSCREATE.php index 7cf73fa8..29f815c0 100644 --- a/src/Command/Redis/TimeSeries/TSCREATE.php +++ b/src/Command/Redis/TimeSeries/TSCREATE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSCREATERULE.php b/src/Command/Redis/TimeSeries/TSCREATERULE.php index 047c35cd..9e9adcef 100644 --- a/src/Command/Redis/TimeSeries/TSCREATERULE.php +++ b/src/Command/Redis/TimeSeries/TSCREATERULE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSDECRBY.php b/src/Command/Redis/TimeSeries/TSDECRBY.php index d605f4e5..59787948 100644 --- a/src/Command/Redis/TimeSeries/TSDECRBY.php +++ b/src/Command/Redis/TimeSeries/TSDECRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSDEL.php b/src/Command/Redis/TimeSeries/TSDEL.php index 86982cda..83b9639b 100644 --- a/src/Command/Redis/TimeSeries/TSDEL.php +++ b/src/Command/Redis/TimeSeries/TSDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSDELETERULE.php b/src/Command/Redis/TimeSeries/TSDELETERULE.php index 0b0d68c5..c24643c2 100644 --- a/src/Command/Redis/TimeSeries/TSDELETERULE.php +++ b/src/Command/Redis/TimeSeries/TSDELETERULE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSGET.php b/src/Command/Redis/TimeSeries/TSGET.php index 6bddeb05..13f84993 100644 --- a/src/Command/Redis/TimeSeries/TSGET.php +++ b/src/Command/Redis/TimeSeries/TSGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSINCRBY.php b/src/Command/Redis/TimeSeries/TSINCRBY.php index fbe570c0..e1bd0e0f 100644 --- a/src/Command/Redis/TimeSeries/TSINCRBY.php +++ b/src/Command/Redis/TimeSeries/TSINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSINFO.php b/src/Command/Redis/TimeSeries/TSINFO.php index ee259ab2..5ce146a2 100644 --- a/src/Command/Redis/TimeSeries/TSINFO.php +++ b/src/Command/Redis/TimeSeries/TSINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSMADD.php b/src/Command/Redis/TimeSeries/TSMADD.php index af8d459a..02fc03e2 100644 --- a/src/Command/Redis/TimeSeries/TSMADD.php +++ b/src/Command/Redis/TimeSeries/TSMADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSMGET.php b/src/Command/Redis/TimeSeries/TSMGET.php index c28add86..4cf82699 100644 --- a/src/Command/Redis/TimeSeries/TSMGET.php +++ b/src/Command/Redis/TimeSeries/TSMGET.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSMRANGE.php b/src/Command/Redis/TimeSeries/TSMRANGE.php index edce0d35..0420acaa 100644 --- a/src/Command/Redis/TimeSeries/TSMRANGE.php +++ b/src/Command/Redis/TimeSeries/TSMRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSMREVRANGE.php b/src/Command/Redis/TimeSeries/TSMREVRANGE.php index 5937bb0c..44dd91b5 100644 --- a/src/Command/Redis/TimeSeries/TSMREVRANGE.php +++ b/src/Command/Redis/TimeSeries/TSMREVRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSQUERYINDEX.php b/src/Command/Redis/TimeSeries/TSQUERYINDEX.php index b6d28a1a..2451dcd5 100644 --- a/src/Command/Redis/TimeSeries/TSQUERYINDEX.php +++ b/src/Command/Redis/TimeSeries/TSQUERYINDEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSRANGE.php b/src/Command/Redis/TimeSeries/TSRANGE.php index fef789d9..253ba4ad 100644 --- a/src/Command/Redis/TimeSeries/TSRANGE.php +++ b/src/Command/Redis/TimeSeries/TSRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TimeSeries/TSREVRANGE.php b/src/Command/Redis/TimeSeries/TSREVRANGE.php index a1676d10..2054fabe 100644 --- a/src/Command/Redis/TimeSeries/TSREVRANGE.php +++ b/src/Command/Redis/TimeSeries/TSREVRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKADD.php b/src/Command/Redis/TopK/TOPKADD.php index f431d0d7..990faaf5 100644 --- a/src/Command/Redis/TopK/TOPKADD.php +++ b/src/Command/Redis/TopK/TOPKADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKINCRBY.php b/src/Command/Redis/TopK/TOPKINCRBY.php index cb4d3a0b..c7fb9a6c 100644 --- a/src/Command/Redis/TopK/TOPKINCRBY.php +++ b/src/Command/Redis/TopK/TOPKINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKINFO.php b/src/Command/Redis/TopK/TOPKINFO.php index b8280d0e..50a8ffac 100644 --- a/src/Command/Redis/TopK/TOPKINFO.php +++ b/src/Command/Redis/TopK/TOPKINFO.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKLIST.php b/src/Command/Redis/TopK/TOPKLIST.php index 1e234033..d516b2a8 100644 --- a/src/Command/Redis/TopK/TOPKLIST.php +++ b/src/Command/Redis/TopK/TOPKLIST.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKQUERY.php b/src/Command/Redis/TopK/TOPKQUERY.php index 443a2117..58549351 100644 --- a/src/Command/Redis/TopK/TOPKQUERY.php +++ b/src/Command/Redis/TopK/TOPKQUERY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/TopK/TOPKRESERVE.php b/src/Command/Redis/TopK/TOPKRESERVE.php index 510b024e..14415489 100644 --- a/src/Command/Redis/TopK/TOPKRESERVE.php +++ b/src/Command/Redis/TopK/TOPKRESERVE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/UNSUBSCRIBE.php b/src/Command/Redis/UNSUBSCRIBE.php index 98c590dc..9839e49c 100644 --- a/src/Command/Redis/UNSUBSCRIBE.php +++ b/src/Command/Redis/UNSUBSCRIBE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/UNWATCH.php b/src/Command/Redis/UNWATCH.php index 1a810fc3..089b95f4 100644 --- a/src/Command/Redis/UNWATCH.php +++ b/src/Command/Redis/UNWATCH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/WAITAOF.php b/src/Command/Redis/WAITAOF.php index be4d1243..a07a7643 100644 --- a/src/Command/Redis/WAITAOF.php +++ b/src/Command/Redis/WAITAOF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/WATCH.php b/src/Command/Redis/WATCH.php index 8fa91fb2..3360f98b 100644 --- a/src/Command/Redis/WATCH.php +++ b/src/Command/Redis/WATCH.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XADD.php b/src/Command/Redis/XADD.php index e3a86d7c..cab786f1 100644 --- a/src/Command/Redis/XADD.php +++ b/src/Command/Redis/XADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XDEL.php b/src/Command/Redis/XDEL.php index dba7c600..dffd2dea 100644 --- a/src/Command/Redis/XDEL.php +++ b/src/Command/Redis/XDEL.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XLEN.php b/src/Command/Redis/XLEN.php index 413f1b0f..9bac0a97 100644 --- a/src/Command/Redis/XLEN.php +++ b/src/Command/Redis/XLEN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XRANGE.php b/src/Command/Redis/XRANGE.php index 68c31fb8..49e8ac28 100644 --- a/src/Command/Redis/XRANGE.php +++ b/src/Command/Redis/XRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XREAD.php b/src/Command/Redis/XREAD.php index b4038acb..523050be 100644 --- a/src/Command/Redis/XREAD.php +++ b/src/Command/Redis/XREAD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XREVRANGE.php b/src/Command/Redis/XREVRANGE.php index c92afc64..5704cefc 100644 --- a/src/Command/Redis/XREVRANGE.php +++ b/src/Command/Redis/XREVRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/XTRIM.php b/src/Command/Redis/XTRIM.php index 8bdb24f9..9cfe22e7 100644 --- a/src/Command/Redis/XTRIM.php +++ b/src/Command/Redis/XTRIM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZADD.php b/src/Command/Redis/ZADD.php index 72cbbbd7..01874703 100644 --- a/src/Command/Redis/ZADD.php +++ b/src/Command/Redis/ZADD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZCARD.php b/src/Command/Redis/ZCARD.php index d83ab619..c0b2389c 100644 --- a/src/Command/Redis/ZCARD.php +++ b/src/Command/Redis/ZCARD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZCOUNT.php b/src/Command/Redis/ZCOUNT.php index 381ecf4c..8e6ef5e5 100644 --- a/src/Command/Redis/ZCOUNT.php +++ b/src/Command/Redis/ZCOUNT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZDIFF.php b/src/Command/Redis/ZDIFF.php index 04dc3be3..5a493302 100644 --- a/src/Command/Redis/ZDIFF.php +++ b/src/Command/Redis/ZDIFF.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZDIFFSTORE.php b/src/Command/Redis/ZDIFFSTORE.php index ccae228e..aba401bb 100644 --- a/src/Command/Redis/ZDIFFSTORE.php +++ b/src/Command/Redis/ZDIFFSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZINCRBY.php b/src/Command/Redis/ZINCRBY.php index d3d9bf4f..c5047299 100644 --- a/src/Command/Redis/ZINCRBY.php +++ b/src/Command/Redis/ZINCRBY.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZINTER.php b/src/Command/Redis/ZINTER.php index 955905c2..65e9955c 100644 --- a/src/Command/Redis/ZINTER.php +++ b/src/Command/Redis/ZINTER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZINTERCARD.php b/src/Command/Redis/ZINTERCARD.php index fb89cab4..8168fc60 100644 --- a/src/Command/Redis/ZINTERCARD.php +++ b/src/Command/Redis/ZINTERCARD.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZINTERSTORE.php b/src/Command/Redis/ZINTERSTORE.php index 8b729c77..80d85101 100644 --- a/src/Command/Redis/ZINTERSTORE.php +++ b/src/Command/Redis/ZINTERSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZLEXCOUNT.php b/src/Command/Redis/ZLEXCOUNT.php index 4f5977c9..c32f7215 100644 --- a/src/Command/Redis/ZLEXCOUNT.php +++ b/src/Command/Redis/ZLEXCOUNT.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZMPOP.php b/src/Command/Redis/ZMPOP.php index 6f56065e..1ff7f897 100644 --- a/src/Command/Redis/ZMPOP.php +++ b/src/Command/Redis/ZMPOP.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZMSCORE.php b/src/Command/Redis/ZMSCORE.php index 8feb7ce9..0455fad2 100644 --- a/src/Command/Redis/ZMSCORE.php +++ b/src/Command/Redis/ZMSCORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZPOPMAX.php b/src/Command/Redis/ZPOPMAX.php index 15868d83..1339f054 100644 --- a/src/Command/Redis/ZPOPMAX.php +++ b/src/Command/Redis/ZPOPMAX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZPOPMIN.php b/src/Command/Redis/ZPOPMIN.php index 1e65074a..c0657c91 100644 --- a/src/Command/Redis/ZPOPMIN.php +++ b/src/Command/Redis/ZPOPMIN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANDMEMBER.php b/src/Command/Redis/ZRANDMEMBER.php index 560fb186..b1d2ca71 100644 --- a/src/Command/Redis/ZRANDMEMBER.php +++ b/src/Command/Redis/ZRANDMEMBER.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANGE.php b/src/Command/Redis/ZRANGE.php index 12ca6ad6..24325244 100644 --- a/src/Command/Redis/ZRANGE.php +++ b/src/Command/Redis/ZRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANGEBYLEX.php b/src/Command/Redis/ZRANGEBYLEX.php index 34e7e1e0..6b0ad969 100644 --- a/src/Command/Redis/ZRANGEBYLEX.php +++ b/src/Command/Redis/ZRANGEBYLEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANGEBYSCORE.php b/src/Command/Redis/ZRANGEBYSCORE.php index fcd74239..b7f279a2 100644 --- a/src/Command/Redis/ZRANGEBYSCORE.php +++ b/src/Command/Redis/ZRANGEBYSCORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANGESTORE.php b/src/Command/Redis/ZRANGESTORE.php index ff193523..f61d41e7 100644 --- a/src/Command/Redis/ZRANGESTORE.php +++ b/src/Command/Redis/ZRANGESTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZRANK.php b/src/Command/Redis/ZRANK.php index c734a71b..b8e2df7e 100644 --- a/src/Command/Redis/ZRANK.php +++ b/src/Command/Redis/ZRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREM.php b/src/Command/Redis/ZREM.php index f8267e9e..fc6f5777 100644 --- a/src/Command/Redis/ZREM.php +++ b/src/Command/Redis/ZREM.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREMRANGEBYLEX.php b/src/Command/Redis/ZREMRANGEBYLEX.php index 2343bb83..3370c678 100644 --- a/src/Command/Redis/ZREMRANGEBYLEX.php +++ b/src/Command/Redis/ZREMRANGEBYLEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREMRANGEBYRANK.php b/src/Command/Redis/ZREMRANGEBYRANK.php index 5b93f4dc..ad9fd56b 100644 --- a/src/Command/Redis/ZREMRANGEBYRANK.php +++ b/src/Command/Redis/ZREMRANGEBYRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREMRANGEBYSCORE.php b/src/Command/Redis/ZREMRANGEBYSCORE.php index 6845536e..3e9265e1 100644 --- a/src/Command/Redis/ZREMRANGEBYSCORE.php +++ b/src/Command/Redis/ZREMRANGEBYSCORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREVRANGE.php b/src/Command/Redis/ZREVRANGE.php index b6e16384..52ed092b 100644 --- a/src/Command/Redis/ZREVRANGE.php +++ b/src/Command/Redis/ZREVRANGE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREVRANGEBYLEX.php b/src/Command/Redis/ZREVRANGEBYLEX.php index 2405fcaf..e70cb5fe 100644 --- a/src/Command/Redis/ZREVRANGEBYLEX.php +++ b/src/Command/Redis/ZREVRANGEBYLEX.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREVRANGEBYSCORE.php b/src/Command/Redis/ZREVRANGEBYSCORE.php index 07b539da..2cecd1df 100644 --- a/src/Command/Redis/ZREVRANGEBYSCORE.php +++ b/src/Command/Redis/ZREVRANGEBYSCORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZREVRANK.php b/src/Command/Redis/ZREVRANK.php index 8172044d..4794fd1e 100644 --- a/src/Command/Redis/ZREVRANK.php +++ b/src/Command/Redis/ZREVRANK.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZSCAN.php b/src/Command/Redis/ZSCAN.php index 83befa0b..97ef59d2 100644 --- a/src/Command/Redis/ZSCAN.php +++ b/src/Command/Redis/ZSCAN.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZSCORE.php b/src/Command/Redis/ZSCORE.php index 5aeaf7ab..2728a9f8 100644 --- a/src/Command/Redis/ZSCORE.php +++ b/src/Command/Redis/ZSCORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZUNION.php b/src/Command/Redis/ZUNION.php index b215c769..67fec6cf 100644 --- a/src/Command/Redis/ZUNION.php +++ b/src/Command/Redis/ZUNION.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Redis/ZUNIONSTORE.php b/src/Command/Redis/ZUNIONSTORE.php index 25c072d1..94b98d81 100644 --- a/src/Command/Redis/ZUNIONSTORE.php +++ b/src/Command/Redis/ZUNIONSTORE.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/RedisFactory.php b/src/Command/RedisFactory.php index c7d785a0..a20b4d51 100644 --- a/src/Command/RedisFactory.php +++ b/src/Command/RedisFactory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/ScriptCommand.php b/src/Command/ScriptCommand.php index b9b845c6..d978649c 100644 --- a/src/Command/ScriptCommand.php +++ b/src/Command/ScriptCommand.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/DeleteStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/DeleteStrategy.php index d759799e..4c12cfd4 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/DeleteStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/DeleteStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/DumpStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/DumpStrategy.php index 6f804ddf..a98bc5d7 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/DumpStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/DumpStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/FlushStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/FlushStrategy.php index 14501222..30c9ee94 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/FlushStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/FlushStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/KillStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/KillStrategy.php index 38c1410d..1ba351a7 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/KillStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/KillStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/ListStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/ListStrategy.php index 79b6eb15..1df993be 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/ListStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/ListStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/LoadStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/LoadStrategy.php index e8366987..44b46e43 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/LoadStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/LoadStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/RestoreStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/RestoreStrategy.php index 83de48b8..b2bcd469 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/RestoreStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/RestoreStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/ContainerCommands/Functions/StatsStrategy.php b/src/Command/Strategy/ContainerCommands/Functions/StatsStrategy.php index 8d3d5b88..ea8c9c53 100644 --- a/src/Command/Strategy/ContainerCommands/Functions/StatsStrategy.php +++ b/src/Command/Strategy/ContainerCommands/Functions/StatsStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/StrategyResolverInterface.php b/src/Command/Strategy/StrategyResolverInterface.php index cb57654a..88f20057 100644 --- a/src/Command/Strategy/StrategyResolverInterface.php +++ b/src/Command/Strategy/StrategyResolverInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/SubcommandStrategyInterface.php b/src/Command/Strategy/SubcommandStrategyInterface.php index 48abd847..c3bc9b78 100644 --- a/src/Command/Strategy/SubcommandStrategyInterface.php +++ b/src/Command/Strategy/SubcommandStrategyInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Strategy/SubcommandStrategyResolver.php b/src/Command/Strategy/SubcommandStrategyResolver.php index 864b2a31..bc033606 100644 --- a/src/Command/Strategy/SubcommandStrategyResolver.php +++ b/src/Command/Strategy/SubcommandStrategyResolver.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Aggregate.php b/src/Command/Traits/Aggregate.php index 79b8c6e9..da4479e7 100644 --- a/src/Command/Traits/Aggregate.php +++ b/src/Command/Traits/Aggregate.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BitByte.php b/src/Command/Traits/BitByte.php index 827c5320..03d255f0 100644 --- a/src/Command/Traits/BitByte.php +++ b/src/Command/Traits/BitByte.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/BucketSize.php b/src/Command/Traits/BloomFilters/BucketSize.php index a784b093..4217efa3 100644 --- a/src/Command/Traits/BloomFilters/BucketSize.php +++ b/src/Command/Traits/BloomFilters/BucketSize.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/Capacity.php b/src/Command/Traits/BloomFilters/Capacity.php index f29ccc29..52929cc4 100644 --- a/src/Command/Traits/BloomFilters/Capacity.php +++ b/src/Command/Traits/BloomFilters/Capacity.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/Error.php b/src/Command/Traits/BloomFilters/Error.php index b410ec39..91037622 100644 --- a/src/Command/Traits/BloomFilters/Error.php +++ b/src/Command/Traits/BloomFilters/Error.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/Expansion.php b/src/Command/Traits/BloomFilters/Expansion.php index 1cd244d8..0fb1764d 100644 --- a/src/Command/Traits/BloomFilters/Expansion.php +++ b/src/Command/Traits/BloomFilters/Expansion.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/Items.php b/src/Command/Traits/BloomFilters/Items.php index 198e6e08..87d1533a 100644 --- a/src/Command/Traits/BloomFilters/Items.php +++ b/src/Command/Traits/BloomFilters/Items.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/MaxIterations.php b/src/Command/Traits/BloomFilters/MaxIterations.php index e5ad76f3..05cc33bc 100644 --- a/src/Command/Traits/BloomFilters/MaxIterations.php +++ b/src/Command/Traits/BloomFilters/MaxIterations.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/BloomFilters/NoCreate.php b/src/Command/Traits/BloomFilters/NoCreate.php index d243afdd..85f7ae84 100644 --- a/src/Command/Traits/BloomFilters/NoCreate.php +++ b/src/Command/Traits/BloomFilters/NoCreate.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/By/ByArgument.php b/src/Command/Traits/By/ByArgument.php index db808104..c8e018a4 100644 --- a/src/Command/Traits/By/ByArgument.php +++ b/src/Command/Traits/By/ByArgument.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/By/ByLexByScore.php b/src/Command/Traits/By/ByLexByScore.php index 67ebfb6f..97c2ddd6 100644 --- a/src/Command/Traits/By/ByLexByScore.php +++ b/src/Command/Traits/By/ByLexByScore.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/By/GeoBy.php b/src/Command/Traits/By/GeoBy.php index d17613ef..ecbb8df2 100644 --- a/src/Command/Traits/By/GeoBy.php +++ b/src/Command/Traits/By/GeoBy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Count.php b/src/Command/Traits/Count.php index c78e5441..a9a91b41 100644 --- a/src/Command/Traits/Count.php +++ b/src/Command/Traits/Count.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/DB.php b/src/Command/Traits/DB.php index f113aa09..6519b7d1 100644 --- a/src/Command/Traits/DB.php +++ b/src/Command/Traits/DB.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Expire/ExpireOptions.php b/src/Command/Traits/Expire/ExpireOptions.php index 33dfb9e5..9154d646 100644 --- a/src/Command/Traits/Expire/ExpireOptions.php +++ b/src/Command/Traits/Expire/ExpireOptions.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/From/GeoFrom.php b/src/Command/Traits/From/GeoFrom.php index 3ef56ce6..4fe9bbed 100644 --- a/src/Command/Traits/From/GeoFrom.php +++ b/src/Command/Traits/From/GeoFrom.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Get/Get.php b/src/Command/Traits/Get/Get.php index 7d213d33..c01003ee 100644 --- a/src/Command/Traits/Get/Get.php +++ b/src/Command/Traits/Get/Get.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Json/Indent.php b/src/Command/Traits/Json/Indent.php index 25707adb..80ddcd5e 100644 --- a/src/Command/Traits/Json/Indent.php +++ b/src/Command/Traits/Json/Indent.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Json/Newline.php b/src/Command/Traits/Json/Newline.php index 170a0370..ba9ecb68 100644 --- a/src/Command/Traits/Json/Newline.php +++ b/src/Command/Traits/Json/Newline.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Json/NxXxArgument.php b/src/Command/Traits/Json/NxXxArgument.php index 40b9e32d..12023192 100644 --- a/src/Command/Traits/Json/NxXxArgument.php +++ b/src/Command/Traits/Json/NxXxArgument.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Json/Space.php b/src/Command/Traits/Json/Space.php index acd77fa3..1ecea03c 100644 --- a/src/Command/Traits/Json/Space.php +++ b/src/Command/Traits/Json/Space.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Keys.php b/src/Command/Traits/Keys.php index 42b8d1ef..e18a017c 100644 --- a/src/Command/Traits/Keys.php +++ b/src/Command/Traits/Keys.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/LeftRight.php b/src/Command/Traits/LeftRight.php index 41954841..9f9c0813 100644 --- a/src/Command/Traits/LeftRight.php +++ b/src/Command/Traits/LeftRight.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Limit/Limit.php b/src/Command/Traits/Limit/Limit.php index fd13e68e..8768d123 100644 --- a/src/Command/Traits/Limit/Limit.php +++ b/src/Command/Traits/Limit/Limit.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Limit/LimitObject.php b/src/Command/Traits/Limit/LimitObject.php index 244b475c..7b998c09 100644 --- a/src/Command/Traits/Limit/LimitObject.php +++ b/src/Command/Traits/Limit/LimitObject.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/MinMaxModifier.php b/src/Command/Traits/MinMaxModifier.php index 11ac7f2c..e15abd91 100644 --- a/src/Command/Traits/MinMaxModifier.php +++ b/src/Command/Traits/MinMaxModifier.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Replace.php b/src/Command/Traits/Replace.php index 3753e6d7..9182be2e 100644 --- a/src/Command/Traits/Replace.php +++ b/src/Command/Traits/Replace.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Rev.php b/src/Command/Traits/Rev.php index e21acfeb..fb7dc2c3 100644 --- a/src/Command/Traits/Rev.php +++ b/src/Command/Traits/Rev.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Sorting.php b/src/Command/Traits/Sorting.php index c287c199..a70c4c1f 100644 --- a/src/Command/Traits/Sorting.php +++ b/src/Command/Traits/Sorting.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Storedist.php b/src/Command/Traits/Storedist.php index 0b9856a3..8a5e5d6b 100644 --- a/src/Command/Traits/Storedist.php +++ b/src/Command/Traits/Storedist.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Timeout.php b/src/Command/Traits/Timeout.php index 62b1c9f4..220a85fb 100644 --- a/src/Command/Traits/Timeout.php +++ b/src/Command/Traits/Timeout.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/To/ServerTo.php b/src/Command/Traits/To/ServerTo.php index 1bcdccb2..012753a3 100644 --- a/src/Command/Traits/To/ServerTo.php +++ b/src/Command/Traits/To/ServerTo.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/Weights.php b/src/Command/Traits/Weights.php index 7df8ac8e..0bf83fc4 100644 --- a/src/Command/Traits/Weights.php +++ b/src/Command/Traits/Weights.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/With/WithCoord.php b/src/Command/Traits/With/WithCoord.php index a2b982ee..1a314890 100644 --- a/src/Command/Traits/With/WithCoord.php +++ b/src/Command/Traits/With/WithCoord.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/With/WithDist.php b/src/Command/Traits/With/WithDist.php index 25c99f29..8884ab3f 100644 --- a/src/Command/Traits/With/WithDist.php +++ b/src/Command/Traits/With/WithDist.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/With/WithHash.php b/src/Command/Traits/With/WithHash.php index 05647c72..6088b08d 100644 --- a/src/Command/Traits/With/WithHash.php +++ b/src/Command/Traits/With/WithHash.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/With/WithScores.php b/src/Command/Traits/With/WithScores.php index e8872386..01a361f5 100644 --- a/src/Command/Traits/With/WithScores.php +++ b/src/Command/Traits/With/WithScores.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Command/Traits/With/WithValues.php b/src/Command/Traits/With/WithValues.php index 70900d43..7f90740c 100644 --- a/src/Command/Traits/With/WithValues.php +++ b/src/Command/Traits/With/WithValues.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/CommunicationException.php b/src/CommunicationException.php index da70d62b..0b57e31e 100644 --- a/src/CommunicationException.php +++ b/src/CommunicationException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Aggregate.php b/src/Configuration/Option/Aggregate.php index 76b623b2..13d71984 100644 --- a/src/Configuration/Option/Aggregate.php +++ b/src/Configuration/Option/Aggregate.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/CRC16.php b/src/Configuration/Option/CRC16.php index 1b3f1093..8c4fdf2e 100644 --- a/src/Configuration/Option/CRC16.php +++ b/src/Configuration/Option/CRC16.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Cluster.php b/src/Configuration/Option/Cluster.php index c3c50552..e2078b82 100644 --- a/src/Configuration/Option/Cluster.php +++ b/src/Configuration/Option/Cluster.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Commands.php b/src/Configuration/Option/Commands.php index 6f9a31b3..376ccc17 100644 --- a/src/Configuration/Option/Commands.php +++ b/src/Configuration/Option/Commands.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Connections.php b/src/Configuration/Option/Connections.php index 40988fed..02f065ec 100644 --- a/src/Configuration/Option/Connections.php +++ b/src/Configuration/Option/Connections.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Exceptions.php b/src/Configuration/Option/Exceptions.php index 2a779845..dcad452a 100644 --- a/src/Configuration/Option/Exceptions.php +++ b/src/Configuration/Option/Exceptions.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Prefix.php b/src/Configuration/Option/Prefix.php index c8635f0d..83142c93 100644 --- a/src/Configuration/Option/Prefix.php +++ b/src/Configuration/Option/Prefix.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Option/Replication.php b/src/Configuration/Option/Replication.php index 7717a7dd..99077407 100644 --- a/src/Configuration/Option/Replication.php +++ b/src/Configuration/Option/Replication.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/OptionInterface.php b/src/Configuration/OptionInterface.php index 6250216a..16462800 100644 --- a/src/Configuration/OptionInterface.php +++ b/src/Configuration/OptionInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/Options.php b/src/Configuration/Options.php index 62513b6b..a36e124e 100644 --- a/src/Configuration/Options.php +++ b/src/Configuration/Options.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Configuration/OptionsInterface.php b/src/Configuration/OptionsInterface.php index 96fd647a..ff7aade9 100644 --- a/src/Configuration/OptionsInterface.php +++ b/src/Configuration/OptionsInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/AbstractConnection.php b/src/Connection/AbstractConnection.php index 08b81d9d..93fe782e 100644 --- a/src/Connection/AbstractConnection.php +++ b/src/Connection/AbstractConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/AggregateConnectionInterface.php b/src/Connection/AggregateConnectionInterface.php index e5849ef5..c42df8b4 100644 --- a/src/Connection/AggregateConnectionInterface.php +++ b/src/Connection/AggregateConnectionInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Cluster/ClusterInterface.php b/src/Connection/Cluster/ClusterInterface.php index 757b671d..dd6e9265 100644 --- a/src/Connection/Cluster/ClusterInterface.php +++ b/src/Connection/Cluster/ClusterInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Cluster/PredisCluster.php b/src/Connection/Cluster/PredisCluster.php index eada2519..a5c880ad 100644 --- a/src/Connection/Cluster/PredisCluster.php +++ b/src/Connection/Cluster/PredisCluster.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Cluster/RedisCluster.php b/src/Connection/Cluster/RedisCluster.php index ddcb5da6..34dc5703 100644 --- a/src/Connection/Cluster/RedisCluster.php +++ b/src/Connection/Cluster/RedisCluster.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/CompositeConnectionInterface.php b/src/Connection/CompositeConnectionInterface.php index 5d02a258..1a0699d8 100644 --- a/src/Connection/CompositeConnectionInterface.php +++ b/src/Connection/CompositeConnectionInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/CompositeStreamConnection.php b/src/Connection/CompositeStreamConnection.php index 33e2535f..a6c14a93 100644 --- a/src/Connection/CompositeStreamConnection.php +++ b/src/Connection/CompositeStreamConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/ConnectionException.php b/src/Connection/ConnectionException.php index 322f0d83..5ec14bab 100644 --- a/src/Connection/ConnectionException.php +++ b/src/Connection/ConnectionException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/ConnectionInterface.php b/src/Connection/ConnectionInterface.php index f292afa5..6cea6532 100644 --- a/src/Connection/ConnectionInterface.php +++ b/src/Connection/ConnectionInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Factory.php b/src/Connection/Factory.php index 07db5167..41439283 100644 --- a/src/Connection/Factory.php +++ b/src/Connection/Factory.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/FactoryInterface.php b/src/Connection/FactoryInterface.php index 1f163324..5ef27475 100644 --- a/src/Connection/FactoryInterface.php +++ b/src/Connection/FactoryInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/NodeConnectionInterface.php b/src/Connection/NodeConnectionInterface.php index ee9838d5..d0aa4e17 100644 --- a/src/Connection/NodeConnectionInterface.php +++ b/src/Connection/NodeConnectionInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Parameters.php b/src/Connection/Parameters.php index c491526a..f1115d62 100644 --- a/src/Connection/Parameters.php +++ b/src/Connection/Parameters.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/ParametersInterface.php b/src/Connection/ParametersInterface.php index b48d118d..a163975e 100644 --- a/src/Connection/ParametersInterface.php +++ b/src/Connection/ParametersInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/PhpiredisSocketConnection.php b/src/Connection/PhpiredisSocketConnection.php index 9657d9fa..9a7f7bde 100644 --- a/src/Connection/PhpiredisSocketConnection.php +++ b/src/Connection/PhpiredisSocketConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/PhpiredisStreamConnection.php b/src/Connection/PhpiredisStreamConnection.php index 2a6e0ce2..d7198304 100644 --- a/src/Connection/PhpiredisStreamConnection.php +++ b/src/Connection/PhpiredisStreamConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/RelayConnection.php b/src/Connection/RelayConnection.php index b71b60b1..50bbc96f 100644 --- a/src/Connection/RelayConnection.php +++ b/src/Connection/RelayConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/RelayMethods.php b/src/Connection/RelayMethods.php index 116c8754..b2c4d744 100644 --- a/src/Connection/RelayMethods.php +++ b/src/Connection/RelayMethods.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Replication/MasterSlaveReplication.php b/src/Connection/Replication/MasterSlaveReplication.php index 10246fc8..35724863 100644 --- a/src/Connection/Replication/MasterSlaveReplication.php +++ b/src/Connection/Replication/MasterSlaveReplication.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Replication/ReplicationInterface.php b/src/Connection/Replication/ReplicationInterface.php index a59a5351..9540fc14 100644 --- a/src/Connection/Replication/ReplicationInterface.php +++ b/src/Connection/Replication/ReplicationInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/Replication/SentinelReplication.php b/src/Connection/Replication/SentinelReplication.php index 11c8178b..9d2b573a 100644 --- a/src/Connection/Replication/SentinelReplication.php +++ b/src/Connection/Replication/SentinelReplication.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/StreamConnection.php b/src/Connection/StreamConnection.php index 0d872e00..91c997f7 100644 --- a/src/Connection/StreamConnection.php +++ b/src/Connection/StreamConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Connection/WebdisConnection.php b/src/Connection/WebdisConnection.php index 040f557b..f9418e1b 100644 --- a/src/Connection/WebdisConnection.php +++ b/src/Connection/WebdisConnection.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Monitor/Consumer.php b/src/Monitor/Consumer.php index 7fd6c6be..0e083001 100644 --- a/src/Monitor/Consumer.php +++ b/src/Monitor/Consumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/NotSupportedException.php b/src/NotSupportedException.php index e766c9a1..fbbacce1 100644 --- a/src/NotSupportedException.php +++ b/src/NotSupportedException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/Atomic.php b/src/Pipeline/Atomic.php index 77fd5145..4e321a45 100644 --- a/src/Pipeline/Atomic.php +++ b/src/Pipeline/Atomic.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/ConnectionErrorProof.php b/src/Pipeline/ConnectionErrorProof.php index e6d96ee2..e655a7a6 100644 --- a/src/Pipeline/ConnectionErrorProof.php +++ b/src/Pipeline/ConnectionErrorProof.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/FireAndForget.php b/src/Pipeline/FireAndForget.php index 1f646ff7..705cb821 100644 --- a/src/Pipeline/FireAndForget.php +++ b/src/Pipeline/FireAndForget.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/Pipeline.php b/src/Pipeline/Pipeline.php index 30c5601d..d94246bc 100644 --- a/src/Pipeline/Pipeline.php +++ b/src/Pipeline/Pipeline.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/RelayAtomic.php b/src/Pipeline/RelayAtomic.php index c3fce43a..e1c869bb 100644 --- a/src/Pipeline/RelayAtomic.php +++ b/src/Pipeline/RelayAtomic.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Pipeline/RelayPipeline.php b/src/Pipeline/RelayPipeline.php index 00f08335..e6befec0 100644 --- a/src/Pipeline/RelayPipeline.php +++ b/src/Pipeline/RelayPipeline.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PredisException.php b/src/PredisException.php index dc11c0d1..ebb22501 100644 --- a/src/PredisException.php +++ b/src/PredisException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/ProtocolException.php b/src/Protocol/ProtocolException.php index 5bd59d0d..9795e1d8 100644 --- a/src/Protocol/ProtocolException.php +++ b/src/Protocol/ProtocolException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/ProtocolProcessorInterface.php b/src/Protocol/ProtocolProcessorInterface.php index c857a376..7caaed76 100644 --- a/src/Protocol/ProtocolProcessorInterface.php +++ b/src/Protocol/ProtocolProcessorInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/RequestSerializerInterface.php b/src/Protocol/RequestSerializerInterface.php index 51441ab1..3b6ec493 100644 --- a/src/Protocol/RequestSerializerInterface.php +++ b/src/Protocol/RequestSerializerInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/ResponseReaderInterface.php b/src/Protocol/ResponseReaderInterface.php index f1946f5c..db1c3fdd 100644 --- a/src/Protocol/ResponseReaderInterface.php +++ b/src/Protocol/ResponseReaderInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/CompositeProtocolProcessor.php b/src/Protocol/Text/CompositeProtocolProcessor.php index 55bb00ff..ccc773b6 100644 --- a/src/Protocol/Text/CompositeProtocolProcessor.php +++ b/src/Protocol/Text/CompositeProtocolProcessor.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/BulkResponse.php b/src/Protocol/Text/Handler/BulkResponse.php index 39963333..f83a95a7 100644 --- a/src/Protocol/Text/Handler/BulkResponse.php +++ b/src/Protocol/Text/Handler/BulkResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/ErrorResponse.php b/src/Protocol/Text/Handler/ErrorResponse.php index fb980407..249ecbd4 100644 --- a/src/Protocol/Text/Handler/ErrorResponse.php +++ b/src/Protocol/Text/Handler/ErrorResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/IntegerResponse.php b/src/Protocol/Text/Handler/IntegerResponse.php index a16a9092..5acd5097 100644 --- a/src/Protocol/Text/Handler/IntegerResponse.php +++ b/src/Protocol/Text/Handler/IntegerResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/MultiBulkResponse.php b/src/Protocol/Text/Handler/MultiBulkResponse.php index f470d916..e8136c18 100644 --- a/src/Protocol/Text/Handler/MultiBulkResponse.php +++ b/src/Protocol/Text/Handler/MultiBulkResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/ResponseHandlerInterface.php b/src/Protocol/Text/Handler/ResponseHandlerInterface.php index 870074a6..f424e905 100644 --- a/src/Protocol/Text/Handler/ResponseHandlerInterface.php +++ b/src/Protocol/Text/Handler/ResponseHandlerInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/StatusResponse.php b/src/Protocol/Text/Handler/StatusResponse.php index 0ef0698b..6dc7616a 100644 --- a/src/Protocol/Text/Handler/StatusResponse.php +++ b/src/Protocol/Text/Handler/StatusResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/Handler/StreamableMultiBulkResponse.php b/src/Protocol/Text/Handler/StreamableMultiBulkResponse.php index ac8aaea9..023290a9 100644 --- a/src/Protocol/Text/Handler/StreamableMultiBulkResponse.php +++ b/src/Protocol/Text/Handler/StreamableMultiBulkResponse.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/ProtocolProcessor.php b/src/Protocol/Text/ProtocolProcessor.php index ac44e231..478acb7b 100644 --- a/src/Protocol/Text/ProtocolProcessor.php +++ b/src/Protocol/Text/ProtocolProcessor.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/RequestSerializer.php b/src/Protocol/Text/RequestSerializer.php index 31d110b2..c42eafc9 100644 --- a/src/Protocol/Text/RequestSerializer.php +++ b/src/Protocol/Text/RequestSerializer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Protocol/Text/ResponseReader.php b/src/Protocol/Text/ResponseReader.php index 0c7c0e90..698a11d2 100644 --- a/src/Protocol/Text/ResponseReader.php +++ b/src/Protocol/Text/ResponseReader.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PubSub/AbstractConsumer.php b/src/PubSub/AbstractConsumer.php index 98b1fb00..fa4ea360 100644 --- a/src/PubSub/AbstractConsumer.php +++ b/src/PubSub/AbstractConsumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PubSub/Consumer.php b/src/PubSub/Consumer.php index 7c3e244e..76a0e259 100644 --- a/src/PubSub/Consumer.php +++ b/src/PubSub/Consumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PubSub/DispatcherLoop.php b/src/PubSub/DispatcherLoop.php index c3ba306e..ff0a5deb 100644 --- a/src/PubSub/DispatcherLoop.php +++ b/src/PubSub/DispatcherLoop.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PubSub/RelayConsumer.php b/src/PubSub/RelayConsumer.php index 5c15325d..5613f372 100644 --- a/src/PubSub/RelayConsumer.php +++ b/src/PubSub/RelayConsumer.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Replication/MissingMasterException.php b/src/Replication/MissingMasterException.php index 6550aeb5..ddfbb2f7 100644 --- a/src/Replication/MissingMasterException.php +++ b/src/Replication/MissingMasterException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Replication/ReplicationStrategy.php b/src/Replication/ReplicationStrategy.php index 3a806ce8..37e353f5 100644 --- a/src/Replication/ReplicationStrategy.php +++ b/src/Replication/ReplicationStrategy.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Replication/RoleException.php b/src/Replication/RoleException.php index 415432e2..65bac07c 100644 --- a/src/Replication/RoleException.php +++ b/src/Replication/RoleException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/Error.php b/src/Response/Error.php index 783549e0..f87fc47f 100644 --- a/src/Response/Error.php +++ b/src/Response/Error.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/ErrorInterface.php b/src/Response/ErrorInterface.php index a90420d7..d6eac7cd 100644 --- a/src/Response/ErrorInterface.php +++ b/src/Response/ErrorInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/Iterator/MultiBulk.php b/src/Response/Iterator/MultiBulk.php index 59488427..06f8764f 100644 --- a/src/Response/Iterator/MultiBulk.php +++ b/src/Response/Iterator/MultiBulk.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/Iterator/MultiBulkIterator.php b/src/Response/Iterator/MultiBulkIterator.php index 0584a1ad..6b5abba8 100644 --- a/src/Response/Iterator/MultiBulkIterator.php +++ b/src/Response/Iterator/MultiBulkIterator.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/Iterator/MultiBulkTuple.php b/src/Response/Iterator/MultiBulkTuple.php index b8740300..780d91df 100644 --- a/src/Response/Iterator/MultiBulkTuple.php +++ b/src/Response/Iterator/MultiBulkTuple.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/ResponseInterface.php b/src/Response/ResponseInterface.php index bd7671b4..120fe206 100644 --- a/src/Response/ResponseInterface.php +++ b/src/Response/ResponseInterface.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/ServerException.php b/src/Response/ServerException.php index 83d82c30..d90c39ba 100644 --- a/src/Response/ServerException.php +++ b/src/Response/ServerException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Response/Status.php b/src/Response/Status.php index 9b5ea1f1..af85fae2 100644 --- a/src/Response/Status.php +++ b/src/Response/Status.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Session/Handler.php b/src/Session/Handler.php index 2da5bfce..9d5de493 100644 --- a/src/Session/Handler.php +++ b/src/Session/Handler.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Transaction/AbortedMultiExecException.php b/src/Transaction/AbortedMultiExecException.php index 06329c96..4d88247d 100644 --- a/src/Transaction/AbortedMultiExecException.php +++ b/src/Transaction/AbortedMultiExecException.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Transaction/MultiExec.php b/src/Transaction/MultiExec.php index 7ef7f6dd..1d7a7455 100644 --- a/src/Transaction/MultiExec.php +++ b/src/Transaction/MultiExec.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Transaction/MultiExecState.php b/src/Transaction/MultiExecState.php index 97598bf8..3609927d 100644 --- a/src/Transaction/MultiExecState.php +++ b/src/Transaction/MultiExecState.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/ArrayHasSameValuesConstraint.php b/tests/PHPUnit/ArrayHasSameValuesConstraint.php index d61cb30e..fae99e48 100644 --- a/tests/PHPUnit/ArrayHasSameValuesConstraint.php +++ b/tests/PHPUnit/ArrayHasSameValuesConstraint.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/AssertSameWithPrecisionConstraint.php b/tests/PHPUnit/AssertSameWithPrecisionConstraint.php index d51184ec..308306c9 100644 --- a/tests/PHPUnit/AssertSameWithPrecisionConstraint.php +++ b/tests/PHPUnit/AssertSameWithPrecisionConstraint.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/OneOfConstraint.php b/tests/PHPUnit/OneOfConstraint.php index c3cabd51..8ce6938a 100644 --- a/tests/PHPUnit/OneOfConstraint.php +++ b/tests/PHPUnit/OneOfConstraint.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/PredisCommandTestCase.php b/tests/PHPUnit/PredisCommandTestCase.php index f53665b7..e443ee10 100644 --- a/tests/PHPUnit/PredisCommandTestCase.php +++ b/tests/PHPUnit/PredisCommandTestCase.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/PredisConnectionTestCase.php b/tests/PHPUnit/PredisConnectionTestCase.php index f7cc82fb..491b928c 100644 --- a/tests/PHPUnit/PredisConnectionTestCase.php +++ b/tests/PHPUnit/PredisConnectionTestCase.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/PredisDistributorTestCase.php b/tests/PHPUnit/PredisDistributorTestCase.php index 948b3402..421ebd6c 100644 --- a/tests/PHPUnit/PredisDistributorTestCase.php +++ b/tests/PHPUnit/PredisDistributorTestCase.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/PredisTestCase.php b/tests/PHPUnit/PredisTestCase.php index fb6184b1..55bff253 100644 --- a/tests/PHPUnit/PredisTestCase.php +++ b/tests/PHPUnit/PredisTestCase.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/PHPUnit/RedisCommandConstraint.php b/tests/PHPUnit/RedisCommandConstraint.php index 21f7566d..08881dc8 100644 --- a/tests/PHPUnit/RedisCommandConstraint.php +++ b/tests/PHPUnit/RedisCommandConstraint.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/ClientExceptionTest.php b/tests/Predis/ClientExceptionTest.php index eaa009ca..fb6b4e03 100644 --- a/tests/Predis/ClientExceptionTest.php +++ b/tests/Predis/ClientExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/ClientTest.php b/tests/Predis/ClientTest.php index d408e951..330e5cc5 100644 --- a/tests/Predis/ClientTest.php +++ b/tests/Predis/ClientTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php b/tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php index 96361358..b111a41f 100644 --- a/tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php +++ b/tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/Distributor/HashRingTest.php b/tests/Predis/Cluster/Distributor/HashRingTest.php index 39da8803..5479089d 100644 --- a/tests/Predis/Cluster/Distributor/HashRingTest.php +++ b/tests/Predis/Cluster/Distributor/HashRingTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/Distributor/KetamaRingTest.php b/tests/Predis/Cluster/Distributor/KetamaRingTest.php index f32be3eb..aa5f08ba 100644 --- a/tests/Predis/Cluster/Distributor/KetamaRingTest.php +++ b/tests/Predis/Cluster/Distributor/KetamaRingTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/Hash/CRC16Test.php b/tests/Predis/Cluster/Hash/CRC16Test.php index 29697463..16325c35 100644 --- a/tests/Predis/Cluster/Hash/CRC16Test.php +++ b/tests/Predis/Cluster/Hash/CRC16Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/Hash/PhpiredisCRC16Test.php b/tests/Predis/Cluster/Hash/PhpiredisCRC16Test.php index 7ba97a8b..b49fe73f 100644 --- a/tests/Predis/Cluster/Hash/PhpiredisCRC16Test.php +++ b/tests/Predis/Cluster/Hash/PhpiredisCRC16Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/PredisStrategyTest.php b/tests/Predis/Cluster/PredisStrategyTest.php index 150204ec..90bb73e0 100644 --- a/tests/Predis/Cluster/PredisStrategyTest.php +++ b/tests/Predis/Cluster/PredisStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/RedisStrategyTest.php b/tests/Predis/Cluster/RedisStrategyTest.php index c3cfd58b..e5d5493e 100644 --- a/tests/Predis/Cluster/RedisStrategyTest.php +++ b/tests/Predis/Cluster/RedisStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Cluster/SlotMapTest.php b/tests/Predis/Cluster/SlotMapTest.php index fa8b82b2..c7804d08 100644 --- a/tests/Predis/Cluster/SlotMapTest.php +++ b/tests/Predis/Cluster/SlotMapTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Collection/Iterator/HashKeyTest.php b/tests/Predis/Collection/Iterator/HashKeyTest.php index 6cc33b6f..0668c59a 100644 --- a/tests/Predis/Collection/Iterator/HashKeyTest.php +++ b/tests/Predis/Collection/Iterator/HashKeyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Collection/Iterator/KeyspaceTest.php b/tests/Predis/Collection/Iterator/KeyspaceTest.php index fa3e426a..176dac63 100644 --- a/tests/Predis/Collection/Iterator/KeyspaceTest.php +++ b/tests/Predis/Collection/Iterator/KeyspaceTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Collection/Iterator/ListKeyTest.php b/tests/Predis/Collection/Iterator/ListKeyTest.php index 9f6db3a8..e88ceb63 100644 --- a/tests/Predis/Collection/Iterator/ListKeyTest.php +++ b/tests/Predis/Collection/Iterator/ListKeyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Collection/Iterator/SetKeyTest.php b/tests/Predis/Collection/Iterator/SetKeyTest.php index 6a5f715b..724d458a 100644 --- a/tests/Predis/Collection/Iterator/SetKeyTest.php +++ b/tests/Predis/Collection/Iterator/SetKeyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Collection/Iterator/SortedSetKeyTest.php b/tests/Predis/Collection/Iterator/SortedSetKeyTest.php index eced4a65..bf209458 100644 --- a/tests/Predis/Collection/Iterator/SortedSetKeyTest.php +++ b/tests/Predis/Collection/Iterator/SortedSetKeyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php b/tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php index 6e49eaa9..12cbd839 100644 --- a/tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/CommonArgumentsTest.php b/tests/Predis/Command/Argument/Search/CommonArgumentsTest.php index a7c492a2..e85086b7 100644 --- a/tests/Predis/Command/Argument/Search/CommonArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/CommonArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/CreateArgumentsTest.php b/tests/Predis/Command/Argument/Search/CreateArgumentsTest.php index d7f98a36..9ebe6438 100644 --- a/tests/Predis/Command/Argument/Search/CreateArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/CreateArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/CursorArgumentsTest.php b/tests/Predis/Command/Argument/Search/CursorArgumentsTest.php index 2c79d03f..983a9786 100644 --- a/tests/Predis/Command/Argument/Search/CursorArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/CursorArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/DropArgumentsTest.php b/tests/Predis/Command/Argument/Search/DropArgumentsTest.php index 02031516..d80bfd4c 100644 --- a/tests/Predis/Command/Argument/Search/DropArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/DropArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php b/tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php index 8c8daca0..a21c8ef2 100644 --- a/tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/GeoFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/GeoFieldTest.php index e081ae5e..f8a455d0 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/GeoFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/GeoFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php index d95ace20..003e70ff 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/NumericFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/NumericFieldTest.php index e2f18082..68c1a094 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/NumericFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/NumericFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/TagFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/TagFieldTest.php index 17c3e294..7790f466 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/TagFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/TagFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/TextFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/TextFieldTest.php index 8cbf22b1..bbb34d37 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/TextFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/TextFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SchemaFields/VectorFieldTest.php b/tests/Predis/Command/Argument/Search/SchemaFields/VectorFieldTest.php index c171b375..3d20024b 100644 --- a/tests/Predis/Command/Argument/Search/SchemaFields/VectorFieldTest.php +++ b/tests/Predis/Command/Argument/Search/SchemaFields/VectorFieldTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SearchArgumentsTest.php b/tests/Predis/Command/Argument/Search/SearchArgumentsTest.php index 63ca0bdf..937b7e9d 100644 --- a/tests/Predis/Command/Argument/Search/SearchArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/SearchArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SpellcheckArgumentsTest.php b/tests/Predis/Command/Argument/Search/SpellcheckArgumentsTest.php index 08a9fccc..7fcd8c0d 100644 --- a/tests/Predis/Command/Argument/Search/SpellcheckArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/SpellcheckArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php b/tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php index f1a5e0cc..1cbca6ae 100644 --- a/tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php b/tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php index 06118e07..69bfb362 100644 --- a/tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php +++ b/tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php index 754e1d63..0f453857 100644 --- a/tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php index a2085f83..51636021 100644 --- a/tests/Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php index 23834b5d..1b919b51 100644 --- a/tests/Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php index c21c98df..0a866a62 100644 --- a/tests/Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php index 81c74c89..e13de282 100644 --- a/tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php index 69cd914c..b96bcfed 100644 --- a/tests/Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php b/tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php index 712eba36..4326ce91 100644 --- a/tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php +++ b/tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/CommandTest.php b/tests/Predis/Command/CommandTest.php index 887c69e6..45f0470a 100644 --- a/tests/Predis/Command/CommandTest.php +++ b/tests/Predis/Command/CommandTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Processor/KeyPrefixProcessorTest.php b/tests/Predis/Command/Processor/KeyPrefixProcessorTest.php index 0f2f450c..14fd97c6 100644 --- a/tests/Predis/Command/Processor/KeyPrefixProcessorTest.php +++ b/tests/Predis/Command/Processor/KeyPrefixProcessorTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Processor/ProcessorChainTest.php b/tests/Predis/Command/Processor/ProcessorChainTest.php index 2a3b6fb3..b350562b 100644 --- a/tests/Predis/Command/Processor/ProcessorChainTest.php +++ b/tests/Predis/Command/Processor/ProcessorChainTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/RawCommandTest.php b/tests/Predis/Command/RawCommandTest.php index 465e2c25..4782f8a7 100644 --- a/tests/Predis/Command/RawCommandTest.php +++ b/tests/Predis/Command/RawCommandTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/RawFactoryTest.php b/tests/Predis/Command/RawFactoryTest.php index edaa0b01..cbda347c 100644 --- a/tests/Predis/Command/RawFactoryTest.php +++ b/tests/Predis/Command/RawFactoryTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ACL_Test.php b/tests/Predis/Command/Redis/ACL_Test.php index 0cc83cd8..9af258fc 100644 --- a/tests/Predis/Command/Redis/ACL_Test.php +++ b/tests/Predis/Command/Redis/ACL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/APPEND_Test.php b/tests/Predis/Command/Redis/APPEND_Test.php index 7d03fd21..ba2276b0 100644 --- a/tests/Predis/Command/Redis/APPEND_Test.php +++ b/tests/Predis/Command/Redis/APPEND_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/AUTH_Test.php b/tests/Predis/Command/Redis/AUTH_Test.php index 38c1f377..06e5ddf9 100644 --- a/tests/Predis/Command/Redis/AUTH_Test.php +++ b/tests/Predis/Command/Redis/AUTH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php b/tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php index 41ede166..5efa9546 100644 --- a/tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php +++ b/tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BGREWRITEAOF_Test.php b/tests/Predis/Command/Redis/BGREWRITEAOF_Test.php index 057cbb60..550e0410 100644 --- a/tests/Predis/Command/Redis/BGREWRITEAOF_Test.php +++ b/tests/Predis/Command/Redis/BGREWRITEAOF_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BGSAVE_Test.php b/tests/Predis/Command/Redis/BGSAVE_Test.php index f9237fe8..8f7fd991 100644 --- a/tests/Predis/Command/Redis/BGSAVE_Test.php +++ b/tests/Predis/Command/Redis/BGSAVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BITCOUNT_Test.php b/tests/Predis/Command/Redis/BITCOUNT_Test.php index 36def513..52ad0ecc 100644 --- a/tests/Predis/Command/Redis/BITCOUNT_Test.php +++ b/tests/Predis/Command/Redis/BITCOUNT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BITFIELD_Test.php b/tests/Predis/Command/Redis/BITFIELD_Test.php index d5fe9538..330b5913 100644 --- a/tests/Predis/Command/Redis/BITFIELD_Test.php +++ b/tests/Predis/Command/Redis/BITFIELD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BITOP_Test.php b/tests/Predis/Command/Redis/BITOP_Test.php index 970791d8..26ce3b26 100644 --- a/tests/Predis/Command/Redis/BITOP_Test.php +++ b/tests/Predis/Command/Redis/BITOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BITPOS_Test.php b/tests/Predis/Command/Redis/BITPOS_Test.php index 53acce13..942e2d67 100644 --- a/tests/Predis/Command/Redis/BITPOS_Test.php +++ b/tests/Predis/Command/Redis/BITPOS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BLMOVE_Test.php b/tests/Predis/Command/Redis/BLMOVE_Test.php index 12a864fe..8239c2ef 100644 --- a/tests/Predis/Command/Redis/BLMOVE_Test.php +++ b/tests/Predis/Command/Redis/BLMOVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BLMPOP_Test.php b/tests/Predis/Command/Redis/BLMPOP_Test.php index 92f7310a..24863950 100644 --- a/tests/Predis/Command/Redis/BLMPOP_Test.php +++ b/tests/Predis/Command/Redis/BLMPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BLPOP_Test.php b/tests/Predis/Command/Redis/BLPOP_Test.php index 9d8ff16c..e0ef1707 100644 --- a/tests/Predis/Command/Redis/BLPOP_Test.php +++ b/tests/Predis/Command/Redis/BLPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BRPOPLPUSH_Test.php b/tests/Predis/Command/Redis/BRPOPLPUSH_Test.php index 539172ff..71e5d126 100644 --- a/tests/Predis/Command/Redis/BRPOPLPUSH_Test.php +++ b/tests/Predis/Command/Redis/BRPOPLPUSH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BRPOP_Test.php b/tests/Predis/Command/Redis/BRPOP_Test.php index 03b7ed61..4f256878 100644 --- a/tests/Predis/Command/Redis/BRPOP_Test.php +++ b/tests/Predis/Command/Redis/BRPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BZMPOP_Test.php b/tests/Predis/Command/Redis/BZMPOP_Test.php index 5acd3b04..2b33cced 100644 --- a/tests/Predis/Command/Redis/BZMPOP_Test.php +++ b/tests/Predis/Command/Redis/BZMPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BZPOPMAX_Test.php b/tests/Predis/Command/Redis/BZPOPMAX_Test.php index 707d223e..5873e127 100644 --- a/tests/Predis/Command/Redis/BZPOPMAX_Test.php +++ b/tests/Predis/Command/Redis/BZPOPMAX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BZPOPMIN_Test.php b/tests/Predis/Command/Redis/BZPOPMIN_Test.php index 33503d99..ccefc059 100644 --- a/tests/Predis/Command/Redis/BZPOPMIN_Test.php +++ b/tests/Predis/Command/Redis/BZPOPMIN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php index 19c6d6b0..0e8c3cdd 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php index 9873e1a6..7368b993 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php index 857d4de4..010c68c4 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php index 6392fcaf..f3ab2c88 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php index 2957657d..698e7c7d 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php index 728f9007..6c7930e7 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php index 80782a1e..9166beff 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php index e7475212..4ba4a9e9 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php b/tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php index 9598d02a..fb769953 100644 --- a/tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php +++ b/tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CLIENT_Test.php b/tests/Predis/Command/Redis/CLIENT_Test.php index 037f75b2..68bbf0f1 100644 --- a/tests/Predis/Command/Redis/CLIENT_Test.php +++ b/tests/Predis/Command/Redis/CLIENT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CLUSTER_Test.php b/tests/Predis/Command/Redis/CLUSTER_Test.php index 02593d4a..f4105722 100644 --- a/tests/Predis/Command/Redis/CLUSTER_Test.php +++ b/tests/Predis/Command/Redis/CLUSTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/COMMAND_Test.php b/tests/Predis/Command/Redis/COMMAND_Test.php index 95d3bebd..0f671f73 100644 --- a/tests/Predis/Command/Redis/COMMAND_Test.php +++ b/tests/Predis/Command/Redis/COMMAND_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CONFIG_Test.php b/tests/Predis/Command/Redis/CONFIG_Test.php index 22ac1d30..c63cfdb7 100644 --- a/tests/Predis/Command/Redis/CONFIG_Test.php +++ b/tests/Predis/Command/Redis/CONFIG_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/COPY_Test.php b/tests/Predis/Command/Redis/COPY_Test.php index 26135af0..aeeb37c8 100644 --- a/tests/Predis/Command/Redis/COPY_Test.php +++ b/tests/Predis/Command/Redis/COPY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Container/AbstractContainerTest.php b/tests/Predis/Command/Redis/Container/AbstractContainerTest.php index 0c2555ad..9ea32222 100644 --- a/tests/Predis/Command/Redis/Container/AbstractContainerTest.php +++ b/tests/Predis/Command/Redis/Container/AbstractContainerTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Container/CLUSTER_Test.php b/tests/Predis/Command/Redis/Container/CLUSTER_Test.php index 4e1474e4..005431db 100644 --- a/tests/Predis/Command/Redis/Container/CLUSTER_Test.php +++ b/tests/Predis/Command/Redis/Container/CLUSTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Container/ContainerFactoryTest.php b/tests/Predis/Command/Redis/Container/ContainerFactoryTest.php index d1c0eeef..d5e9519b 100644 --- a/tests/Predis/Command/Redis/Container/ContainerFactoryTest.php +++ b/tests/Predis/Command/Redis/Container/ContainerFactoryTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php index 782ac59d..d4c3ee3f 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php index 18498106..97985ef3 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php index f1c4c9ee..d76808c8 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php index 19ad95dd..8026b936 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php index 17e44146..fbcd4122 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php b/tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php index 106cd360..33124717 100644 --- a/tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php +++ b/tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php index db9c3f34..fc8cac2d 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php index e5ef8caf..82662b19 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php index a98bcc11..51d6f8ff 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php index 40636e0d..602ef423 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php index aeca1c5f..ea4b7005 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php index 283813d9..4387950a 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php index 4f327d41..2d46eb5d 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php index 5ae587ad..0e236b26 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php index 7cea5730..e09e4575 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php index 63d4c699..5f7199c4 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php index 6866c031..081865f1 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php b/tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php index e1ff79be..0b48b241 100644 --- a/tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php +++ b/tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DBSIZE_Test.php b/tests/Predis/Command/Redis/DBSIZE_Test.php index ad7ef520..5167ea6e 100644 --- a/tests/Predis/Command/Redis/DBSIZE_Test.php +++ b/tests/Predis/Command/Redis/DBSIZE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DECRBY_Test.php b/tests/Predis/Command/Redis/DECRBY_Test.php index a0b5aa3e..33aefd73 100644 --- a/tests/Predis/Command/Redis/DECRBY_Test.php +++ b/tests/Predis/Command/Redis/DECRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DECR_Test.php b/tests/Predis/Command/Redis/DECR_Test.php index dced85ed..85a712ac 100644 --- a/tests/Predis/Command/Redis/DECR_Test.php +++ b/tests/Predis/Command/Redis/DECR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DEL_Test.php b/tests/Predis/Command/Redis/DEL_Test.php index 7ce595ae..bc18b608 100644 --- a/tests/Predis/Command/Redis/DEL_Test.php +++ b/tests/Predis/Command/Redis/DEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DISCARD_Test.php b/tests/Predis/Command/Redis/DISCARD_Test.php index fb6be119..06248ec4 100644 --- a/tests/Predis/Command/Redis/DISCARD_Test.php +++ b/tests/Predis/Command/Redis/DISCARD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/DUMP_Test.php b/tests/Predis/Command/Redis/DUMP_Test.php index 9b0adc21..de2e9caf 100644 --- a/tests/Predis/Command/Redis/DUMP_Test.php +++ b/tests/Predis/Command/Redis/DUMP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ECHO_Test.php b/tests/Predis/Command/Redis/ECHO_Test.php index ab4aa463..69117e94 100644 --- a/tests/Predis/Command/Redis/ECHO_Test.php +++ b/tests/Predis/Command/Redis/ECHO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EVALSHA_RO_Test.php b/tests/Predis/Command/Redis/EVALSHA_RO_Test.php index 61b31d6b..23992f19 100644 --- a/tests/Predis/Command/Redis/EVALSHA_RO_Test.php +++ b/tests/Predis/Command/Redis/EVALSHA_RO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EVALSHA_Test.php b/tests/Predis/Command/Redis/EVALSHA_Test.php index 2ba51f49..184d1f4f 100644 --- a/tests/Predis/Command/Redis/EVALSHA_Test.php +++ b/tests/Predis/Command/Redis/EVALSHA_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EVAL_RO_Test.php b/tests/Predis/Command/Redis/EVAL_RO_Test.php index 0c9526c0..bbf9b1b2 100644 --- a/tests/Predis/Command/Redis/EVAL_RO_Test.php +++ b/tests/Predis/Command/Redis/EVAL_RO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EVAL_Test.php b/tests/Predis/Command/Redis/EVAL_Test.php index 5117b17d..3885a972 100644 --- a/tests/Predis/Command/Redis/EVAL_Test.php +++ b/tests/Predis/Command/Redis/EVAL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EXEC_Test.php b/tests/Predis/Command/Redis/EXEC_Test.php index ea96ea33..c0db74da 100644 --- a/tests/Predis/Command/Redis/EXEC_Test.php +++ b/tests/Predis/Command/Redis/EXEC_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EXISTS_Test.php b/tests/Predis/Command/Redis/EXISTS_Test.php index cf73434d..03f9ed42 100644 --- a/tests/Predis/Command/Redis/EXISTS_Test.php +++ b/tests/Predis/Command/Redis/EXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EXPIREAT_Test.php b/tests/Predis/Command/Redis/EXPIREAT_Test.php index 27f0a5d3..d1ae10d4 100644 --- a/tests/Predis/Command/Redis/EXPIREAT_Test.php +++ b/tests/Predis/Command/Redis/EXPIREAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EXPIRETIME_Test.php b/tests/Predis/Command/Redis/EXPIRETIME_Test.php index 0dfad73a..8c046554 100644 --- a/tests/Predis/Command/Redis/EXPIRETIME_Test.php +++ b/tests/Predis/Command/Redis/EXPIRETIME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/EXPIRE_Test.php b/tests/Predis/Command/Redis/EXPIRE_Test.php index 8b2bd08d..6325b6ad 100644 --- a/tests/Predis/Command/Redis/EXPIRE_Test.php +++ b/tests/Predis/Command/Redis/EXPIRE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FAILOVER_Test.php b/tests/Predis/Command/Redis/FAILOVER_Test.php index d3e73fb5..ca9a09a9 100644 --- a/tests/Predis/Command/Redis/FAILOVER_Test.php +++ b/tests/Predis/Command/Redis/FAILOVER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FCALL_RO_Test.php b/tests/Predis/Command/Redis/FCALL_RO_Test.php index 3c914d8b..59256b05 100644 --- a/tests/Predis/Command/Redis/FCALL_RO_Test.php +++ b/tests/Predis/Command/Redis/FCALL_RO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FCALL_Test.php b/tests/Predis/Command/Redis/FCALL_Test.php index 5a8b0607..c9ca2106 100644 --- a/tests/Predis/Command/Redis/FCALL_Test.php +++ b/tests/Predis/Command/Redis/FCALL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FLUSHALL_Test.php b/tests/Predis/Command/Redis/FLUSHALL_Test.php index 67dc56a7..bf4a9ff9 100644 --- a/tests/Predis/Command/Redis/FLUSHALL_Test.php +++ b/tests/Predis/Command/Redis/FLUSHALL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FLUSHDB_Test.php b/tests/Predis/Command/Redis/FLUSHDB_Test.php index 2ea83876..c0f7c9ed 100644 --- a/tests/Predis/Command/Redis/FLUSHDB_Test.php +++ b/tests/Predis/Command/Redis/FLUSHDB_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/FUNCTIONS_Test.php b/tests/Predis/Command/Redis/FUNCTIONS_Test.php index 282e41d3..1ca453dc 100644 --- a/tests/Predis/Command/Redis/FUNCTIONS_Test.php +++ b/tests/Predis/Command/Redis/FUNCTIONS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEOADD_Test.php b/tests/Predis/Command/Redis/GEOADD_Test.php index 137ed4fa..7e46c4ad 100644 --- a/tests/Predis/Command/Redis/GEOADD_Test.php +++ b/tests/Predis/Command/Redis/GEOADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEODIST_Test.php b/tests/Predis/Command/Redis/GEODIST_Test.php index 67a72064..cc088960 100644 --- a/tests/Predis/Command/Redis/GEODIST_Test.php +++ b/tests/Predis/Command/Redis/GEODIST_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEOHASH_Test.php b/tests/Predis/Command/Redis/GEOHASH_Test.php index e7608bd1..fee72908 100644 --- a/tests/Predis/Command/Redis/GEOHASH_Test.php +++ b/tests/Predis/Command/Redis/GEOHASH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEOPOS_Test.php b/tests/Predis/Command/Redis/GEOPOS_Test.php index e4d31edd..a5079694 100644 --- a/tests/Predis/Command/Redis/GEOPOS_Test.php +++ b/tests/Predis/Command/Redis/GEOPOS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php b/tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php index 1903de70..1914dd72 100644 --- a/tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php +++ b/tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEORADIUS_Test.php b/tests/Predis/Command/Redis/GEORADIUS_Test.php index 2926a90d..7981a914 100644 --- a/tests/Predis/Command/Redis/GEORADIUS_Test.php +++ b/tests/Predis/Command/Redis/GEORADIUS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php b/tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php index a49d6cd7..6120fea3 100644 --- a/tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php +++ b/tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GEOSEARCH_Test.php b/tests/Predis/Command/Redis/GEOSEARCH_Test.php index 851e579b..9d173dab 100644 --- a/tests/Predis/Command/Redis/GEOSEARCH_Test.php +++ b/tests/Predis/Command/Redis/GEOSEARCH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GETBIT_Test.php b/tests/Predis/Command/Redis/GETBIT_Test.php index 08ef2e4e..4df59bdd 100644 --- a/tests/Predis/Command/Redis/GETBIT_Test.php +++ b/tests/Predis/Command/Redis/GETBIT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GETDEL_Test.php b/tests/Predis/Command/Redis/GETDEL_Test.php index a9dbe246..35c95513 100644 --- a/tests/Predis/Command/Redis/GETDEL_Test.php +++ b/tests/Predis/Command/Redis/GETDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GETEX_Test.php b/tests/Predis/Command/Redis/GETEX_Test.php index 9e11232d..10c7b902 100644 --- a/tests/Predis/Command/Redis/GETEX_Test.php +++ b/tests/Predis/Command/Redis/GETEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GETRANGE_Test.php b/tests/Predis/Command/Redis/GETRANGE_Test.php index 1abbc105..337a05f8 100644 --- a/tests/Predis/Command/Redis/GETRANGE_Test.php +++ b/tests/Predis/Command/Redis/GETRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GETSET_Test.php b/tests/Predis/Command/Redis/GETSET_Test.php index 8d2d2fd6..0b115bbe 100644 --- a/tests/Predis/Command/Redis/GETSET_Test.php +++ b/tests/Predis/Command/Redis/GETSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/GET_Test.php b/tests/Predis/Command/Redis/GET_Test.php index 4838ab12..659bf1f4 100644 --- a/tests/Predis/Command/Redis/GET_Test.php +++ b/tests/Predis/Command/Redis/GET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HDEL_Test.php b/tests/Predis/Command/Redis/HDEL_Test.php index 7cdf19e3..4b03b4c4 100644 --- a/tests/Predis/Command/Redis/HDEL_Test.php +++ b/tests/Predis/Command/Redis/HDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HEXISTS_Test.php b/tests/Predis/Command/Redis/HEXISTS_Test.php index 9fda3385..f75b8a6b 100644 --- a/tests/Predis/Command/Redis/HEXISTS_Test.php +++ b/tests/Predis/Command/Redis/HEXISTS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HEXPIREAT_Test.php b/tests/Predis/Command/Redis/HEXPIREAT_Test.php index 430baf39..b2b6c664 100644 --- a/tests/Predis/Command/Redis/HEXPIREAT_Test.php +++ b/tests/Predis/Command/Redis/HEXPIREAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HEXPIRETIME_Test.php b/tests/Predis/Command/Redis/HEXPIRETIME_Test.php index ae99bc80..79e11829 100644 --- a/tests/Predis/Command/Redis/HEXPIRETIME_Test.php +++ b/tests/Predis/Command/Redis/HEXPIRETIME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HEXPIRE_Test.php b/tests/Predis/Command/Redis/HEXPIRE_Test.php index 33e3073f..628d6689 100644 --- a/tests/Predis/Command/Redis/HEXPIRE_Test.php +++ b/tests/Predis/Command/Redis/HEXPIRE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HGETALL_Test.php b/tests/Predis/Command/Redis/HGETALL_Test.php index 3198309d..ebe22a9f 100644 --- a/tests/Predis/Command/Redis/HGETALL_Test.php +++ b/tests/Predis/Command/Redis/HGETALL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HGET_Test.php b/tests/Predis/Command/Redis/HGET_Test.php index 42356d3d..920072d8 100644 --- a/tests/Predis/Command/Redis/HGET_Test.php +++ b/tests/Predis/Command/Redis/HGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php b/tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php index 03433068..144b1ee9 100644 --- a/tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php +++ b/tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HINCRBY_Test.php b/tests/Predis/Command/Redis/HINCRBY_Test.php index b15ce6b3..7c77e9cb 100644 --- a/tests/Predis/Command/Redis/HINCRBY_Test.php +++ b/tests/Predis/Command/Redis/HINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HKEYS_Test.php b/tests/Predis/Command/Redis/HKEYS_Test.php index 6f1a6c19..5120b99a 100644 --- a/tests/Predis/Command/Redis/HKEYS_Test.php +++ b/tests/Predis/Command/Redis/HKEYS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HLEN_Test.php b/tests/Predis/Command/Redis/HLEN_Test.php index 4a96375c..f546b602 100644 --- a/tests/Predis/Command/Redis/HLEN_Test.php +++ b/tests/Predis/Command/Redis/HLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HMGET_Test.php b/tests/Predis/Command/Redis/HMGET_Test.php index a5f53d6c..8a1dc399 100644 --- a/tests/Predis/Command/Redis/HMGET_Test.php +++ b/tests/Predis/Command/Redis/HMGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HMSET_Test.php b/tests/Predis/Command/Redis/HMSET_Test.php index b8629f09..d23d0029 100644 --- a/tests/Predis/Command/Redis/HMSET_Test.php +++ b/tests/Predis/Command/Redis/HMSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HPERSIST_Test.php b/tests/Predis/Command/Redis/HPERSIST_Test.php index a46e7f30..c790b699 100644 --- a/tests/Predis/Command/Redis/HPERSIST_Test.php +++ b/tests/Predis/Command/Redis/HPERSIST_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HPEXPIREAT_Test.php b/tests/Predis/Command/Redis/HPEXPIREAT_Test.php index 87c53a40..b3e12273 100644 --- a/tests/Predis/Command/Redis/HPEXPIREAT_Test.php +++ b/tests/Predis/Command/Redis/HPEXPIREAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HPEXPIRETIME_Test.php b/tests/Predis/Command/Redis/HPEXPIRETIME_Test.php index 590c61ce..0852e689 100644 --- a/tests/Predis/Command/Redis/HPEXPIRETIME_Test.php +++ b/tests/Predis/Command/Redis/HPEXPIRETIME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HPEXPIRE_Test.php b/tests/Predis/Command/Redis/HPEXPIRE_Test.php index c8f3cfc8..9bd0aec8 100644 --- a/tests/Predis/Command/Redis/HPEXPIRE_Test.php +++ b/tests/Predis/Command/Redis/HPEXPIRE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HPTTL_Test.php b/tests/Predis/Command/Redis/HPTTL_Test.php index 8ead2cd6..1c4f1250 100644 --- a/tests/Predis/Command/Redis/HPTTL_Test.php +++ b/tests/Predis/Command/Redis/HPTTL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HRANDFIELD_Test.php b/tests/Predis/Command/Redis/HRANDFIELD_Test.php index 31114fc5..935d160f 100644 --- a/tests/Predis/Command/Redis/HRANDFIELD_Test.php +++ b/tests/Predis/Command/Redis/HRANDFIELD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HSCAN_Test.php b/tests/Predis/Command/Redis/HSCAN_Test.php index 67b608db..1560cb71 100644 --- a/tests/Predis/Command/Redis/HSCAN_Test.php +++ b/tests/Predis/Command/Redis/HSCAN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HSETNX_Test.php b/tests/Predis/Command/Redis/HSETNX_Test.php index 3fe574af..cabba8dd 100644 --- a/tests/Predis/Command/Redis/HSETNX_Test.php +++ b/tests/Predis/Command/Redis/HSETNX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HSET_Test.php b/tests/Predis/Command/Redis/HSET_Test.php index 1b45642a..fdea0c8b 100644 --- a/tests/Predis/Command/Redis/HSET_Test.php +++ b/tests/Predis/Command/Redis/HSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HSTRLEN_Test.php b/tests/Predis/Command/Redis/HSTRLEN_Test.php index 9a5f6e16..24511769 100644 --- a/tests/Predis/Command/Redis/HSTRLEN_Test.php +++ b/tests/Predis/Command/Redis/HSTRLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HTTL_Test.php b/tests/Predis/Command/Redis/HTTL_Test.php index e20ddce3..61a4cd7e 100644 --- a/tests/Predis/Command/Redis/HTTL_Test.php +++ b/tests/Predis/Command/Redis/HTTL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/HVALS_Test.php b/tests/Predis/Command/Redis/HVALS_Test.php index ef07af19..68f877cf 100644 --- a/tests/Predis/Command/Redis/HVALS_Test.php +++ b/tests/Predis/Command/Redis/HVALS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/INCRBYFLOAT_Test.php b/tests/Predis/Command/Redis/INCRBYFLOAT_Test.php index dc4fc244..bf3bd6eb 100644 --- a/tests/Predis/Command/Redis/INCRBYFLOAT_Test.php +++ b/tests/Predis/Command/Redis/INCRBYFLOAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/INCRBY_Test.php b/tests/Predis/Command/Redis/INCRBY_Test.php index 4bac419e..25e9ba47 100644 --- a/tests/Predis/Command/Redis/INCRBY_Test.php +++ b/tests/Predis/Command/Redis/INCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/INCR_Test.php b/tests/Predis/Command/Redis/INCR_Test.php index b68f0419..b350de2e 100644 --- a/tests/Predis/Command/Redis/INCR_Test.php +++ b/tests/Predis/Command/Redis/INCR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/INFO_Test.php b/tests/Predis/Command/Redis/INFO_Test.php index 490a3713..1f23de35 100644 --- a/tests/Predis/Command/Redis/INFO_Test.php +++ b/tests/Predis/Command/Redis/INFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php b/tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php index f32ec9ac..ad91915a 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php b/tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php index 17690c75..90d7be51 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php b/tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php index 1115ae24..56216913 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php b/tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php index 48ef14ed..833333bf 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php b/tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php index f6b0fde8..57fa22ac 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php b/tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php index 220b9cc3..eb1b3d87 100644 --- a/tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php b/tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php index 299beae4..827fa191 100644 --- a/tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php b/tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php index 2f8e67e8..c5a9ff27 100644 --- a/tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONDEL_Test.php b/tests/Predis/Command/Redis/Json/JSONDEL_Test.php index b30e4664..7345be30 100644 --- a/tests/Predis/Command/Redis/Json/JSONDEL_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONFORGET_Test.php b/tests/Predis/Command/Redis/Json/JSONFORGET_Test.php index 0825bacf..1da0225f 100644 --- a/tests/Predis/Command/Redis/Json/JSONFORGET_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONFORGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONGET_Test.php b/tests/Predis/Command/Redis/Json/JSONGET_Test.php index fa3af481..fe9fd7f1 100644 --- a/tests/Predis/Command/Redis/Json/JSONGET_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONMERGE_Test.php b/tests/Predis/Command/Redis/Json/JSONMERGE_Test.php index 32c54d9a..89ad543a 100644 --- a/tests/Predis/Command/Redis/Json/JSONMERGE_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONMERGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONMGET_Test.php b/tests/Predis/Command/Redis/Json/JSONMGET_Test.php index 07a819bc..ff428058 100644 --- a/tests/Predis/Command/Redis/Json/JSONMGET_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONMGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONMSET_Test.php b/tests/Predis/Command/Redis/Json/JSONMSET_Test.php index 5390ded7..c3a54422 100644 --- a/tests/Predis/Command/Redis/Json/JSONMSET_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONMSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php b/tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php index a20ee012..f141cdbc 100644 --- a/tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php b/tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php index f8262248..67ef6876 100644 --- a/tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php b/tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php index c73ca182..714c2a17 100644 --- a/tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONRESP_Test.php b/tests/Predis/Command/Redis/Json/JSONRESP_Test.php index 058a8d70..106308b6 100644 --- a/tests/Predis/Command/Redis/Json/JSONRESP_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONRESP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONSET_Test.php b/tests/Predis/Command/Redis/Json/JSONSET_Test.php index 65952a6f..50489bb3 100644 --- a/tests/Predis/Command/Redis/Json/JSONSET_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php b/tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php index 4b68fa0f..11543b0f 100644 --- a/tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php b/tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php index 654a8a81..ab133698 100644 --- a/tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php b/tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php index bdf96306..20b41328 100644 --- a/tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Json/JSONTYPE_Test.php b/tests/Predis/Command/Redis/Json/JSONTYPE_Test.php index 5b5537e1..5a372bcc 100644 --- a/tests/Predis/Command/Redis/Json/JSONTYPE_Test.php +++ b/tests/Predis/Command/Redis/Json/JSONTYPE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/KEYS_Test.php b/tests/Predis/Command/Redis/KEYS_Test.php index f12851a8..63b9653b 100644 --- a/tests/Predis/Command/Redis/KEYS_Test.php +++ b/tests/Predis/Command/Redis/KEYS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LASTSAVE_Test.php b/tests/Predis/Command/Redis/LASTSAVE_Test.php index 6891b662..64123911 100644 --- a/tests/Predis/Command/Redis/LASTSAVE_Test.php +++ b/tests/Predis/Command/Redis/LASTSAVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LCS_Test.php b/tests/Predis/Command/Redis/LCS_Test.php index 36f961e8..0c6f477b 100644 --- a/tests/Predis/Command/Redis/LCS_Test.php +++ b/tests/Predis/Command/Redis/LCS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LINDEX_Test.php b/tests/Predis/Command/Redis/LINDEX_Test.php index 59992db4..e566b284 100644 --- a/tests/Predis/Command/Redis/LINDEX_Test.php +++ b/tests/Predis/Command/Redis/LINDEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LINSERT_Test.php b/tests/Predis/Command/Redis/LINSERT_Test.php index 4ad35233..d62dfd64 100644 --- a/tests/Predis/Command/Redis/LINSERT_Test.php +++ b/tests/Predis/Command/Redis/LINSERT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LLEN_Test.php b/tests/Predis/Command/Redis/LLEN_Test.php index 12bbea81..a96c6a8a 100644 --- a/tests/Predis/Command/Redis/LLEN_Test.php +++ b/tests/Predis/Command/Redis/LLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LMOVE_Test.php b/tests/Predis/Command/Redis/LMOVE_Test.php index fb7c4e87..8293869e 100644 --- a/tests/Predis/Command/Redis/LMOVE_Test.php +++ b/tests/Predis/Command/Redis/LMOVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LMPOP_Test.php b/tests/Predis/Command/Redis/LMPOP_Test.php index 27635c6b..f01b0181 100644 --- a/tests/Predis/Command/Redis/LMPOP_Test.php +++ b/tests/Predis/Command/Redis/LMPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LPOP_Test.php b/tests/Predis/Command/Redis/LPOP_Test.php index 420ec2cd..70e415d6 100644 --- a/tests/Predis/Command/Redis/LPOP_Test.php +++ b/tests/Predis/Command/Redis/LPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LPUSHX_Test.php b/tests/Predis/Command/Redis/LPUSHX_Test.php index e51c87fb..250a1558 100644 --- a/tests/Predis/Command/Redis/LPUSHX_Test.php +++ b/tests/Predis/Command/Redis/LPUSHX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LPUSH_Test.php b/tests/Predis/Command/Redis/LPUSH_Test.php index fa4a4052..c07f62fd 100644 --- a/tests/Predis/Command/Redis/LPUSH_Test.php +++ b/tests/Predis/Command/Redis/LPUSH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LRANGE_Test.php b/tests/Predis/Command/Redis/LRANGE_Test.php index 9748dc6d..adb576d5 100644 --- a/tests/Predis/Command/Redis/LRANGE_Test.php +++ b/tests/Predis/Command/Redis/LRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LREM_Test.php b/tests/Predis/Command/Redis/LREM_Test.php index 7f4eeaf8..d034ac73 100644 --- a/tests/Predis/Command/Redis/LREM_Test.php +++ b/tests/Predis/Command/Redis/LREM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LSET_Test.php b/tests/Predis/Command/Redis/LSET_Test.php index d0231beb..21d2c6f4 100644 --- a/tests/Predis/Command/Redis/LSET_Test.php +++ b/tests/Predis/Command/Redis/LSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/LTRIM_Test.php b/tests/Predis/Command/Redis/LTRIM_Test.php index b33e9dfa..7371acc1 100644 --- a/tests/Predis/Command/Redis/LTRIM_Test.php +++ b/tests/Predis/Command/Redis/LTRIM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MGET_Test.php b/tests/Predis/Command/Redis/MGET_Test.php index 5a1b4847..82e52a92 100644 --- a/tests/Predis/Command/Redis/MGET_Test.php +++ b/tests/Predis/Command/Redis/MGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MIGRATE_Test.php b/tests/Predis/Command/Redis/MIGRATE_Test.php index f9783cfb..f1e9cdb5 100644 --- a/tests/Predis/Command/Redis/MIGRATE_Test.php +++ b/tests/Predis/Command/Redis/MIGRATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MONITOR_Test.php b/tests/Predis/Command/Redis/MONITOR_Test.php index 0d11c686..e4faced0 100644 --- a/tests/Predis/Command/Redis/MONITOR_Test.php +++ b/tests/Predis/Command/Redis/MONITOR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MOVE_Test.php b/tests/Predis/Command/Redis/MOVE_Test.php index df6cce24..7cb38699 100644 --- a/tests/Predis/Command/Redis/MOVE_Test.php +++ b/tests/Predis/Command/Redis/MOVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MSETNX_Test.php b/tests/Predis/Command/Redis/MSETNX_Test.php index 5e3280ed..4f76e83c 100644 --- a/tests/Predis/Command/Redis/MSETNX_Test.php +++ b/tests/Predis/Command/Redis/MSETNX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MSET_Test.php b/tests/Predis/Command/Redis/MSET_Test.php index b9d03d1f..bb0b3e41 100644 --- a/tests/Predis/Command/Redis/MSET_Test.php +++ b/tests/Predis/Command/Redis/MSET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/MULTI_Test.php b/tests/Predis/Command/Redis/MULTI_Test.php index 13fb5c4a..e8d045d6 100644 --- a/tests/Predis/Command/Redis/MULTI_Test.php +++ b/tests/Predis/Command/Redis/MULTI_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/OBJECT_Test.php b/tests/Predis/Command/Redis/OBJECT_Test.php index 3edec0b3..2ec30ce6 100644 --- a/tests/Predis/Command/Redis/OBJECT_Test.php +++ b/tests/Predis/Command/Redis/OBJECT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PERSIST_Test.php b/tests/Predis/Command/Redis/PERSIST_Test.php index fa9a0d68..93fe7f73 100644 --- a/tests/Predis/Command/Redis/PERSIST_Test.php +++ b/tests/Predis/Command/Redis/PERSIST_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PEXPIREAT_Test.php b/tests/Predis/Command/Redis/PEXPIREAT_Test.php index fc448bfa..b3519058 100644 --- a/tests/Predis/Command/Redis/PEXPIREAT_Test.php +++ b/tests/Predis/Command/Redis/PEXPIREAT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PEXPIRETIME_Test.php b/tests/Predis/Command/Redis/PEXPIRETIME_Test.php index a51bb370..b264053b 100644 --- a/tests/Predis/Command/Redis/PEXPIRETIME_Test.php +++ b/tests/Predis/Command/Redis/PEXPIRETIME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PEXPIRE_Test.php b/tests/Predis/Command/Redis/PEXPIRE_Test.php index 88f00238..8d0dc908 100644 --- a/tests/Predis/Command/Redis/PEXPIRE_Test.php +++ b/tests/Predis/Command/Redis/PEXPIRE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PFADD_Test.php b/tests/Predis/Command/Redis/PFADD_Test.php index 916e0760..640fe31e 100644 --- a/tests/Predis/Command/Redis/PFADD_Test.php +++ b/tests/Predis/Command/Redis/PFADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PFCOUNT_Test.php b/tests/Predis/Command/Redis/PFCOUNT_Test.php index 62569317..289e5cb2 100644 --- a/tests/Predis/Command/Redis/PFCOUNT_Test.php +++ b/tests/Predis/Command/Redis/PFCOUNT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PFMERGE_Test.php b/tests/Predis/Command/Redis/PFMERGE_Test.php index 93bb5db9..2aed7cee 100644 --- a/tests/Predis/Command/Redis/PFMERGE_Test.php +++ b/tests/Predis/Command/Redis/PFMERGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PING_Test.php b/tests/Predis/Command/Redis/PING_Test.php index d7c40289..09782ace 100644 --- a/tests/Predis/Command/Redis/PING_Test.php +++ b/tests/Predis/Command/Redis/PING_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PSETEX_Test.php b/tests/Predis/Command/Redis/PSETEX_Test.php index d15d5cfe..85cc0b9d 100644 --- a/tests/Predis/Command/Redis/PSETEX_Test.php +++ b/tests/Predis/Command/Redis/PSETEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PSUBSCRIBE_Test.php b/tests/Predis/Command/Redis/PSUBSCRIBE_Test.php index 91ab098b..b85a681e 100644 --- a/tests/Predis/Command/Redis/PSUBSCRIBE_Test.php +++ b/tests/Predis/Command/Redis/PSUBSCRIBE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PTTL_Test.php b/tests/Predis/Command/Redis/PTTL_Test.php index 2730e424..91093407 100644 --- a/tests/Predis/Command/Redis/PTTL_Test.php +++ b/tests/Predis/Command/Redis/PTTL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PUBLISH_Test.php b/tests/Predis/Command/Redis/PUBLISH_Test.php index 0639155f..bc53706f 100644 --- a/tests/Predis/Command/Redis/PUBLISH_Test.php +++ b/tests/Predis/Command/Redis/PUBLISH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PUBSUB_Test.php b/tests/Predis/Command/Redis/PUBSUB_Test.php index 7afb72ee..11d93b6b 100644 --- a/tests/Predis/Command/Redis/PUBSUB_Test.php +++ b/tests/Predis/Command/Redis/PUBSUB_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php b/tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php index 84d1e86f..e2fcbf0e 100644 --- a/tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php +++ b/tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/QUIT_Test.php b/tests/Predis/Command/Redis/QUIT_Test.php index ead91402..662cf409 100644 --- a/tests/Predis/Command/Redis/QUIT_Test.php +++ b/tests/Predis/Command/Redis/QUIT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RANDOMKEY_Test.php b/tests/Predis/Command/Redis/RANDOMKEY_Test.php index 1f31119c..6ad99708 100644 --- a/tests/Predis/Command/Redis/RANDOMKEY_Test.php +++ b/tests/Predis/Command/Redis/RANDOMKEY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RENAMENX_Test.php b/tests/Predis/Command/Redis/RENAMENX_Test.php index 336d03ed..8abf42ca 100644 --- a/tests/Predis/Command/Redis/RENAMENX_Test.php +++ b/tests/Predis/Command/Redis/RENAMENX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RENAME_Test.php b/tests/Predis/Command/Redis/RENAME_Test.php index af7e504a..e3afa981 100644 --- a/tests/Predis/Command/Redis/RENAME_Test.php +++ b/tests/Predis/Command/Redis/RENAME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RESTORE_Test.php b/tests/Predis/Command/Redis/RESTORE_Test.php index 51bbcd15..56820a8d 100644 --- a/tests/Predis/Command/Redis/RESTORE_Test.php +++ b/tests/Predis/Command/Redis/RESTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RPOPLPUSH_Test.php b/tests/Predis/Command/Redis/RPOPLPUSH_Test.php index fd380e2f..104211ba 100644 --- a/tests/Predis/Command/Redis/RPOPLPUSH_Test.php +++ b/tests/Predis/Command/Redis/RPOPLPUSH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RPOP_Test.php b/tests/Predis/Command/Redis/RPOP_Test.php index 428d1f1f..67b84266 100644 --- a/tests/Predis/Command/Redis/RPOP_Test.php +++ b/tests/Predis/Command/Redis/RPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RPUSHX_Test.php b/tests/Predis/Command/Redis/RPUSHX_Test.php index e7c46f0d..e8f2e53f 100644 --- a/tests/Predis/Command/Redis/RPUSHX_Test.php +++ b/tests/Predis/Command/Redis/RPUSHX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/RPUSH_Test.php b/tests/Predis/Command/Redis/RPUSH_Test.php index 0f680271..a6c513b2 100644 --- a/tests/Predis/Command/Redis/RPUSH_Test.php +++ b/tests/Predis/Command/Redis/RPUSH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SADD_Test.php b/tests/Predis/Command/Redis/SADD_Test.php index 1e8ae113..cc15d53f 100644 --- a/tests/Predis/Command/Redis/SADD_Test.php +++ b/tests/Predis/Command/Redis/SADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SAVE_Test.php b/tests/Predis/Command/Redis/SAVE_Test.php index 4c590491..e7dcb585 100644 --- a/tests/Predis/Command/Redis/SAVE_Test.php +++ b/tests/Predis/Command/Redis/SAVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SCAN_Test.php b/tests/Predis/Command/Redis/SCAN_Test.php index 5ed2720e..b95983e9 100644 --- a/tests/Predis/Command/Redis/SCAN_Test.php +++ b/tests/Predis/Command/Redis/SCAN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SCARD_Test.php b/tests/Predis/Command/Redis/SCARD_Test.php index 0c2355a9..e194bfc2 100644 --- a/tests/Predis/Command/Redis/SCARD_Test.php +++ b/tests/Predis/Command/Redis/SCARD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SCRIPT_Test.php b/tests/Predis/Command/Redis/SCRIPT_Test.php index 327cc87e..39b007d2 100644 --- a/tests/Predis/Command/Redis/SCRIPT_Test.php +++ b/tests/Predis/Command/Redis/SCRIPT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SDIFFSTORE_Test.php b/tests/Predis/Command/Redis/SDIFFSTORE_Test.php index 9db7c05c..3f47a0f2 100644 --- a/tests/Predis/Command/Redis/SDIFFSTORE_Test.php +++ b/tests/Predis/Command/Redis/SDIFFSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SDIFF_Test.php b/tests/Predis/Command/Redis/SDIFF_Test.php index 70d8170e..9f587026 100644 --- a/tests/Predis/Command/Redis/SDIFF_Test.php +++ b/tests/Predis/Command/Redis/SDIFF_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SELECT_Test.php b/tests/Predis/Command/Redis/SELECT_Test.php index 5be41032..88dba39b 100644 --- a/tests/Predis/Command/Redis/SELECT_Test.php +++ b/tests/Predis/Command/Redis/SELECT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SENTINEL_Test.php b/tests/Predis/Command/Redis/SENTINEL_Test.php index 87a81267..fe4e3fdd 100644 --- a/tests/Predis/Command/Redis/SENTINEL_Test.php +++ b/tests/Predis/Command/Redis/SENTINEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SETBIT_Test.php b/tests/Predis/Command/Redis/SETBIT_Test.php index cea1473b..eacb1706 100644 --- a/tests/Predis/Command/Redis/SETBIT_Test.php +++ b/tests/Predis/Command/Redis/SETBIT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SETEX_Test.php b/tests/Predis/Command/Redis/SETEX_Test.php index 0a87fa74..cdd770f2 100644 --- a/tests/Predis/Command/Redis/SETEX_Test.php +++ b/tests/Predis/Command/Redis/SETEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SETNX_Test.php b/tests/Predis/Command/Redis/SETNX_Test.php index a692c7bd..fd78e898 100644 --- a/tests/Predis/Command/Redis/SETNX_Test.php +++ b/tests/Predis/Command/Redis/SETNX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SETRANGE_Test.php b/tests/Predis/Command/Redis/SETRANGE_Test.php index 77fb0143..ac7f3128 100644 --- a/tests/Predis/Command/Redis/SETRANGE_Test.php +++ b/tests/Predis/Command/Redis/SETRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SET_Test.php b/tests/Predis/Command/Redis/SET_Test.php index 35c9e1ac..be3bf9ef 100644 --- a/tests/Predis/Command/Redis/SET_Test.php +++ b/tests/Predis/Command/Redis/SET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SHUTDOWN_Test.php b/tests/Predis/Command/Redis/SHUTDOWN_Test.php index 2bd69520..60446ebf 100644 --- a/tests/Predis/Command/Redis/SHUTDOWN_Test.php +++ b/tests/Predis/Command/Redis/SHUTDOWN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SINTERCARD_Test.php b/tests/Predis/Command/Redis/SINTERCARD_Test.php index 59167c15..4efc962a 100644 --- a/tests/Predis/Command/Redis/SINTERCARD_Test.php +++ b/tests/Predis/Command/Redis/SINTERCARD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SINTERSTORE_Test.php b/tests/Predis/Command/Redis/SINTERSTORE_Test.php index bbeda8ac..996d02e1 100644 --- a/tests/Predis/Command/Redis/SINTERSTORE_Test.php +++ b/tests/Predis/Command/Redis/SINTERSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SINTER_Test.php b/tests/Predis/Command/Redis/SINTER_Test.php index c2a3ebcb..833cf416 100644 --- a/tests/Predis/Command/Redis/SINTER_Test.php +++ b/tests/Predis/Command/Redis/SINTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SISMEMBER_Test.php b/tests/Predis/Command/Redis/SISMEMBER_Test.php index 32712b79..74b7b517 100644 --- a/tests/Predis/Command/Redis/SISMEMBER_Test.php +++ b/tests/Predis/Command/Redis/SISMEMBER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SLAVEOF_Test.php b/tests/Predis/Command/Redis/SLAVEOF_Test.php index 1f04020f..66848055 100644 --- a/tests/Predis/Command/Redis/SLAVEOF_Test.php +++ b/tests/Predis/Command/Redis/SLAVEOF_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SLOWLOG_Test.php b/tests/Predis/Command/Redis/SLOWLOG_Test.php index 85936669..cf116fb0 100644 --- a/tests/Predis/Command/Redis/SLOWLOG_Test.php +++ b/tests/Predis/Command/Redis/SLOWLOG_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SMEMBERS_Test.php b/tests/Predis/Command/Redis/SMEMBERS_Test.php index c97edcd5..f782cb81 100644 --- a/tests/Predis/Command/Redis/SMEMBERS_Test.php +++ b/tests/Predis/Command/Redis/SMEMBERS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SMISMEMBER_Test.php b/tests/Predis/Command/Redis/SMISMEMBER_Test.php index 7d35dea6..09af0b44 100644 --- a/tests/Predis/Command/Redis/SMISMEMBER_Test.php +++ b/tests/Predis/Command/Redis/SMISMEMBER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SMOVE_Test.php b/tests/Predis/Command/Redis/SMOVE_Test.php index afed3503..3993c585 100644 --- a/tests/Predis/Command/Redis/SMOVE_Test.php +++ b/tests/Predis/Command/Redis/SMOVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SORT_RO_Test.php b/tests/Predis/Command/Redis/SORT_RO_Test.php index e0de0e23..290dc9b8 100644 --- a/tests/Predis/Command/Redis/SORT_RO_Test.php +++ b/tests/Predis/Command/Redis/SORT_RO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SORT_Test.php b/tests/Predis/Command/Redis/SORT_Test.php index fdf9ad04..844e7eb7 100644 --- a/tests/Predis/Command/Redis/SORT_Test.php +++ b/tests/Predis/Command/Redis/SORT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SPOP_Test.php b/tests/Predis/Command/Redis/SPOP_Test.php index 9e205665..ae3114ba 100644 --- a/tests/Predis/Command/Redis/SPOP_Test.php +++ b/tests/Predis/Command/Redis/SPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SRANDMEMBER_Test.php b/tests/Predis/Command/Redis/SRANDMEMBER_Test.php index cbca8180..4fcbb54f 100644 --- a/tests/Predis/Command/Redis/SRANDMEMBER_Test.php +++ b/tests/Predis/Command/Redis/SRANDMEMBER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SREM_Test.php b/tests/Predis/Command/Redis/SREM_Test.php index 5e383a93..a39f0ddc 100644 --- a/tests/Predis/Command/Redis/SREM_Test.php +++ b/tests/Predis/Command/Redis/SREM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SSCAN_Test.php b/tests/Predis/Command/Redis/SSCAN_Test.php index bf5a5135..0de92818 100644 --- a/tests/Predis/Command/Redis/SSCAN_Test.php +++ b/tests/Predis/Command/Redis/SSCAN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/STRLEN_Test.php b/tests/Predis/Command/Redis/STRLEN_Test.php index b0ec64e7..8c361f13 100644 --- a/tests/Predis/Command/Redis/STRLEN_Test.php +++ b/tests/Predis/Command/Redis/STRLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SUBSCRIBE_Test.php b/tests/Predis/Command/Redis/SUBSCRIBE_Test.php index f215d615..240429f4 100644 --- a/tests/Predis/Command/Redis/SUBSCRIBE_Test.php +++ b/tests/Predis/Command/Redis/SUBSCRIBE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SUBSTR_Test.php b/tests/Predis/Command/Redis/SUBSTR_Test.php index ca129b25..1a221338 100644 --- a/tests/Predis/Command/Redis/SUBSTR_Test.php +++ b/tests/Predis/Command/Redis/SUBSTR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SUNIONSTORE_Test.php b/tests/Predis/Command/Redis/SUNIONSTORE_Test.php index e3605cc4..02b0e53b 100644 --- a/tests/Predis/Command/Redis/SUNIONSTORE_Test.php +++ b/tests/Predis/Command/Redis/SUNIONSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/SUNION_Test.php b/tests/Predis/Command/Redis/SUNION_Test.php index d72fe636..a8bec4ea 100644 --- a/tests/Predis/Command/Redis/SUNION_Test.php +++ b/tests/Predis/Command/Redis/SUNION_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php b/tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php index 3299c33c..dd3b01a8 100644 --- a/tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php +++ b/tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTALIASADD_Test.php b/tests/Predis/Command/Redis/Search/FTALIASADD_Test.php index 4c964344..e755f7f2 100644 --- a/tests/Predis/Command/Redis/Search/FTALIASADD_Test.php +++ b/tests/Predis/Command/Redis/Search/FTALIASADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php b/tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php index 1cf993bf..7fb71b55 100644 --- a/tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php +++ b/tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php b/tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php index 2f39d938..f4bfc9a7 100644 --- a/tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php +++ b/tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTALTER_Test.php b/tests/Predis/Command/Redis/Search/FTALTER_Test.php index 90e30837..0e55fb3c 100644 --- a/tests/Predis/Command/Redis/Search/FTALTER_Test.php +++ b/tests/Predis/Command/Redis/Search/FTALTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTCONFIG_Test.php b/tests/Predis/Command/Redis/Search/FTCONFIG_Test.php index 3080b766..e70a23a1 100644 --- a/tests/Predis/Command/Redis/Search/FTCONFIG_Test.php +++ b/tests/Predis/Command/Redis/Search/FTCONFIG_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTCREATE_Test.php b/tests/Predis/Command/Redis/Search/FTCREATE_Test.php index 7e7c4dfb..4ce6b64e 100644 --- a/tests/Predis/Command/Redis/Search/FTCREATE_Test.php +++ b/tests/Predis/Command/Redis/Search/FTCREATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTCURSOR_Test.php b/tests/Predis/Command/Redis/Search/FTCURSOR_Test.php index 63099994..867dacd4 100644 --- a/tests/Predis/Command/Redis/Search/FTCURSOR_Test.php +++ b/tests/Predis/Command/Redis/Search/FTCURSOR_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTDICTADD_Test.php b/tests/Predis/Command/Redis/Search/FTDICTADD_Test.php index a347f2b2..668eaa3f 100644 --- a/tests/Predis/Command/Redis/Search/FTDICTADD_Test.php +++ b/tests/Predis/Command/Redis/Search/FTDICTADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php b/tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php index 5edd23b7..92116115 100644 --- a/tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php +++ b/tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php b/tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php index c08471f3..2c51fe3c 100644 --- a/tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php +++ b/tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php b/tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php index 3e360ac5..4161a15f 100644 --- a/tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php +++ b/tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php b/tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php index 208fb3c2..4179f791 100644 --- a/tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php +++ b/tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTINFO_Test.php b/tests/Predis/Command/Redis/Search/FTINFO_Test.php index 193ff205..b73350e6 100644 --- a/tests/Predis/Command/Redis/Search/FTINFO_Test.php +++ b/tests/Predis/Command/Redis/Search/FTINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTPROFILE_Test.php b/tests/Predis/Command/Redis/Search/FTPROFILE_Test.php index 528fd65f..2a1c8a5a 100644 --- a/tests/Predis/Command/Redis/Search/FTPROFILE_Test.php +++ b/tests/Predis/Command/Redis/Search/FTPROFILE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php b/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php index 994ccbc2..d9cabbe9 100644 --- a/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSEARCH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php b/tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php index 3d8035b4..860fd64b 100644 --- a/tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSUGADD_Test.php b/tests/Predis/Command/Redis/Search/FTSUGADD_Test.php index b96801b9..9583bc7c 100644 --- a/tests/Predis/Command/Redis/Search/FTSUGADD_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSUGADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php b/tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php index 9fc2f717..98a86875 100644 --- a/tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSUGGET_Test.php b/tests/Predis/Command/Redis/Search/FTSUGGET_Test.php index 9c17a87b..4ee8a069 100644 --- a/tests/Predis/Command/Redis/Search/FTSUGGET_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSUGGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php b/tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php index b71ce26b..dff4ccbd 100644 --- a/tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php b/tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php index 60c2e67f..c94cbe2e 100644 --- a/tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php b/tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php index 5f7e2571..9611da0b 100644 --- a/tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php +++ b/tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php b/tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php index ceda1bae..cb702d54 100644 --- a/tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php +++ b/tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php index dfa22c62..5338dc17 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php index 92e90ac2..02cca5f6 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php index bf183e3e..a18c7c30 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php index 26ef0c10..a26cca22 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php index 1642971d..37d5e72f 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php index 99bda5bf..c4bb02de 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php index cb49d3d9..401fcf86 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php index ec7ac398..bb6286df 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php index 52400252..08b5ddd2 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php index 32541cf7..8ee36266 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php index 1545cfa1..3e7d8dc7 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php index bba076a8..39e77dff 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php index cd200b1e..1bb66869 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php b/tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php index ea337021..3bce9eff 100644 --- a/tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php +++ b/tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TIME_Test.php b/tests/Predis/Command/Redis/TIME_Test.php index 645d0fd4..7323b8a7 100644 --- a/tests/Predis/Command/Redis/TIME_Test.php +++ b/tests/Predis/Command/Redis/TIME_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TOUCH_Test.php b/tests/Predis/Command/Redis/TOUCH_Test.php index 1231918a..af5619b5 100644 --- a/tests/Predis/Command/Redis/TOUCH_Test.php +++ b/tests/Predis/Command/Redis/TOUCH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TTL_Test.php b/tests/Predis/Command/Redis/TTL_Test.php index 7d7aded3..ce431e83 100644 --- a/tests/Predis/Command/Redis/TTL_Test.php +++ b/tests/Predis/Command/Redis/TTL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TYPE_Test.php b/tests/Predis/Command/Redis/TYPE_Test.php index 4006c4b4..516efd90 100644 --- a/tests/Predis/Command/Redis/TYPE_Test.php +++ b/tests/Predis/Command/Redis/TYPE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php index 99e4c490..9d3a5c6e 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php index 4453dac8..259bd33a 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php index 5294a7df..8731d677 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php index e2cb5660..a67e8288 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php index 86e45662..f3bff852 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php index 7f928373..c7ef168e 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php index 8a409839..0b77821e 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php index b1825c76..93b24309 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php index c616aab0..0618c92c 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php index 74976a84..a13ef0f8 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php index a733ecb7..2b849887 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php index e15312e2..3f04edce 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php index 8bae9502..5d79d609 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php index b704902a..c56119f9 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php index cd895e6a..de1dea92 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php index a6461f89..d727a13d 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php b/tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php index d7c7285b..9d965a2e 100644 --- a/tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php +++ b/tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKADD_Test.php b/tests/Predis/Command/Redis/TopK/TOPKADD_Test.php index 824e3286..ea8f62ae 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKADD_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php b/tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php index a1e465dd..f13a7827 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php b/tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php index c436ddb7..caf4837e 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php b/tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php index f9af0ce4..bf16ad2f 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php b/tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php index 543529fa..7fa92c25 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php b/tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php index 38052930..c58b9a0e 100644 --- a/tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php +++ b/tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php b/tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php index 53613de5..473e2ca2 100644 --- a/tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php +++ b/tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/UNWATCH_Test.php b/tests/Predis/Command/Redis/UNWATCH_Test.php index 2765acc8..271c9e2b 100644 --- a/tests/Predis/Command/Redis/UNWATCH_Test.php +++ b/tests/Predis/Command/Redis/UNWATCH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/WAITAOF_Test.php b/tests/Predis/Command/Redis/WAITAOF_Test.php index 6d2412d3..d507c6de 100644 --- a/tests/Predis/Command/Redis/WAITAOF_Test.php +++ b/tests/Predis/Command/Redis/WAITAOF_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/WATCH_Test.php b/tests/Predis/Command/Redis/WATCH_Test.php index 53edace9..71338734 100644 --- a/tests/Predis/Command/Redis/WATCH_Test.php +++ b/tests/Predis/Command/Redis/WATCH_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XADD_Test.php b/tests/Predis/Command/Redis/XADD_Test.php index bc69fc23..64f4c8fd 100644 --- a/tests/Predis/Command/Redis/XADD_Test.php +++ b/tests/Predis/Command/Redis/XADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XDEL_Test.php b/tests/Predis/Command/Redis/XDEL_Test.php index b5946264..b8676847 100644 --- a/tests/Predis/Command/Redis/XDEL_Test.php +++ b/tests/Predis/Command/Redis/XDEL_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XLEN_Test.php b/tests/Predis/Command/Redis/XLEN_Test.php index 764cefd9..0d918450 100644 --- a/tests/Predis/Command/Redis/XLEN_Test.php +++ b/tests/Predis/Command/Redis/XLEN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XRANGE_Test.php b/tests/Predis/Command/Redis/XRANGE_Test.php index 964fcc75..6465defa 100644 --- a/tests/Predis/Command/Redis/XRANGE_Test.php +++ b/tests/Predis/Command/Redis/XRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XREAD_Test.php b/tests/Predis/Command/Redis/XREAD_Test.php index ab1dd065..208662ad 100644 --- a/tests/Predis/Command/Redis/XREAD_Test.php +++ b/tests/Predis/Command/Redis/XREAD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XREVRANGE_Test.php b/tests/Predis/Command/Redis/XREVRANGE_Test.php index df3a4c2c..369049f4 100644 --- a/tests/Predis/Command/Redis/XREVRANGE_Test.php +++ b/tests/Predis/Command/Redis/XREVRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/XTRIM_Test.php b/tests/Predis/Command/Redis/XTRIM_Test.php index 170332e5..ddf3d8aa 100644 --- a/tests/Predis/Command/Redis/XTRIM_Test.php +++ b/tests/Predis/Command/Redis/XTRIM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZADD_Test.php b/tests/Predis/Command/Redis/ZADD_Test.php index dcb6f44f..764359b8 100644 --- a/tests/Predis/Command/Redis/ZADD_Test.php +++ b/tests/Predis/Command/Redis/ZADD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZCARD_Test.php b/tests/Predis/Command/Redis/ZCARD_Test.php index 47b6c563..2593b4c7 100644 --- a/tests/Predis/Command/Redis/ZCARD_Test.php +++ b/tests/Predis/Command/Redis/ZCARD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZCOUNT_Test.php b/tests/Predis/Command/Redis/ZCOUNT_Test.php index fcb79b87..342f1766 100644 --- a/tests/Predis/Command/Redis/ZCOUNT_Test.php +++ b/tests/Predis/Command/Redis/ZCOUNT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZDIFFSTORE_Test.php b/tests/Predis/Command/Redis/ZDIFFSTORE_Test.php index 613566fa..625f2931 100644 --- a/tests/Predis/Command/Redis/ZDIFFSTORE_Test.php +++ b/tests/Predis/Command/Redis/ZDIFFSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZDIFF_test.php b/tests/Predis/Command/Redis/ZDIFF_test.php index cffe225f..ca40c936 100644 --- a/tests/Predis/Command/Redis/ZDIFF_test.php +++ b/tests/Predis/Command/Redis/ZDIFF_test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZINCRBY_Test.php b/tests/Predis/Command/Redis/ZINCRBY_Test.php index b7ca3383..19e1c713 100644 --- a/tests/Predis/Command/Redis/ZINCRBY_Test.php +++ b/tests/Predis/Command/Redis/ZINCRBY_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZINTERCARD_Test.php b/tests/Predis/Command/Redis/ZINTERCARD_Test.php index 5adb68ea..a7733a69 100644 --- a/tests/Predis/Command/Redis/ZINTERCARD_Test.php +++ b/tests/Predis/Command/Redis/ZINTERCARD_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZINTERSTORE_Test.php b/tests/Predis/Command/Redis/ZINTERSTORE_Test.php index 764b09e1..8b968de6 100644 --- a/tests/Predis/Command/Redis/ZINTERSTORE_Test.php +++ b/tests/Predis/Command/Redis/ZINTERSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZINTER_Test.php b/tests/Predis/Command/Redis/ZINTER_Test.php index 25e16087..5255225a 100644 --- a/tests/Predis/Command/Redis/ZINTER_Test.php +++ b/tests/Predis/Command/Redis/ZINTER_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZLEXCOUNT_Test.php b/tests/Predis/Command/Redis/ZLEXCOUNT_Test.php index 265f461e..d31f336d 100644 --- a/tests/Predis/Command/Redis/ZLEXCOUNT_Test.php +++ b/tests/Predis/Command/Redis/ZLEXCOUNT_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZMPOP_Test.php b/tests/Predis/Command/Redis/ZMPOP_Test.php index 73a0a213..a72a7b39 100644 --- a/tests/Predis/Command/Redis/ZMPOP_Test.php +++ b/tests/Predis/Command/Redis/ZMPOP_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZMSCORE_Test.php b/tests/Predis/Command/Redis/ZMSCORE_Test.php index b21245f7..eac35caf 100644 --- a/tests/Predis/Command/Redis/ZMSCORE_Test.php +++ b/tests/Predis/Command/Redis/ZMSCORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZPOPMAX_Test.php b/tests/Predis/Command/Redis/ZPOPMAX_Test.php index 6c65bb23..2d50f7ba 100644 --- a/tests/Predis/Command/Redis/ZPOPMAX_Test.php +++ b/tests/Predis/Command/Redis/ZPOPMAX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZPOPMIN_Test.php b/tests/Predis/Command/Redis/ZPOPMIN_Test.php index b94b63b8..f131e4a6 100644 --- a/tests/Predis/Command/Redis/ZPOPMIN_Test.php +++ b/tests/Predis/Command/Redis/ZPOPMIN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANDMEMBER_test.php b/tests/Predis/Command/Redis/ZRANDMEMBER_test.php index 206f31f1..ebb7fb0d 100644 --- a/tests/Predis/Command/Redis/ZRANDMEMBER_test.php +++ b/tests/Predis/Command/Redis/ZRANDMEMBER_test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php b/tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php index 07497ac8..27edc4e0 100644 --- a/tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php +++ b/tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php b/tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php index 7e7c5277..0c244bf8 100644 --- a/tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php +++ b/tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANGESTORE_Test.php b/tests/Predis/Command/Redis/ZRANGESTORE_Test.php index 41c9e183..53168b54 100644 --- a/tests/Predis/Command/Redis/ZRANGESTORE_Test.php +++ b/tests/Predis/Command/Redis/ZRANGESTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANGE_Test.php b/tests/Predis/Command/Redis/ZRANGE_Test.php index 25b6afd3..eaf05315 100644 --- a/tests/Predis/Command/Redis/ZRANGE_Test.php +++ b/tests/Predis/Command/Redis/ZRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZRANK_Test.php b/tests/Predis/Command/Redis/ZRANK_Test.php index 66d5b8d4..18d9b7d2 100644 --- a/tests/Predis/Command/Redis/ZRANK_Test.php +++ b/tests/Predis/Command/Redis/ZRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php b/tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php index e0a34c73..ccd894db 100644 --- a/tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php +++ b/tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php b/tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php index b2e2829f..9d56e5ec 100644 --- a/tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php +++ b/tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php b/tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php index 8c4ed94f..3214e38f 100644 --- a/tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php +++ b/tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREM_Test.php b/tests/Predis/Command/Redis/ZREM_Test.php index e43107c4..e1cbd88f 100644 --- a/tests/Predis/Command/Redis/ZREM_Test.php +++ b/tests/Predis/Command/Redis/ZREM_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php b/tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php index 84511ed2..8a732491 100644 --- a/tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php +++ b/tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php b/tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php index f67b69f1..5e139a8a 100644 --- a/tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php +++ b/tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREVRANGE_Test.php b/tests/Predis/Command/Redis/ZREVRANGE_Test.php index c30dda01..1fdaf516 100644 --- a/tests/Predis/Command/Redis/ZREVRANGE_Test.php +++ b/tests/Predis/Command/Redis/ZREVRANGE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZREVRANK_Test.php b/tests/Predis/Command/Redis/ZREVRANK_Test.php index fa1ffdac..9d8e853f 100644 --- a/tests/Predis/Command/Redis/ZREVRANK_Test.php +++ b/tests/Predis/Command/Redis/ZREVRANK_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZSCAN_Test.php b/tests/Predis/Command/Redis/ZSCAN_Test.php index 0859f89f..838f30fc 100644 --- a/tests/Predis/Command/Redis/ZSCAN_Test.php +++ b/tests/Predis/Command/Redis/ZSCAN_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZSCORE_Test.php b/tests/Predis/Command/Redis/ZSCORE_Test.php index 682a86d7..7272eeb0 100644 --- a/tests/Predis/Command/Redis/ZSCORE_Test.php +++ b/tests/Predis/Command/Redis/ZSCORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZUNIONSTORE_Test.php b/tests/Predis/Command/Redis/ZUNIONSTORE_Test.php index 101891da..33259db4 100644 --- a/tests/Predis/Command/Redis/ZUNIONSTORE_Test.php +++ b/tests/Predis/Command/Redis/ZUNIONSTORE_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Redis/ZUNION_Test.php b/tests/Predis/Command/Redis/ZUNION_Test.php index 205728c0..22c845aa 100644 --- a/tests/Predis/Command/Redis/ZUNION_Test.php +++ b/tests/Predis/Command/Redis/ZUNION_Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/RedisFactoryTest.php b/tests/Predis/Command/RedisFactoryTest.php index 17a547f8..6578f573 100644 --- a/tests/Predis/Command/RedisFactoryTest.php +++ b/tests/Predis/Command/RedisFactoryTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/ScriptCommandTest.php b/tests/Predis/Command/ScriptCommandTest.php index adfa6364..a74cf765 100644 --- a/tests/Predis/Command/ScriptCommandTest.php +++ b/tests/Predis/Command/ScriptCommandTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/DeleteStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/DeleteStrategyTest.php index ac638e31..985a2c5a 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/DeleteStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/DeleteStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/DumpStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/DumpStrategyTest.php index cdc0343a..47fde27e 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/DumpStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/DumpStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/FlushStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/FlushStrategyTest.php index c8e9ce41..ad6e00b8 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/FlushStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/FlushStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/KillStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/KillStrategyTest.php index fdc2cd3c..b5ecd74d 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/KillStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/KillStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/ListStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/ListStrategyTest.php index 4b001488..a8f3a08b 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/ListStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/ListStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/LoadStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/LoadStrategyTest.php index baa35b61..f7f15de4 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/LoadStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/LoadStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/RestoreStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/RestoreStrategyTest.php index 8300a5b9..ccb96abb 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/RestoreStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/RestoreStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/ContainerCommands/Functions/StatsStrategyTest.php b/tests/Predis/Command/Strategy/ContainerCommands/Functions/StatsStrategyTest.php index e956bad1..39472349 100644 --- a/tests/Predis/Command/Strategy/ContainerCommands/Functions/StatsStrategyTest.php +++ b/tests/Predis/Command/Strategy/ContainerCommands/Functions/StatsStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Strategy/SubcommandStrategyResolverTest.php b/tests/Predis/Command/Strategy/SubcommandStrategyResolverTest.php index 35fbe366..81c72af5 100644 --- a/tests/Predis/Command/Strategy/SubcommandStrategyResolverTest.php +++ b/tests/Predis/Command/Strategy/SubcommandStrategyResolverTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/AggregateTest.php b/tests/Predis/Command/Traits/AggregateTest.php index 5852d50c..f6a7fb7d 100644 --- a/tests/Predis/Command/Traits/AggregateTest.php +++ b/tests/Predis/Command/Traits/AggregateTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BitByteTest.php b/tests/Predis/Command/Traits/BitByteTest.php index 2e6afe43..5296f146 100644 --- a/tests/Predis/Command/Traits/BitByteTest.php +++ b/tests/Predis/Command/Traits/BitByteTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php b/tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php index 88a4ed19..31782896 100644 --- a/tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/CapacityTest.php b/tests/Predis/Command/Traits/BloomFilters/CapacityTest.php index cbbcd124..3431e9eb 100644 --- a/tests/Predis/Command/Traits/BloomFilters/CapacityTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/CapacityTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/ErrorTest.php b/tests/Predis/Command/Traits/BloomFilters/ErrorTest.php index 119f6617..d1d59a89 100644 --- a/tests/Predis/Command/Traits/BloomFilters/ErrorTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/ErrorTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php b/tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php index d441e351..b0d85b47 100644 --- a/tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/ItemsTest.php b/tests/Predis/Command/Traits/BloomFilters/ItemsTest.php index 742a4ec6..3023d576 100644 --- a/tests/Predis/Command/Traits/BloomFilters/ItemsTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/ItemsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php b/tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php index b221e559..c8f016e0 100644 --- a/tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php b/tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php index 5c4435bf..9b653771 100644 --- a/tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php +++ b/tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/By/ByArgumentTest.php b/tests/Predis/Command/Traits/By/ByArgumentTest.php index 92ef92d5..bb1ee930 100644 --- a/tests/Predis/Command/Traits/By/ByArgumentTest.php +++ b/tests/Predis/Command/Traits/By/ByArgumentTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/By/GeoByTest.php b/tests/Predis/Command/Traits/By/GeoByTest.php index 1aa84b8b..c7fe50db 100644 --- a/tests/Predis/Command/Traits/By/GeoByTest.php +++ b/tests/Predis/Command/Traits/By/GeoByTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/ByLexByScoreTest.php b/tests/Predis/Command/Traits/ByLexByScoreTest.php index a50d1ad0..af8df8b3 100644 --- a/tests/Predis/Command/Traits/ByLexByScoreTest.php +++ b/tests/Predis/Command/Traits/ByLexByScoreTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/CountTest.php b/tests/Predis/Command/Traits/CountTest.php index bf912ddf..29593312 100644 --- a/tests/Predis/Command/Traits/CountTest.php +++ b/tests/Predis/Command/Traits/CountTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/DbTest.php b/tests/Predis/Command/Traits/DbTest.php index b7209786..1a60b908 100644 --- a/tests/Predis/Command/Traits/DbTest.php +++ b/tests/Predis/Command/Traits/DbTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/From/GeoFromTest.php b/tests/Predis/Command/Traits/From/GeoFromTest.php index 0fb34638..d884e145 100644 --- a/tests/Predis/Command/Traits/From/GeoFromTest.php +++ b/tests/Predis/Command/Traits/From/GeoFromTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Get/GetTest.php b/tests/Predis/Command/Traits/Get/GetTest.php index 6a914982..ce445a78 100644 --- a/tests/Predis/Command/Traits/Get/GetTest.php +++ b/tests/Predis/Command/Traits/Get/GetTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Json/IndentTest.php b/tests/Predis/Command/Traits/Json/IndentTest.php index d0a3234e..bf2af65f 100644 --- a/tests/Predis/Command/Traits/Json/IndentTest.php +++ b/tests/Predis/Command/Traits/Json/IndentTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Json/NewlineTest.php b/tests/Predis/Command/Traits/Json/NewlineTest.php index 88913fcd..065146aa 100644 --- a/tests/Predis/Command/Traits/Json/NewlineTest.php +++ b/tests/Predis/Command/Traits/Json/NewlineTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Json/NxXxArgumentTest.php b/tests/Predis/Command/Traits/Json/NxXxArgumentTest.php index 23a2749f..bc6c623b 100644 --- a/tests/Predis/Command/Traits/Json/NxXxArgumentTest.php +++ b/tests/Predis/Command/Traits/Json/NxXxArgumentTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Json/SpaceTest.php b/tests/Predis/Command/Traits/Json/SpaceTest.php index eb7cc901..2520f162 100644 --- a/tests/Predis/Command/Traits/Json/SpaceTest.php +++ b/tests/Predis/Command/Traits/Json/SpaceTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/KeysTest.php b/tests/Predis/Command/Traits/KeysTest.php index 7b04b5d2..d4900a3e 100644 --- a/tests/Predis/Command/Traits/KeysTest.php +++ b/tests/Predis/Command/Traits/KeysTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/LeftRightTest.php b/tests/Predis/Command/Traits/LeftRightTest.php index 1526c43f..1b94ed44 100644 --- a/tests/Predis/Command/Traits/LeftRightTest.php +++ b/tests/Predis/Command/Traits/LeftRightTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Limit/LimitObjectTest.php b/tests/Predis/Command/Traits/Limit/LimitObjectTest.php index 5241c5e8..fe3ca1e0 100644 --- a/tests/Predis/Command/Traits/Limit/LimitObjectTest.php +++ b/tests/Predis/Command/Traits/Limit/LimitObjectTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/Limit/LimitTest.php b/tests/Predis/Command/Traits/Limit/LimitTest.php index 54013c5d..57795b2e 100644 --- a/tests/Predis/Command/Traits/Limit/LimitTest.php +++ b/tests/Predis/Command/Traits/Limit/LimitTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/MinMaxModifierTest.php b/tests/Predis/Command/Traits/MinMaxModifierTest.php index 130096c8..37531eef 100644 --- a/tests/Predis/Command/Traits/MinMaxModifierTest.php +++ b/tests/Predis/Command/Traits/MinMaxModifierTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/ReplaceTest.php b/tests/Predis/Command/Traits/ReplaceTest.php index 1e6dd438..eae18147 100644 --- a/tests/Predis/Command/Traits/ReplaceTest.php +++ b/tests/Predis/Command/Traits/ReplaceTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/RevTest.php b/tests/Predis/Command/Traits/RevTest.php index 6b40931e..6551e9fc 100644 --- a/tests/Predis/Command/Traits/RevTest.php +++ b/tests/Predis/Command/Traits/RevTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/StoredistTest.php b/tests/Predis/Command/Traits/StoredistTest.php index 1b5d67ac..c096f903 100644 --- a/tests/Predis/Command/Traits/StoredistTest.php +++ b/tests/Predis/Command/Traits/StoredistTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/TimeoutTest.php b/tests/Predis/Command/Traits/TimeoutTest.php index 20a46733..e7488f6b 100644 --- a/tests/Predis/Command/Traits/TimeoutTest.php +++ b/tests/Predis/Command/Traits/TimeoutTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/To/ServerToTest.php b/tests/Predis/Command/Traits/To/ServerToTest.php index 5bf5cb7b..4168a890 100644 --- a/tests/Predis/Command/Traits/To/ServerToTest.php +++ b/tests/Predis/Command/Traits/To/ServerToTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/WeightsTest.php b/tests/Predis/Command/Traits/WeightsTest.php index c6f925a2..9681c214 100644 --- a/tests/Predis/Command/Traits/WeightsTest.php +++ b/tests/Predis/Command/Traits/WeightsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/With/WithCoordTest.php b/tests/Predis/Command/Traits/With/WithCoordTest.php index c46fc3b6..e7f1415b 100644 --- a/tests/Predis/Command/Traits/With/WithCoordTest.php +++ b/tests/Predis/Command/Traits/With/WithCoordTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/With/WithDistTest.php b/tests/Predis/Command/Traits/With/WithDistTest.php index e456538e..accdfa5e 100644 --- a/tests/Predis/Command/Traits/With/WithDistTest.php +++ b/tests/Predis/Command/Traits/With/WithDistTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/With/WithHashTest.php b/tests/Predis/Command/Traits/With/WithHashTest.php index 6d571ec4..f4ee4dff 100644 --- a/tests/Predis/Command/Traits/With/WithHashTest.php +++ b/tests/Predis/Command/Traits/With/WithHashTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Command/Traits/With/WithScoresTest.php b/tests/Predis/Command/Traits/With/WithScoresTest.php index 9d56b26c..65449a94 100644 --- a/tests/Predis/Command/Traits/With/WithScoresTest.php +++ b/tests/Predis/Command/Traits/With/WithScoresTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/CommunicationExceptionTest.php b/tests/Predis/CommunicationExceptionTest.php index 5e177a56..c39550f4 100644 --- a/tests/Predis/CommunicationExceptionTest.php +++ b/tests/Predis/CommunicationExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/AggregateTest.php b/tests/Predis/Configuration/Option/AggregateTest.php index 50155603..e08ed587 100644 --- a/tests/Predis/Configuration/Option/AggregateTest.php +++ b/tests/Predis/Configuration/Option/AggregateTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/CRC16Test.php b/tests/Predis/Configuration/Option/CRC16Test.php index 75ffa991..4333f587 100644 --- a/tests/Predis/Configuration/Option/CRC16Test.php +++ b/tests/Predis/Configuration/Option/CRC16Test.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/ClusterTest.php b/tests/Predis/Configuration/Option/ClusterTest.php index 3737fb89..86e8a875 100644 --- a/tests/Predis/Configuration/Option/ClusterTest.php +++ b/tests/Predis/Configuration/Option/ClusterTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/CommandsTest.php b/tests/Predis/Configuration/Option/CommandsTest.php index 0bfd4dea..0fabc5a0 100644 --- a/tests/Predis/Configuration/Option/CommandsTest.php +++ b/tests/Predis/Configuration/Option/CommandsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/ConnectionsTest.php b/tests/Predis/Configuration/Option/ConnectionsTest.php index e3e8866e..cd6524f5 100644 --- a/tests/Predis/Configuration/Option/ConnectionsTest.php +++ b/tests/Predis/Configuration/Option/ConnectionsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/ExceptionsTest.php b/tests/Predis/Configuration/Option/ExceptionsTest.php index 41cef387..ec878bf9 100644 --- a/tests/Predis/Configuration/Option/ExceptionsTest.php +++ b/tests/Predis/Configuration/Option/ExceptionsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/PrefixTest.php b/tests/Predis/Configuration/Option/PrefixTest.php index f012917a..6c39c098 100644 --- a/tests/Predis/Configuration/Option/PrefixTest.php +++ b/tests/Predis/Configuration/Option/PrefixTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/Option/ReplicationTest.php b/tests/Predis/Configuration/Option/ReplicationTest.php index 814049c4..9a516230 100644 --- a/tests/Predis/Configuration/Option/ReplicationTest.php +++ b/tests/Predis/Configuration/Option/ReplicationTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Configuration/OptionsTest.php b/tests/Predis/Configuration/OptionsTest.php index 092d2c82..6df9a7c4 100644 --- a/tests/Predis/Configuration/OptionsTest.php +++ b/tests/Predis/Configuration/OptionsTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/Cluster/PredisClusterTest.php b/tests/Predis/Connection/Cluster/PredisClusterTest.php index 90902b85..f79f396f 100644 --- a/tests/Predis/Connection/Cluster/PredisClusterTest.php +++ b/tests/Predis/Connection/Cluster/PredisClusterTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/Cluster/RedisClusterTest.php b/tests/Predis/Connection/Cluster/RedisClusterTest.php index a2cffbcf..42c4f851 100644 --- a/tests/Predis/Connection/Cluster/RedisClusterTest.php +++ b/tests/Predis/Connection/Cluster/RedisClusterTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/CompositeStreamConnectionTest.php b/tests/Predis/Connection/CompositeStreamConnectionTest.php index 804208b2..9f8926e9 100644 --- a/tests/Predis/Connection/CompositeStreamConnectionTest.php +++ b/tests/Predis/Connection/CompositeStreamConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/ConnectionExceptionTest.php b/tests/Predis/Connection/ConnectionExceptionTest.php index 7f10112f..30c907df 100644 --- a/tests/Predis/Connection/ConnectionExceptionTest.php +++ b/tests/Predis/Connection/ConnectionExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/FactoryTest.php b/tests/Predis/Connection/FactoryTest.php index dc6040cb..d2aecdab 100644 --- a/tests/Predis/Connection/FactoryTest.php +++ b/tests/Predis/Connection/FactoryTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/ParametersTest.php b/tests/Predis/Connection/ParametersTest.php index 8b85044b..3e313b5b 100644 --- a/tests/Predis/Connection/ParametersTest.php +++ b/tests/Predis/Connection/ParametersTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/PhpiredisSocketConnectionTest.php b/tests/Predis/Connection/PhpiredisSocketConnectionTest.php index 8b747de5..7bc3634b 100644 --- a/tests/Predis/Connection/PhpiredisSocketConnectionTest.php +++ b/tests/Predis/Connection/PhpiredisSocketConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/PhpiredisStreamConnectionTest.php b/tests/Predis/Connection/PhpiredisStreamConnectionTest.php index c62247d7..9ec95725 100644 --- a/tests/Predis/Connection/PhpiredisStreamConnectionTest.php +++ b/tests/Predis/Connection/PhpiredisStreamConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/RelayConnectionTest.php b/tests/Predis/Connection/RelayConnectionTest.php index d5ebc9b6..071b87f2 100644 --- a/tests/Predis/Connection/RelayConnectionTest.php +++ b/tests/Predis/Connection/RelayConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/Replication/MasterSlaveReplicationTest.php b/tests/Predis/Connection/Replication/MasterSlaveReplicationTest.php index 628e5ac3..a6340288 100644 --- a/tests/Predis/Connection/Replication/MasterSlaveReplicationTest.php +++ b/tests/Predis/Connection/Replication/MasterSlaveReplicationTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/Replication/SentinelReplicationTest.php b/tests/Predis/Connection/Replication/SentinelReplicationTest.php index a42113ea..c6c06387 100644 --- a/tests/Predis/Connection/Replication/SentinelReplicationTest.php +++ b/tests/Predis/Connection/Replication/SentinelReplicationTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/StreamConnectionTest.php b/tests/Predis/Connection/StreamConnectionTest.php index 2ead5656..c918da2d 100644 --- a/tests/Predis/Connection/StreamConnectionTest.php +++ b/tests/Predis/Connection/StreamConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Connection/WebdisConnectionTest.php b/tests/Predis/Connection/WebdisConnectionTest.php index bfb70c84..7d4056c3 100644 --- a/tests/Predis/Connection/WebdisConnectionTest.php +++ b/tests/Predis/Connection/WebdisConnectionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Monitor/ConsumerTest.php b/tests/Predis/Monitor/ConsumerTest.php index d26a775b..0f8bfad3 100644 --- a/tests/Predis/Monitor/ConsumerTest.php +++ b/tests/Predis/Monitor/ConsumerTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Pipeline/AtomicTest.php b/tests/Predis/Pipeline/AtomicTest.php index efd1f290..4b9a388b 100644 --- a/tests/Predis/Pipeline/AtomicTest.php +++ b/tests/Predis/Pipeline/AtomicTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Pipeline/FireAndForgetTest.php b/tests/Predis/Pipeline/FireAndForgetTest.php index 74108ffb..5b812e5c 100644 --- a/tests/Predis/Pipeline/FireAndForgetTest.php +++ b/tests/Predis/Pipeline/FireAndForgetTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Pipeline/PipelineTest.php b/tests/Predis/Pipeline/PipelineTest.php index c0635c9c..8c0260f1 100644 --- a/tests/Predis/Pipeline/PipelineTest.php +++ b/tests/Predis/Pipeline/PipelineTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/PredisExceptionTest.php b/tests/Predis/PredisExceptionTest.php index f084d6df..e76685ba 100644 --- a/tests/Predis/PredisExceptionTest.php +++ b/tests/Predis/PredisExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/ProtocolExceptionTest.php b/tests/Predis/Protocol/ProtocolExceptionTest.php index 1cf9f6e7..876e15de 100644 --- a/tests/Predis/Protocol/ProtocolExceptionTest.php +++ b/tests/Predis/Protocol/ProtocolExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php b/tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php index fc248d80..9aa1451d 100644 --- a/tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php +++ b/tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/BulkResponseTest.php b/tests/Predis/Protocol/Text/Handler/BulkResponseTest.php index 82b17436..35fc9d85 100644 --- a/tests/Predis/Protocol/Text/Handler/BulkResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/BulkResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php b/tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php index dd324341..0fddacf1 100644 --- a/tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php b/tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php index a0589c5f..475f32a1 100644 --- a/tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php b/tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php index 61bc502f..cdbdc47e 100644 --- a/tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/StatusResponseTest.php b/tests/Predis/Protocol/Text/Handler/StatusResponseTest.php index d8afa2b8..77da09d3 100644 --- a/tests/Predis/Protocol/Text/Handler/StatusResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/StatusResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/Handler/StreamableMultiBulkResponseTest.php b/tests/Predis/Protocol/Text/Handler/StreamableMultiBulkResponseTest.php index e4a6dc37..f29c2b51 100644 --- a/tests/Predis/Protocol/Text/Handler/StreamableMultiBulkResponseTest.php +++ b/tests/Predis/Protocol/Text/Handler/StreamableMultiBulkResponseTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/ProtocolProcessorTest.php b/tests/Predis/Protocol/Text/ProtocolProcessorTest.php index 005c17d0..db0fd0f5 100644 --- a/tests/Predis/Protocol/Text/ProtocolProcessorTest.php +++ b/tests/Predis/Protocol/Text/ProtocolProcessorTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/RequestSerializerTest.php b/tests/Predis/Protocol/Text/RequestSerializerTest.php index 6d2408fc..345bdeac 100644 --- a/tests/Predis/Protocol/Text/RequestSerializerTest.php +++ b/tests/Predis/Protocol/Text/RequestSerializerTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Protocol/Text/ResponseReaderTest.php b/tests/Predis/Protocol/Text/ResponseReaderTest.php index ed73e7d9..596ac70e 100644 --- a/tests/Predis/Protocol/Text/ResponseReaderTest.php +++ b/tests/Predis/Protocol/Text/ResponseReaderTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/PubSub/ConsumerTest.php b/tests/Predis/PubSub/ConsumerTest.php index 485550c7..0d6636d9 100644 --- a/tests/Predis/PubSub/ConsumerTest.php +++ b/tests/Predis/PubSub/ConsumerTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/PubSub/DispatcherLoopTest.php b/tests/Predis/PubSub/DispatcherLoopTest.php index 129a5342..25089e7a 100644 --- a/tests/Predis/PubSub/DispatcherLoopTest.php +++ b/tests/Predis/PubSub/DispatcherLoopTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Replication/ReplicationStrategyTest.php b/tests/Predis/Replication/ReplicationStrategyTest.php index acbfdefc..93e68564 100644 --- a/tests/Predis/Replication/ReplicationStrategyTest.php +++ b/tests/Predis/Replication/ReplicationStrategyTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Response/ErrorTest.php b/tests/Predis/Response/ErrorTest.php index 0dcc0a80..e2414cc1 100644 --- a/tests/Predis/Response/ErrorTest.php +++ b/tests/Predis/Response/ErrorTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Response/Iterator/MultiBulkTest.php b/tests/Predis/Response/Iterator/MultiBulkTest.php index c6c5f46e..4c8e1b8e 100644 --- a/tests/Predis/Response/Iterator/MultiBulkTest.php +++ b/tests/Predis/Response/Iterator/MultiBulkTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Response/Iterator/MultiBulkTupleTest.php b/tests/Predis/Response/Iterator/MultiBulkTupleTest.php index c0ab5021..4bf5b78b 100644 --- a/tests/Predis/Response/Iterator/MultiBulkTupleTest.php +++ b/tests/Predis/Response/Iterator/MultiBulkTupleTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Response/ServerExceptionTest.php b/tests/Predis/Response/ServerExceptionTest.php index 704de292..76d23add 100644 --- a/tests/Predis/Response/ServerExceptionTest.php +++ b/tests/Predis/Response/ServerExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Response/StatusTest.php b/tests/Predis/Response/StatusTest.php index 68e13fa7..cbcb0556 100644 --- a/tests/Predis/Response/StatusTest.php +++ b/tests/Predis/Response/StatusTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Transaction/AbortedMultiExecExceptionTest.php b/tests/Predis/Transaction/AbortedMultiExecExceptionTest.php index 35ce488b..ad5e6fcc 100644 --- a/tests/Predis/Transaction/AbortedMultiExecExceptionTest.php +++ b/tests/Predis/Transaction/AbortedMultiExecExceptionTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Transaction/MultiExecStateTest.php b/tests/Predis/Transaction/MultiExecStateTest.php index b78ad9c4..69acdbcc 100644 --- a/tests/Predis/Transaction/MultiExecStateTest.php +++ b/tests/Predis/Transaction/MultiExecStateTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Predis/Transaction/MultiExecTest.php b/tests/Predis/Transaction/MultiExecTest.php index bb86c379..39a33a0d 100644 --- a/tests/Predis/Transaction/MultiExecTest.php +++ b/tests/Predis/Transaction/MultiExecTest.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a31f7ee7..c1dff705 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,7 +4,7 @@ * This file is part of the Predis package. * * (c) 2009-2020 Daniele Alessandri - * (c) 2021-2024 Till Krüss + * (c) 2021-2025 Till Krüss * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.