Daniele Alessandri c8e20e428a Remove interface defining objects aware of command processing. 11 年之前
..
Processor c8e20e428a Remove interface defining objects aware of command processing. 11 年之前
AbstractCommand.php c6f51e82bf Rename "Array" type-hint to to "array". 11 年之前
CommandInterface.php c6f51e82bf Rename "Array" type-hint to to "array". 11 年之前
ConnectionAuth.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ConnectionEcho.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ConnectionPing.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ConnectionQuit.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ConnectionSelect.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
HashDelete.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashExists.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashGet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashGetAll.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashGetMultiple.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashIncrementBy.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashIncrementByFloat.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashKeys.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashLength.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashScan.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashSet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashSetMultiple.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashSetPreserve.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
HashValues.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyDelete.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyDump.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyExists.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyExpire.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyExpireAt.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyKeys.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyMove.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyPersist.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyPreciseExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyPreciseExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyPreciseTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyRandom.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
KeyRename.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyRestore.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyScan.php c6f51e82bf Rename "Array" type-hint to to "array". 11 年之前
KeySort.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyTimeToLive.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
KeyType.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListIndex.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListInsert.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListLength.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPopFirst.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPopFirstBlocking.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPopLast.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPopLastPushHead.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPopLastPushHeadBlocking.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPushHeadX.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPushTail.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListPushTailX.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListRange.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListRemove.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListSet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ListTrim.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
PrefixableCommandInterface.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
PubSubPublish.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
PubSubPubsub.php 620adb2fe6 New command: PUBSUB (Redis 2.8). 11 年之前
PubSubSubscribe.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
PubSubSubscribeByPattern.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 年之前
PubSubUnsubscribe.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ScriptedCommand.php c6f51e82bf Rename "Array" type-hint to to "array". 11 年之前
ServerBackgroundRewriteAOF.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerBackgroundSave.php 55a3fd65a2 More code styling changes. 12 年之前
ServerClient.php 5856bde198 Fix phpdoc. 11 年之前
ServerConfig.php 75c64b7f2f Add link to CONFIG REWRITE (Redis 2.8) in phpdoc for CONFIG command. 11 年之前
ServerDatabaseSize.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerEval.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ServerEvalSHA.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). 13 年之前
ServerFlushAll.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerFlushDatabase.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerInfo.php 55a3fd65a2 More code styling changes. 12 年之前
ServerInfoV26x.php 55a3fd65a2 More code styling changes. 12 年之前
ServerLastSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerMonitor.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerObject.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 年之前
ServerSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerScript.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerSentinel.php 1b5e2d0d0d New command: SENTINEL (Redis 2.6). 11 年之前
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerSlaveOf.php c6f51e82bf Rename "Array" type-hint to to "array". 11 年之前
ServerSlowlog.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 年之前
ServerTime.php 1e8f790ee4 Remove leftover method. 12 年之前
SetAdd.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetCardinality.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetIntersection.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetIntersectionStore.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetIsMember.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetMembers.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetMove.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetPop.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetRandomMember.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetRemove.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetScan.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringAppend.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringBitCount.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringBitOp.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringDecrement.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringDecrementBy.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringGet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringGetBit.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringGetMultiple.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringGetRange.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringGetSet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringIncrement.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringIncrementBy.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringIncrementByFloat.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSet.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSetBit.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSetExpire.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSetMultiple.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetPreserve.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSetRange.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringStrlen.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
StringSubstr.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
TransactionDiscard.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
TransactionExec.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
TransactionMulti.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
TransactionUnwatch.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
TransactionWatch.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetAdd.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetCardinality.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetCount.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetIncrementBy.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRange.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRank.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetRemove.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetRemoveRangeByRank.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetRemoveRangeByScore.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetReverseRank.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetScan.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetScore.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前
ZSetUnionStore.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 年之前