Daniele Alessandri d78e1b6ab7 New command: HSCAN (Redis 2.8). 11 роки тому
..
Processor 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому
AbstractCommand.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
CommandInterface.php 6b6b73f5f4 Add getArgument($index) in Predis\Command\CommandInterface. 12 роки тому
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 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
HashExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashGetAll.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 роки тому
HashGetMultiple.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
HashIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashKeys.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashScan.php d78e1b6ab7 New command: HSCAN (Redis 2.8). 11 роки тому
HashSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashSetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashValues.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyDelete.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
KeyDump.php 531261b0fc Add DUMP and RESTORE to the server profile for Redis 2.6. 12 роки тому
KeyExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyKeys.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
KeyPersist.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyRestore.php 531261b0fc Add DUMP and RESTORE to the server profile for Redis 2.6. 12 роки тому
KeyScan.php 4eb4960b63 New command: SCAN (Redis 2.8). 11 роки тому
KeySort.php 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому
KeyTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyType.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListIndex.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListInsert.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPopFirst.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPopFirstBlocking.php 55a3fd65a2 More code styling changes. 12 роки тому
ListPopLast.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPopLastPushHead.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ListPopLastPushHeadBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPushHeadX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListPushTail.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
ListPushTailX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ListTrim.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
PrefixHelpers.php 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому
PrefixableCommand.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
PrefixableCommandInterface.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
PubSubPublish.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
PubSubSubscribe.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
PubSubSubscribeByPattern.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
PubSubUnsubscribe.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ScriptedCommand.php 729e40d6c0 Use 0 to indicate no arguments for KEYS[] in Lua scripted commands. 12 роки тому
ServerBackgroundRewriteAOF.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ServerBackgroundSave.php 55a3fd65a2 More code styling changes. 12 роки тому
ServerClient.php 1536455fea Added CLIENT SET/GETNAME command 12 роки тому
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 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому
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 роки тому
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ServerSlaveOf.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ServerSlowlog.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 роки тому
ServerTime.php 1e8f790ee4 Remove leftover method. 12 роки тому
SetAdd.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
SetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetIntersection.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
SetIntersectionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
SetIsMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetMembers.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
SetPop.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetRandomMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetRemove.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
SetScan.php 0faae20737 New command: SSCAN (Redis 2.8). 11 роки тому
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringAppend.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringBitCount.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 13 роки тому
StringBitOp.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 13 роки тому
StringDecrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringDecrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringGetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringGetMultiple.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
StringGetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringGetSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringIncrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringStrlen.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
StringSubstr.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
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 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ZSetAdd.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
ZSetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetCount.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRange.php 7434a9bd0e Add the WITHSCORES modifier only when option value is true. 12 роки тому
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRemove.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
ZSetRemoveRangeByRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRemoveRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetReverseRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetScan.php d5aec78086 New command: ZSCAN (Redis 2.8). 11 роки тому
ZSetScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetUnionStore.php 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому