Daniele Alessandri fd6a14d80b Make it possible to set/unset command handlers in CommandHashStrategy. 12 年之前
..
Hash fd6a14d80b Make it possible to set/unset command handlers in CommandHashStrategy. 12 年之前
Processor dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
AbstractCommand.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
CommandInterface.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
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 dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashGetAll.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashGetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashKeys.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashSetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
HashValues.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyDelete.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
KeyExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyKeys.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
KeyPersist.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeySort.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
KeyType.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListIndex.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListInsert.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPopFirst.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPopFirstBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ListPopLast.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPopLastPushHead.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ListPopLastPushHeadBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPushHeadX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPushTail.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListPushTailX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ListTrim.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
PrefixHelpers.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 13 年之前
PrefixableCommand.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
PrefixableCommandInterface.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
PubSubPublish.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
PubSubSubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
PubSubSubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
PubSubUnsubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ScriptedCommand.php 2d0b30dac5 Client handles -NOSCRIPT falling back to EVAL for scripted commands. 13 年之前
ServerBackgroundRewriteAOF.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerBackgroundSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerClient.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerConfig.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerDatabaseSize.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerEval.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerInfoV26x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
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 年之前
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerSlaveOf.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerSlowlog.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ServerTime.php 7893fd1faa New command: TIME (Redis v2.6-dev). 13 年之前
SetAdd.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetIntersection.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
SetIntersectionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
SetIsMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetMembers.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
SetPop.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetRandomMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringAppend.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringBitCount.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 13 年之前
StringBitOp.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 13 年之前
StringDecrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringDecrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringGetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringGetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
StringGetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringGetSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringIncrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringStrlen.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
StringSubstr.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前
ZSetAdd.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetCount.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRemoveRangeByRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetRemoveRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetReverseRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 年之前
ZSetUnionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 年之前