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 년 전