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