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