Daniele Alessandri fd6a14d80b Make it possible to set/unset command handlers in CommandHashStrategy. před 12 roky
..
Hash fd6a14d80b Make it possible to set/unset command handlers in CommandHashStrategy. před 12 roky
Processor dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
AbstractCommand.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
CommandInterface.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ConnectionAuth.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ConnectionEcho.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ConnectionPing.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ConnectionQuit.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ConnectionSelect.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
HashDelete.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashExists.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashGet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashGetAll.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashGetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashKeys.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashLength.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashSet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashSetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
HashValues.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyDelete.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
KeyExists.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyKeys.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
KeyPersist.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyPreciseExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyPreciseExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyPreciseTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyRandom.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
KeyRename.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeySort.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
KeyType.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListIndex.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListInsert.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListLength.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPopFirst.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPopFirstBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ListPopLast.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPopLastPushHead.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ListPopLastPushHeadBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPushHeadX.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPushTail.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListPushTailX.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListRange.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListSet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ListTrim.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
PrefixHelpers.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). před 13 roky
PrefixableCommand.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
PrefixableCommandInterface.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
PubSubPublish.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
PubSubSubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
PubSubSubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
PubSubUnsubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ScriptedCommand.php 2d0b30dac5 Client handles -NOSCRIPT falling back to EVAL for scripted commands. před 13 roky
ServerBackgroundRewriteAOF.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerBackgroundSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerClient.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerConfig.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerDatabaseSize.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerEval.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerEvalSHA.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). před 13 roky
ServerFlushAll.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerFlushDatabase.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerInfo.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerInfoV26x.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ServerLastSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerMonitor.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerObject.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerScript.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerSlaveOf.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerSlowlog.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ServerTime.php 7893fd1faa New command: TIME (Redis v2.6-dev). před 13 roky
SetAdd.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetIntersection.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
SetIntersectionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
SetIsMember.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetMembers.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
SetPop.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetRandomMember.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringAppend.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringBitCount.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). před 13 roky
StringBitOp.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). před 13 roky
StringDecrement.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringDecrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringGet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringGetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringGetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
StringGetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringGetSet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringIncrement.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSet.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringStrlen.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
StringSubstr.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
TransactionDiscard.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
TransactionExec.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
TransactionMulti.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
TransactionUnwatch.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
TransactionWatch.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky
ZSetAdd.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetCount.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRank.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRemoveRangeByRank.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetRemoveRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetReverseRank.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetScore.php dc14c29676 Rename certain namespaces, interfaces and classes. před 13 roky
ZSetUnionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. před 13 roky