Daniele Alessandri 620adb2fe6 New command: PUBSUB (Redis 2.8). 11 роки тому
..
Processor 6e2fd181f1 Make sure key prefixing is skipped when command has no arguments. 12 роки тому
AbstractCommand.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
CommandInterface.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
HashSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashSetMultiple.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
HashSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
HashValues.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
KeyDelete.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
KeySort.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 роки тому
PubSubPubsub.php 620adb2fe6 New command: PUBSUB (Redis 2.8). 11 роки тому
PubSubSubscribe.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
PubSubSubscribeByPattern.php 116eaba75e Deprecate the whole Predis\Helpers class. 12 роки тому
PubSubUnsubscribe.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ScriptedCommand.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 роки тому
ServerSentinel.php 1b5e2d0d0d New command: SENTINEL (Redis 2.6). 11 роки тому
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 13 роки тому
ServerSlaveOf.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
ServerSlowlog.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 роки тому
ServerTime.php 1e8f790ee4 Remove leftover method. 12 роки тому
SetAdd.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
SetIntersectionStore.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
SetScan.php c6f51e82bf Rename "Array" type-hint to to "array". 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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
ZSetAdd.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetRemove.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
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 c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому
ZSetScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 роки тому
ZSetUnionStore.php c6f51e82bf Rename "Array" type-hint to to "array". 11 роки тому