Daniele Alessandri 2e0c55ac57 Remove support for Redis 1.2. hace 10 años
..
Processor 940326e5bd New command: ZREMRANGEBYLEX (Redis 2.8.9). hace 10 años
Command.php 5c5dd40527 Remove implementation of Predis\Command\Command::__toString(). hace 11 años
CommandInterface.php 6a577a0eb5 Apply more phpdoc fixes. hace 11 años
ConnectionAuth.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ConnectionEcho.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ConnectionPing.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ConnectionQuit.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ConnectionSelect.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashDelete.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashExists.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashGet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashGetAll.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashGetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashIncrementByFloat.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashKeys.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashLength.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashScan.php 02e43143d3 Run php-cs against codebase. hace 11 años
HashSet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashSetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashSetPreserve.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HashValues.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
HyperLogLogAdd.php 2aa0b071fc New commands: PFADD, PFCOUNT, PFMERGE (Redis 2.8.9). hace 10 años
HyperLogLogCount.php 2aa0b071fc New commands: PFADD, PFCOUNT, PFMERGE (Redis 2.8.9). hace 10 años
HyperLogLogMerge.php 2aa0b071fc New commands: PFADD, PFCOUNT, PFMERGE (Redis 2.8.9). hace 10 años
KeyDelete.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyDump.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyExists.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyExpire.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyExpireAt.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyKeys.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyMove.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyPersist.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyPreciseExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
KeyPreciseExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
KeyPreciseTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
KeyRandom.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyRename.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
KeyRestore.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyScan.php 02e43143d3 Run php-cs against codebase. hace 11 años
KeySort.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyTimeToLive.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
KeyType.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListIndex.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListInsert.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListLength.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPopFirst.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPopFirstBlocking.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPopLast.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ListPopLastPushHead.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPopLastPushHeadBlocking.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ListPushHeadX.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPushTail.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListPushTailX.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListRange.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListSet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ListTrim.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
PrefixableCommandInterface.php d0b431016d Move key prefixing logic from command classes to prefix processor. hace 11 años
PubSubPublish.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
PubSubPubsub.php 25cd43033f Fix some errors in phpdocs. hace 11 años
PubSubSubscribe.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
PubSubSubscribeByPattern.php 116eaba75e Deprecate the whole Predis\Helpers class. hace 12 años
PubSubUnsubscribe.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
RawCommand.php a2265b12b3 Remove implementation of Predis\Command\RawCommand::__toString(). hace 10 años
ScriptCommand.php 02e43143d3 Run php-cs against codebase. hace 11 años
ServerBackgroundRewriteAOF.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerBackgroundSave.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerClient.php 02e43143d3 Run php-cs against codebase. hace 11 años
ServerConfig.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerDatabaseSize.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerEval.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerEvalSHA.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). hace 13 años
ServerFlushAll.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerFlushDatabase.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerInfo.php abd284c972 Complete reorganization of the Predis\Connection namespace. hace 10 años
ServerInfoV26x.php a51ff2d6e5 Port #156 to the current master branch. hace 11 años
ServerLastSave.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerMonitor.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerObject.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerSave.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerScript.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerSentinel.php 25cd43033f Fix some errors in phpdocs. hace 11 años
ServerShutdown.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerSlaveOf.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerSlowlog.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ServerTime.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetAdd.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetCardinality.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
SetIntersection.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetIntersectionStore.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetIsMember.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetMembers.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetMove.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetPop.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetRandomMember.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
SetScan.php 02e43143d3 Run php-cs against codebase. hace 11 años
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
StringAppend.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringBitCount.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringBitOp.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringDecrement.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringDecrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringGet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringGetBit.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringGetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringGetRange.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringGetSet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringIncrement.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringIncrementByFloat.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
StringSet.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSetBit.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSetExpire.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSetMultiple.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
StringSetPreserve.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSetRange.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringStrlen.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
StringSubstr.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
TransactionDiscard.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
TransactionExec.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
TransactionMulti.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
TransactionUnwatch.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
TransactionWatch.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ZSetAdd.php 02e43143d3 Run php-cs against codebase. hace 11 años
ZSetCardinality.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetCount.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetIncrementBy.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ZSetLexCount.php 8dbac3dd73 New command: ZLEXCOUNT (Redis 2.8.9). hace 10 años
ZSetRange.php 5b4a7970bb returning associative array from zrange command family hace 10 años
ZSetRangeByLex.php ea32f74512 New command: ZRANGEBYLEX (Redis 2.8.9). hace 10 años
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ZSetRank.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetRemove.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetRemoveRangeByLex.php 940326e5bd New command: ZREMRANGEBYLEX (Redis 2.8.9). hace 10 años
ZSetRemoveRangeByRank.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetRemoveRangeByScore.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 13 años
ZSetReverseRank.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetScan.php 02e43143d3 Run php-cs against codebase. hace 11 años
ZSetScore.php 980edf2f7b Rename base command class to Predis\Command\Command. hace 11 años
ZSetUnionStore.php 02e43143d3 Run php-cs against codebase. hace 11 años