Update to Predis-0.8.0
This commit is contained in:
parent
1537eed6aa
commit
85f470b53c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2012/06/28 11:33:13 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/10/23 11:09:57 dcoppa Exp $
|
||||
|
||||
COMMENT = PHP client library for the Redis key-value database
|
||||
|
||||
DISTNAME = Predis-0.7.3
|
||||
DISTNAME = Predis-0.8.0
|
||||
PKGNAME = ${DISTNAME:S/^P/php-p/}
|
||||
CATEGORIES = www databases
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (Predis-0.7.3.tgz) = yKJ/xRNE4PQjnbaNUA6lRQ==
|
||||
RMD160 (Predis-0.7.3.tgz) = o1b0MUMhlhCRHaxh1XoxldPWWjE=
|
||||
SHA1 (Predis-0.7.3.tgz) = i05rQ2vYaXvsJGoiHBxxiLWUkgA=
|
||||
SHA256 (Predis-0.7.3.tgz) = Yy3lcdFzzyADnEKQ+JsoomgIADTagSKOeVEbMwzmCmQ=
|
||||
SIZE (Predis-0.7.3.tgz) = 149143
|
||||
SHA256 (Predis-0.8.0.tgz) = YXRRPXqz4x1j20ZPh9jZtAb6UNrIyzIrkw/M71+XDzM=
|
||||
SIZE (Predis-0.8.0.tgz) = 168356
|
||||
|
@ -1,233 +1,244 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/06/28 11:33:13 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/10/23 11:09:57 dcoppa Exp $
|
||||
@group daemon
|
||||
pear/
|
||||
pear/lib/
|
||||
pear/lib/Predis/
|
||||
pear/lib/Predis/Autoloader.php
|
||||
pear/lib/Predis/BasicClientInterface.php
|
||||
pear/lib/Predis/Client.php
|
||||
pear/lib/Predis/ClientException.php
|
||||
pear/lib/Predis/Commands/
|
||||
pear/lib/Predis/Commands/Command.php
|
||||
pear/lib/Predis/Commands/ConnectionAuth.php
|
||||
pear/lib/Predis/Commands/ConnectionEcho.php
|
||||
pear/lib/Predis/Commands/ConnectionPing.php
|
||||
pear/lib/Predis/Commands/ConnectionQuit.php
|
||||
pear/lib/Predis/Commands/ConnectionSelect.php
|
||||
pear/lib/Predis/Commands/HashDelete.php
|
||||
pear/lib/Predis/Commands/HashExists.php
|
||||
pear/lib/Predis/Commands/HashGet.php
|
||||
pear/lib/Predis/Commands/HashGetAll.php
|
||||
pear/lib/Predis/Commands/HashGetMultiple.php
|
||||
pear/lib/Predis/Commands/HashIncrementBy.php
|
||||
pear/lib/Predis/Commands/HashIncrementByFloat.php
|
||||
pear/lib/Predis/Commands/HashKeys.php
|
||||
pear/lib/Predis/Commands/HashLength.php
|
||||
pear/lib/Predis/Commands/HashSet.php
|
||||
pear/lib/Predis/Commands/HashSetMultiple.php
|
||||
pear/lib/Predis/Commands/HashSetPreserve.php
|
||||
pear/lib/Predis/Commands/HashValues.php
|
||||
pear/lib/Predis/Commands/ICommand.php
|
||||
pear/lib/Predis/Commands/IPrefixable.php
|
||||
pear/lib/Predis/Commands/KeyDelete.php
|
||||
pear/lib/Predis/Commands/KeyExists.php
|
||||
pear/lib/Predis/Commands/KeyExpire.php
|
||||
pear/lib/Predis/Commands/KeyExpireAt.php
|
||||
pear/lib/Predis/Commands/KeyKeys.php
|
||||
pear/lib/Predis/Commands/KeyKeysV12x.php
|
||||
pear/lib/Predis/Commands/KeyMove.php
|
||||
pear/lib/Predis/Commands/KeyPersist.php
|
||||
pear/lib/Predis/Commands/KeyPreciseExpire.php
|
||||
pear/lib/Predis/Commands/KeyPreciseExpireAt.php
|
||||
pear/lib/Predis/Commands/KeyPreciseTimeToLive.php
|
||||
pear/lib/Predis/Commands/KeyRandom.php
|
||||
pear/lib/Predis/Commands/KeyRename.php
|
||||
pear/lib/Predis/Commands/KeyRenamePreserve.php
|
||||
pear/lib/Predis/Commands/KeySort.php
|
||||
pear/lib/Predis/Commands/KeyTimeToLive.php
|
||||
pear/lib/Predis/Commands/KeyType.php
|
||||
pear/lib/Predis/Commands/ListIndex.php
|
||||
pear/lib/Predis/Commands/ListInsert.php
|
||||
pear/lib/Predis/Commands/ListLength.php
|
||||
pear/lib/Predis/Commands/ListPopFirst.php
|
||||
pear/lib/Predis/Commands/ListPopFirstBlocking.php
|
||||
pear/lib/Predis/Commands/ListPopLast.php
|
||||
pear/lib/Predis/Commands/ListPopLastBlocking.php
|
||||
pear/lib/Predis/Commands/ListPopLastPushHead.php
|
||||
pear/lib/Predis/Commands/ListPopLastPushHeadBlocking.php
|
||||
pear/lib/Predis/Commands/ListPushHead.php
|
||||
pear/lib/Predis/Commands/ListPushHeadX.php
|
||||
pear/lib/Predis/Commands/ListPushTail.php
|
||||
pear/lib/Predis/Commands/ListPushTailX.php
|
||||
pear/lib/Predis/Commands/ListRange.php
|
||||
pear/lib/Predis/Commands/ListRemove.php
|
||||
pear/lib/Predis/Commands/ListSet.php
|
||||
pear/lib/Predis/Commands/ListTrim.php
|
||||
pear/lib/Predis/Commands/PrefixHelpers.php
|
||||
pear/lib/Predis/Commands/PrefixableCommand.php
|
||||
pear/lib/Predis/Commands/Processors/
|
||||
pear/lib/Predis/Commands/Processors/ICommandProcessor.php
|
||||
pear/lib/Predis/Commands/Processors/ICommandProcessorChain.php
|
||||
pear/lib/Predis/Commands/Processors/IProcessingSupport.php
|
||||
pear/lib/Predis/Commands/Processors/KeyPrefixProcessor.php
|
||||
pear/lib/Predis/Commands/Processors/ProcessorChain.php
|
||||
pear/lib/Predis/Commands/PubSubPublish.php
|
||||
pear/lib/Predis/Commands/PubSubSubscribe.php
|
||||
pear/lib/Predis/Commands/PubSubSubscribeByPattern.php
|
||||
pear/lib/Predis/Commands/PubSubUnsubscribe.php
|
||||
pear/lib/Predis/Commands/PubSubUnsubscribeByPattern.php
|
||||
pear/lib/Predis/Commands/ScriptedCommand.php
|
||||
pear/lib/Predis/Commands/ServerBackgroundRewriteAOF.php
|
||||
pear/lib/Predis/Commands/ServerBackgroundSave.php
|
||||
pear/lib/Predis/Commands/ServerClient.php
|
||||
pear/lib/Predis/Commands/ServerConfig.php
|
||||
pear/lib/Predis/Commands/ServerDatabaseSize.php
|
||||
pear/lib/Predis/Commands/ServerEval.php
|
||||
pear/lib/Predis/Commands/ServerEvalSHA.php
|
||||
pear/lib/Predis/Commands/ServerFlushAll.php
|
||||
pear/lib/Predis/Commands/ServerFlushDatabase.php
|
||||
pear/lib/Predis/Commands/ServerInfo.php
|
||||
pear/lib/Predis/Commands/ServerInfoV26x.php
|
||||
pear/lib/Predis/Commands/ServerLastSave.php
|
||||
pear/lib/Predis/Commands/ServerMonitor.php
|
||||
pear/lib/Predis/Commands/ServerObject.php
|
||||
pear/lib/Predis/Commands/ServerSave.php
|
||||
pear/lib/Predis/Commands/ServerScript.php
|
||||
pear/lib/Predis/Commands/ServerShutdown.php
|
||||
pear/lib/Predis/Commands/ServerSlaveOf.php
|
||||
pear/lib/Predis/Commands/ServerSlowlog.php
|
||||
pear/lib/Predis/Commands/ServerTime.php
|
||||
pear/lib/Predis/Commands/SetAdd.php
|
||||
pear/lib/Predis/Commands/SetCardinality.php
|
||||
pear/lib/Predis/Commands/SetDifference.php
|
||||
pear/lib/Predis/Commands/SetDifferenceStore.php
|
||||
pear/lib/Predis/Commands/SetIntersection.php
|
||||
pear/lib/Predis/Commands/SetIntersectionStore.php
|
||||
pear/lib/Predis/Commands/SetIsMember.php
|
||||
pear/lib/Predis/Commands/SetMembers.php
|
||||
pear/lib/Predis/Commands/SetMove.php
|
||||
pear/lib/Predis/Commands/SetPop.php
|
||||
pear/lib/Predis/Commands/SetRandomMember.php
|
||||
pear/lib/Predis/Commands/SetRemove.php
|
||||
pear/lib/Predis/Commands/SetUnion.php
|
||||
pear/lib/Predis/Commands/SetUnionStore.php
|
||||
pear/lib/Predis/Commands/StringAppend.php
|
||||
pear/lib/Predis/Commands/StringBitCount.php
|
||||
pear/lib/Predis/Commands/StringBitOp.php
|
||||
pear/lib/Predis/Commands/StringDecrement.php
|
||||
pear/lib/Predis/Commands/StringDecrementBy.php
|
||||
pear/lib/Predis/Commands/StringGet.php
|
||||
pear/lib/Predis/Commands/StringGetBit.php
|
||||
pear/lib/Predis/Commands/StringGetMultiple.php
|
||||
pear/lib/Predis/Commands/StringGetRange.php
|
||||
pear/lib/Predis/Commands/StringGetSet.php
|
||||
pear/lib/Predis/Commands/StringIncrement.php
|
||||
pear/lib/Predis/Commands/StringIncrementBy.php
|
||||
pear/lib/Predis/Commands/StringIncrementByFloat.php
|
||||
pear/lib/Predis/Commands/StringPreciseSetExpire.php
|
||||
pear/lib/Predis/Commands/StringSet.php
|
||||
pear/lib/Predis/Commands/StringSetBit.php
|
||||
pear/lib/Predis/Commands/StringSetExpire.php
|
||||
pear/lib/Predis/Commands/StringSetMultiple.php
|
||||
pear/lib/Predis/Commands/StringSetMultiplePreserve.php
|
||||
pear/lib/Predis/Commands/StringSetPreserve.php
|
||||
pear/lib/Predis/Commands/StringSetRange.php
|
||||
pear/lib/Predis/Commands/StringStrlen.php
|
||||
pear/lib/Predis/Commands/StringSubstr.php
|
||||
pear/lib/Predis/Commands/TransactionDiscard.php
|
||||
pear/lib/Predis/Commands/TransactionExec.php
|
||||
pear/lib/Predis/Commands/TransactionMulti.php
|
||||
pear/lib/Predis/Commands/TransactionUnwatch.php
|
||||
pear/lib/Predis/Commands/TransactionWatch.php
|
||||
pear/lib/Predis/Commands/ZSetAdd.php
|
||||
pear/lib/Predis/Commands/ZSetCardinality.php
|
||||
pear/lib/Predis/Commands/ZSetCount.php
|
||||
pear/lib/Predis/Commands/ZSetIncrementBy.php
|
||||
pear/lib/Predis/Commands/ZSetIntersectionStore.php
|
||||
pear/lib/Predis/Commands/ZSetRange.php
|
||||
pear/lib/Predis/Commands/ZSetRangeByScore.php
|
||||
pear/lib/Predis/Commands/ZSetRank.php
|
||||
pear/lib/Predis/Commands/ZSetRemove.php
|
||||
pear/lib/Predis/Commands/ZSetRemoveRangeByRank.php
|
||||
pear/lib/Predis/Commands/ZSetRemoveRangeByScore.php
|
||||
pear/lib/Predis/Commands/ZSetReverseRange.php
|
||||
pear/lib/Predis/Commands/ZSetReverseRangeByScore.php
|
||||
pear/lib/Predis/Commands/ZSetReverseRank.php
|
||||
pear/lib/Predis/Commands/ZSetScore.php
|
||||
pear/lib/Predis/Commands/ZSetUnionStore.php
|
||||
pear/lib/Predis/ClientInterface.php
|
||||
pear/lib/Predis/Cluster/
|
||||
pear/lib/Predis/Cluster/CommandHashStrategyInterface.php
|
||||
pear/lib/Predis/Cluster/Distribution/
|
||||
pear/lib/Predis/Cluster/Distribution/DistributionStrategyInterface.php
|
||||
pear/lib/Predis/Cluster/Distribution/EmptyRingException.php
|
||||
pear/lib/Predis/Cluster/Distribution/HashRing.php
|
||||
pear/lib/Predis/Cluster/Distribution/KetamaPureRing.php
|
||||
pear/lib/Predis/Cluster/Hash/
|
||||
pear/lib/Predis/Cluster/Hash/CRC16HashGenerator.php
|
||||
pear/lib/Predis/Cluster/Hash/HashGeneratorInterface.php
|
||||
pear/lib/Predis/Cluster/PredisClusterHashStrategy.php
|
||||
pear/lib/Predis/Cluster/RedisClusterHashStrategy.php
|
||||
pear/lib/Predis/Command/
|
||||
pear/lib/Predis/Command/AbstractCommand.php
|
||||
pear/lib/Predis/Command/CommandInterface.php
|
||||
pear/lib/Predis/Command/ConnectionAuth.php
|
||||
pear/lib/Predis/Command/ConnectionEcho.php
|
||||
pear/lib/Predis/Command/ConnectionPing.php
|
||||
pear/lib/Predis/Command/ConnectionQuit.php
|
||||
pear/lib/Predis/Command/ConnectionSelect.php
|
||||
pear/lib/Predis/Command/HashDelete.php
|
||||
pear/lib/Predis/Command/HashExists.php
|
||||
pear/lib/Predis/Command/HashGet.php
|
||||
pear/lib/Predis/Command/HashGetAll.php
|
||||
pear/lib/Predis/Command/HashGetMultiple.php
|
||||
pear/lib/Predis/Command/HashIncrementBy.php
|
||||
pear/lib/Predis/Command/HashIncrementByFloat.php
|
||||
pear/lib/Predis/Command/HashKeys.php
|
||||
pear/lib/Predis/Command/HashLength.php
|
||||
pear/lib/Predis/Command/HashSet.php
|
||||
pear/lib/Predis/Command/HashSetMultiple.php
|
||||
pear/lib/Predis/Command/HashSetPreserve.php
|
||||
pear/lib/Predis/Command/HashValues.php
|
||||
pear/lib/Predis/Command/KeyDelete.php
|
||||
pear/lib/Predis/Command/KeyExists.php
|
||||
pear/lib/Predis/Command/KeyExpire.php
|
||||
pear/lib/Predis/Command/KeyExpireAt.php
|
||||
pear/lib/Predis/Command/KeyKeys.php
|
||||
pear/lib/Predis/Command/KeyKeysV12x.php
|
||||
pear/lib/Predis/Command/KeyMove.php
|
||||
pear/lib/Predis/Command/KeyPersist.php
|
||||
pear/lib/Predis/Command/KeyPreciseExpire.php
|
||||
pear/lib/Predis/Command/KeyPreciseExpireAt.php
|
||||
pear/lib/Predis/Command/KeyPreciseTimeToLive.php
|
||||
pear/lib/Predis/Command/KeyRandom.php
|
||||
pear/lib/Predis/Command/KeyRename.php
|
||||
pear/lib/Predis/Command/KeyRenamePreserve.php
|
||||
pear/lib/Predis/Command/KeySort.php
|
||||
pear/lib/Predis/Command/KeyTimeToLive.php
|
||||
pear/lib/Predis/Command/KeyType.php
|
||||
pear/lib/Predis/Command/ListIndex.php
|
||||
pear/lib/Predis/Command/ListInsert.php
|
||||
pear/lib/Predis/Command/ListLength.php
|
||||
pear/lib/Predis/Command/ListPopFirst.php
|
||||
pear/lib/Predis/Command/ListPopFirstBlocking.php
|
||||
pear/lib/Predis/Command/ListPopLast.php
|
||||
pear/lib/Predis/Command/ListPopLastBlocking.php
|
||||
pear/lib/Predis/Command/ListPopLastPushHead.php
|
||||
pear/lib/Predis/Command/ListPopLastPushHeadBlocking.php
|
||||
pear/lib/Predis/Command/ListPushHead.php
|
||||
pear/lib/Predis/Command/ListPushHeadX.php
|
||||
pear/lib/Predis/Command/ListPushTail.php
|
||||
pear/lib/Predis/Command/ListPushTailX.php
|
||||
pear/lib/Predis/Command/ListRange.php
|
||||
pear/lib/Predis/Command/ListRemove.php
|
||||
pear/lib/Predis/Command/ListSet.php
|
||||
pear/lib/Predis/Command/ListTrim.php
|
||||
pear/lib/Predis/Command/PrefixHelpers.php
|
||||
pear/lib/Predis/Command/PrefixableCommand.php
|
||||
pear/lib/Predis/Command/PrefixableCommandInterface.php
|
||||
pear/lib/Predis/Command/Processor/
|
||||
pear/lib/Predis/Command/Processor/CommandProcessingInterface.php
|
||||
pear/lib/Predis/Command/Processor/CommandProcessorChainInterface.php
|
||||
pear/lib/Predis/Command/Processor/CommandProcessorInterface.php
|
||||
pear/lib/Predis/Command/Processor/KeyPrefixProcessor.php
|
||||
pear/lib/Predis/Command/Processor/ProcessorChain.php
|
||||
pear/lib/Predis/Command/PubSubPublish.php
|
||||
pear/lib/Predis/Command/PubSubSubscribe.php
|
||||
pear/lib/Predis/Command/PubSubSubscribeByPattern.php
|
||||
pear/lib/Predis/Command/PubSubUnsubscribe.php
|
||||
pear/lib/Predis/Command/PubSubUnsubscribeByPattern.php
|
||||
pear/lib/Predis/Command/ScriptedCommand.php
|
||||
pear/lib/Predis/Command/ServerBackgroundRewriteAOF.php
|
||||
pear/lib/Predis/Command/ServerBackgroundSave.php
|
||||
pear/lib/Predis/Command/ServerClient.php
|
||||
pear/lib/Predis/Command/ServerConfig.php
|
||||
pear/lib/Predis/Command/ServerDatabaseSize.php
|
||||
pear/lib/Predis/Command/ServerEval.php
|
||||
pear/lib/Predis/Command/ServerEvalSHA.php
|
||||
pear/lib/Predis/Command/ServerFlushAll.php
|
||||
pear/lib/Predis/Command/ServerFlushDatabase.php
|
||||
pear/lib/Predis/Command/ServerInfo.php
|
||||
pear/lib/Predis/Command/ServerInfoV26x.php
|
||||
pear/lib/Predis/Command/ServerLastSave.php
|
||||
pear/lib/Predis/Command/ServerMonitor.php
|
||||
pear/lib/Predis/Command/ServerObject.php
|
||||
pear/lib/Predis/Command/ServerSave.php
|
||||
pear/lib/Predis/Command/ServerScript.php
|
||||
pear/lib/Predis/Command/ServerShutdown.php
|
||||
pear/lib/Predis/Command/ServerSlaveOf.php
|
||||
pear/lib/Predis/Command/ServerSlowlog.php
|
||||
pear/lib/Predis/Command/ServerTime.php
|
||||
pear/lib/Predis/Command/SetAdd.php
|
||||
pear/lib/Predis/Command/SetCardinality.php
|
||||
pear/lib/Predis/Command/SetDifference.php
|
||||
pear/lib/Predis/Command/SetDifferenceStore.php
|
||||
pear/lib/Predis/Command/SetIntersection.php
|
||||
pear/lib/Predis/Command/SetIntersectionStore.php
|
||||
pear/lib/Predis/Command/SetIsMember.php
|
||||
pear/lib/Predis/Command/SetMembers.php
|
||||
pear/lib/Predis/Command/SetMove.php
|
||||
pear/lib/Predis/Command/SetPop.php
|
||||
pear/lib/Predis/Command/SetRandomMember.php
|
||||
pear/lib/Predis/Command/SetRemove.php
|
||||
pear/lib/Predis/Command/SetUnion.php
|
||||
pear/lib/Predis/Command/SetUnionStore.php
|
||||
pear/lib/Predis/Command/StringAppend.php
|
||||
pear/lib/Predis/Command/StringBitCount.php
|
||||
pear/lib/Predis/Command/StringBitOp.php
|
||||
pear/lib/Predis/Command/StringDecrement.php
|
||||
pear/lib/Predis/Command/StringDecrementBy.php
|
||||
pear/lib/Predis/Command/StringGet.php
|
||||
pear/lib/Predis/Command/StringGetBit.php
|
||||
pear/lib/Predis/Command/StringGetMultiple.php
|
||||
pear/lib/Predis/Command/StringGetRange.php
|
||||
pear/lib/Predis/Command/StringGetSet.php
|
||||
pear/lib/Predis/Command/StringIncrement.php
|
||||
pear/lib/Predis/Command/StringIncrementBy.php
|
||||
pear/lib/Predis/Command/StringIncrementByFloat.php
|
||||
pear/lib/Predis/Command/StringPreciseSetExpire.php
|
||||
pear/lib/Predis/Command/StringSet.php
|
||||
pear/lib/Predis/Command/StringSetBit.php
|
||||
pear/lib/Predis/Command/StringSetExpire.php
|
||||
pear/lib/Predis/Command/StringSetMultiple.php
|
||||
pear/lib/Predis/Command/StringSetMultiplePreserve.php
|
||||
pear/lib/Predis/Command/StringSetPreserve.php
|
||||
pear/lib/Predis/Command/StringSetRange.php
|
||||
pear/lib/Predis/Command/StringStrlen.php
|
||||
pear/lib/Predis/Command/StringSubstr.php
|
||||
pear/lib/Predis/Command/TransactionDiscard.php
|
||||
pear/lib/Predis/Command/TransactionExec.php
|
||||
pear/lib/Predis/Command/TransactionMulti.php
|
||||
pear/lib/Predis/Command/TransactionUnwatch.php
|
||||
pear/lib/Predis/Command/TransactionWatch.php
|
||||
pear/lib/Predis/Command/ZSetAdd.php
|
||||
pear/lib/Predis/Command/ZSetCardinality.php
|
||||
pear/lib/Predis/Command/ZSetCount.php
|
||||
pear/lib/Predis/Command/ZSetIncrementBy.php
|
||||
pear/lib/Predis/Command/ZSetIntersectionStore.php
|
||||
pear/lib/Predis/Command/ZSetRange.php
|
||||
pear/lib/Predis/Command/ZSetRangeByScore.php
|
||||
pear/lib/Predis/Command/ZSetRank.php
|
||||
pear/lib/Predis/Command/ZSetRemove.php
|
||||
pear/lib/Predis/Command/ZSetRemoveRangeByRank.php
|
||||
pear/lib/Predis/Command/ZSetRemoveRangeByScore.php
|
||||
pear/lib/Predis/Command/ZSetReverseRange.php
|
||||
pear/lib/Predis/Command/ZSetReverseRangeByScore.php
|
||||
pear/lib/Predis/Command/ZSetReverseRank.php
|
||||
pear/lib/Predis/Command/ZSetScore.php
|
||||
pear/lib/Predis/Command/ZSetUnionStore.php
|
||||
pear/lib/Predis/CommunicationException.php
|
||||
pear/lib/Predis/ConnectionFactory.php
|
||||
pear/lib/Predis/ConnectionParameters.php
|
||||
pear/lib/Predis/Distribution/
|
||||
pear/lib/Predis/Distribution/EmptyRingException.php
|
||||
pear/lib/Predis/Distribution/HashRing.php
|
||||
pear/lib/Predis/Distribution/IDistributionStrategy.php
|
||||
pear/lib/Predis/Distribution/INodeKeyGenerator.php
|
||||
pear/lib/Predis/Distribution/KetamaPureRing.php
|
||||
pear/lib/Predis/Connection/
|
||||
pear/lib/Predis/Connection/AbstractConnection.php
|
||||
pear/lib/Predis/Connection/AggregatedConnectionInterface.php
|
||||
pear/lib/Predis/Connection/ClusterConnectionInterface.php
|
||||
pear/lib/Predis/Connection/ComposableConnectionInterface.php
|
||||
pear/lib/Predis/Connection/ComposableStreamConnection.php
|
||||
pear/lib/Predis/Connection/ConnectionException.php
|
||||
pear/lib/Predis/Connection/ConnectionFactory.php
|
||||
pear/lib/Predis/Connection/ConnectionFactoryInterface.php
|
||||
pear/lib/Predis/Connection/ConnectionInterface.php
|
||||
pear/lib/Predis/Connection/ConnectionParameters.php
|
||||
pear/lib/Predis/Connection/ConnectionParametersInterface.php
|
||||
pear/lib/Predis/Connection/MasterSlaveReplication.php
|
||||
pear/lib/Predis/Connection/PhpiredisConnection.php
|
||||
pear/lib/Predis/Connection/PredisCluster.php
|
||||
pear/lib/Predis/Connection/RedisCluster.php
|
||||
pear/lib/Predis/Connection/ReplicationConnectionInterface.php
|
||||
pear/lib/Predis/Connection/SingleConnectionInterface.php
|
||||
pear/lib/Predis/Connection/StreamConnection.php
|
||||
pear/lib/Predis/Connection/WebdisConnection.php
|
||||
pear/lib/Predis/ExecutableContextInterface.php
|
||||
pear/lib/Predis/Helpers.php
|
||||
pear/lib/Predis/IConnectionFactory.php
|
||||
pear/lib/Predis/IConnectionParameters.php
|
||||
pear/lib/Predis/IRedisServerError.php
|
||||
pear/lib/Predis/IReplyObject.php
|
||||
pear/lib/Predis/Iterators/
|
||||
pear/lib/Predis/Iterators/MultiBulkResponse.php
|
||||
pear/lib/Predis/Iterators/MultiBulkResponseSimple.php
|
||||
pear/lib/Predis/Iterators/MultiBulkResponseTuple.php
|
||||
pear/lib/Predis/MonitorContext.php
|
||||
pear/lib/Predis/Network/
|
||||
pear/lib/Predis/Network/ComposableStreamConnection.php
|
||||
pear/lib/Predis/Network/ConnectionBase.php
|
||||
pear/lib/Predis/Network/ConnectionException.php
|
||||
pear/lib/Predis/Network/IConnection.php
|
||||
pear/lib/Predis/Network/IConnectionCluster.php
|
||||
pear/lib/Predis/Network/IConnectionComposable.php
|
||||
pear/lib/Predis/Network/IConnectionReplication.php
|
||||
pear/lib/Predis/Network/IConnectionSingle.php
|
||||
pear/lib/Predis/Network/MasterSlaveReplication.php
|
||||
pear/lib/Predis/Network/PhpiredisConnection.php
|
||||
pear/lib/Predis/Network/PredisCluster.php
|
||||
pear/lib/Predis/Network/StreamConnection.php
|
||||
pear/lib/Predis/Network/WebdisConnection.php
|
||||
pear/lib/Predis/Iterator/
|
||||
pear/lib/Predis/Iterator/MultiBulkResponse.php
|
||||
pear/lib/Predis/Iterator/MultiBulkResponseSimple.php
|
||||
pear/lib/Predis/Iterator/MultiBulkResponseTuple.php
|
||||
pear/lib/Predis/Monitor/
|
||||
pear/lib/Predis/Monitor/MonitorContext.php
|
||||
pear/lib/Predis/NotSupportedException.php
|
||||
pear/lib/Predis/Options/
|
||||
pear/lib/Predis/Options/ClientCluster.php
|
||||
pear/lib/Predis/Options/ClientConnectionFactory.php
|
||||
pear/lib/Predis/Options/ClientOptions.php
|
||||
pear/lib/Predis/Options/ClientPrefix.php
|
||||
pear/lib/Predis/Options/ClientProfile.php
|
||||
pear/lib/Predis/Options/ClientReplication.php
|
||||
pear/lib/Predis/Options/CustomOption.php
|
||||
pear/lib/Predis/Options/IClientOptions.php
|
||||
pear/lib/Predis/Options/IOption.php
|
||||
pear/lib/Predis/Options/Option.php
|
||||
pear/lib/Predis/Option/
|
||||
pear/lib/Predis/Option/AbstractOption.php
|
||||
pear/lib/Predis/Option/ClientCluster.php
|
||||
pear/lib/Predis/Option/ClientConnectionFactory.php
|
||||
pear/lib/Predis/Option/ClientExceptions.php
|
||||
pear/lib/Predis/Option/ClientOptions.php
|
||||
pear/lib/Predis/Option/ClientOptionsInterface.php
|
||||
pear/lib/Predis/Option/ClientPrefix.php
|
||||
pear/lib/Predis/Option/ClientProfile.php
|
||||
pear/lib/Predis/Option/ClientReplication.php
|
||||
pear/lib/Predis/Option/CustomOption.php
|
||||
pear/lib/Predis/Option/OptionInterface.php
|
||||
pear/lib/Predis/Pipeline/
|
||||
pear/lib/Predis/Pipeline/FireAndForgetExecutor.php
|
||||
pear/lib/Predis/Pipeline/IPipelineExecutor.php
|
||||
pear/lib/Predis/Pipeline/MultiExecExecutor.php
|
||||
pear/lib/Predis/Pipeline/PipelineContext.php
|
||||
pear/lib/Predis/Pipeline/PipelineExecutorInterface.php
|
||||
pear/lib/Predis/Pipeline/SafeClusterExecutor.php
|
||||
pear/lib/Predis/Pipeline/SafeExecutor.php
|
||||
pear/lib/Predis/Pipeline/StandardExecutor.php
|
||||
pear/lib/Predis/PredisException.php
|
||||
pear/lib/Predis/Profiles/
|
||||
pear/lib/Predis/Profiles/IServerProfile.php
|
||||
pear/lib/Predis/Profiles/ServerProfile.php
|
||||
pear/lib/Predis/Profiles/ServerVersion12.php
|
||||
pear/lib/Predis/Profiles/ServerVersion20.php
|
||||
pear/lib/Predis/Profiles/ServerVersion22.php
|
||||
pear/lib/Predis/Profiles/ServerVersion24.php
|
||||
pear/lib/Predis/Profiles/ServerVersion26.php
|
||||
pear/lib/Predis/Profiles/ServerVersionNext.php
|
||||
pear/lib/Predis/Profile/
|
||||
pear/lib/Predis/Profile/ServerProfile.php
|
||||
pear/lib/Predis/Profile/ServerProfileInterface.php
|
||||
pear/lib/Predis/Profile/ServerVersion12.php
|
||||
pear/lib/Predis/Profile/ServerVersion20.php
|
||||
pear/lib/Predis/Profile/ServerVersion22.php
|
||||
pear/lib/Predis/Profile/ServerVersion24.php
|
||||
pear/lib/Predis/Profile/ServerVersion26.php
|
||||
pear/lib/Predis/Profile/ServerVersionNext.php
|
||||
pear/lib/Predis/Protocol/
|
||||
pear/lib/Predis/Protocol/ICommandSerializer.php
|
||||
pear/lib/Predis/Protocol/IComposableProtocolProcessor.php
|
||||
pear/lib/Predis/Protocol/IProtocolProcessor.php
|
||||
pear/lib/Predis/Protocol/IResponseHandler.php
|
||||
pear/lib/Predis/Protocol/IResponseReader.php
|
||||
pear/lib/Predis/Protocol/CommandSerializerInterface.php
|
||||
pear/lib/Predis/Protocol/ComposableProtocolInterface.php
|
||||
pear/lib/Predis/Protocol/ProtocolException.php
|
||||
pear/lib/Predis/Protocol/ProtocolInterface.php
|
||||
pear/lib/Predis/Protocol/ResponseHandlerInterface.php
|
||||
pear/lib/Predis/Protocol/ResponseReaderInterface.php
|
||||
pear/lib/Predis/Protocol/Text/
|
||||
pear/lib/Predis/Protocol/Text/ComposableTextProtocol.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseBulkHandler.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseErrorHandler.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseErrorSilentHandler.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseIntegerHandler.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseMultiBulkHandler.php
|
||||
pear/lib/Predis/Protocol/Text/ResponseMultiBulkStreamHandler.php
|
||||
@ -236,9 +247,14 @@ pear/lib/Predis/Protocol/Text/TextCommandSerializer.php
|
||||
pear/lib/Predis/Protocol/Text/TextProtocol.php
|
||||
pear/lib/Predis/Protocol/Text/TextResponseReader.php
|
||||
pear/lib/Predis/PubSub/
|
||||
pear/lib/Predis/PubSub/AbstractPubSubContext.php
|
||||
pear/lib/Predis/PubSub/DispatcherLoop.php
|
||||
pear/lib/Predis/PubSub/PubSubContext.php
|
||||
pear/lib/Predis/Replication/
|
||||
pear/lib/Predis/Replication/ReplicationStrategy.php
|
||||
pear/lib/Predis/ResponseError.php
|
||||
pear/lib/Predis/ResponseErrorInterface.php
|
||||
pear/lib/Predis/ResponseObjectInterface.php
|
||||
pear/lib/Predis/ResponseQueued.php
|
||||
pear/lib/Predis/ServerException.php
|
||||
pear/lib/Predis/Transaction/
|
||||
|
Loading…
x
Reference in New Issue
Block a user