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 лет назад