Daniele Alessandri 6a577a0eb5 Apply more phpdoc fixes. 11 lat temu
..
Processor 02e43143d3 Run php-cs against codebase. 11 lat temu
Command.php 25cd43033f Fix some errors in phpdocs. 11 lat temu
CommandInterface.php 6a577a0eb5 Apply more phpdoc fixes. 11 lat temu
ConnectionAuth.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ConnectionEcho.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ConnectionPing.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ConnectionQuit.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ConnectionSelect.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashDelete.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashExists.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashGet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashGetAll.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashGetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashIncrementByFloat.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashKeys.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashLength.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashScan.php 02e43143d3 Run php-cs against codebase. 11 lat temu
HashSet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashSetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashSetPreserve.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
HashValues.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyDelete.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyDump.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyExists.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyExpire.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyExpireAt.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyKeys.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
KeyMove.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyPersist.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyPreciseExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
KeyPreciseExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
KeyPreciseTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
KeyRandom.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyRename.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
KeyRestore.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyScan.php 02e43143d3 Run php-cs against codebase. 11 lat temu
KeySort.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyTimeToLive.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
KeyType.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListIndex.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListInsert.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListLength.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPopFirst.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPopFirstBlocking.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPopLast.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ListPopLastPushHead.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPopLastPushHeadBlocking.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ListPushHeadX.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPushTail.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListPushTailX.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListRange.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListSet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ListTrim.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
PrefixableCommandInterface.php d0b431016d Move key prefixing logic from command classes to prefix processor. 11 lat temu
PubSubPublish.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
PubSubPubsub.php 25cd43033f Fix some errors in phpdocs. 11 lat temu
PubSubSubscribe.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
PubSubSubscribeByPattern.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 lat temu
PubSubUnsubscribe.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
RawCommand.php 25cd43033f Fix some errors in phpdocs. 11 lat temu
ScriptCommand.php 02e43143d3 Run php-cs against codebase. 11 lat temu
ServerBackgroundRewriteAOF.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerBackgroundSave.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerClient.php 02e43143d3 Run php-cs against codebase. 11 lat temu
ServerConfig.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerDatabaseSize.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerEval.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerEvalSHA.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). 13 lat temu
ServerFlushAll.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerFlushDatabase.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerInfo.php 02e43143d3 Run php-cs against codebase. 11 lat temu
ServerInfoV26x.php 55a3fd65a2 More code styling changes. 12 lat temu
ServerLastSave.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerMonitor.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerObject.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerSave.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerScript.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerSentinel.php 25cd43033f Fix some errors in phpdocs. 11 lat temu
ServerShutdown.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerSlaveOf.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerSlowlog.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ServerTime.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetAdd.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetCardinality.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
SetIntersection.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetIntersectionStore.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetIsMember.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetMembers.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetMove.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetPop.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetRandomMember.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
SetScan.php 02e43143d3 Run php-cs against codebase. 11 lat temu
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
StringAppend.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringBitCount.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringBitOp.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringDecrement.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringDecrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringGet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringGetBit.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringGetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringGetRange.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringGetSet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringIncrement.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringIncrementByFloat.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
StringSet.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSetBit.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSetExpire.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
StringSetPreserve.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSetRange.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringStrlen.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
StringSubstr.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
TransactionDiscard.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
TransactionExec.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
TransactionMulti.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
TransactionUnwatch.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
TransactionWatch.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ZSetAdd.php 02e43143d3 Run php-cs against codebase. 11 lat temu
ZSetCardinality.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetCount.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ZSetRange.php b73606de68 Replace remaining occurrences of "boolean" with "bool" in phpdocs. 11 lat temu
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ZSetRank.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetRemoveRangeByRank.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetRemoveRangeByScore.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 lat temu
ZSetReverseRank.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetScan.php 02e43143d3 Run php-cs against codebase. 11 lat temu
ZSetScore.php 980edf2f7b Rename base command class to Predis\Command\Command. 11 lat temu
ZSetUnionStore.php 02e43143d3 Run php-cs against codebase. 11 lat temu