Daniele Alessandri 1e8f790ee4 Remove leftover method. 12 yıl önce
..
Processor 55a3fd65a2 More code styling changes. 12 yıl önce
AbstractCommand.php 55a3fd65a2 More code styling changes. 12 yıl önce
CommandInterface.php c655affe5f Add Predis\Command\CommandInterface::setRawArguments(). 12 yıl önce
ConnectionAuth.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ConnectionEcho.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ConnectionPing.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ConnectionQuit.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ConnectionSelect.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
HashDelete.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashGetAll.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 yıl önce
HashGetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashKeys.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashSetMultiple.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
HashValues.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyDelete.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
KeyExists.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyKeys.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
KeyKeysV12x.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
KeyPersist.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyPreciseExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyPreciseExpireAt.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyPreciseTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyRandom.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
KeyRename.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
KeyRenamePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeySort.php 55a3fd65a2 More code styling changes. 12 yıl önce
KeyTimeToLive.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
KeyType.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListIndex.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListInsert.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListLength.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPopFirst.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPopFirstBlocking.php 55a3fd65a2 More code styling changes. 12 yıl önce
ListPopLast.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPopLastBlocking.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPopLastPushHead.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ListPopLastPushHeadBlocking.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ListPushHead.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPushHeadX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPushTail.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListPushTailX.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ListTrim.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
PrefixHelpers.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 12 yıl önce
PrefixableCommand.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
PrefixableCommandInterface.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
PubSubPublish.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
PubSubSubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
PubSubSubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
PubSubUnsubscribe.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
PubSubUnsubscribeByPattern.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ScriptedCommand.php 55a3fd65a2 More code styling changes. 12 yıl önce
ServerBackgroundRewriteAOF.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerBackgroundSave.php 55a3fd65a2 More code styling changes. 12 yıl önce
ServerClient.php 55a3fd65a2 More code styling changes. 12 yıl önce
ServerConfig.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 yıl önce
ServerDatabaseSize.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerEval.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerEvalSHA.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). 12 yıl önce
ServerFlushAll.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerFlushDatabase.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerInfo.php 55a3fd65a2 More code styling changes. 12 yıl önce
ServerInfoV26x.php 55a3fd65a2 More code styling changes. 12 yıl önce
ServerLastSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerMonitor.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerObject.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerSave.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerScript.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerShutdown.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerSlaveOf.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ServerSlowlog.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 yıl önce
ServerTime.php 1e8f790ee4 Remove leftover method. 12 yıl önce
SetAdd.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetDifference.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetDifferenceStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetIntersection.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
SetIntersectionStore.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
SetIsMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetMembers.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetMove.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
SetPop.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetRandomMember.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetUnion.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
SetUnionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringAppend.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringBitCount.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 12 yıl önce
StringBitOp.php 2578e154d4 New commands: BITOP, BITCOUNT (Redis v2.6-dev). 12 yıl önce
StringDecrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringDecrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringGet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringGetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringGetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
StringGetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringGetSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringIncrement.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringIncrementByFloat.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringPreciseSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSet.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSetBit.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSetExpire.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSetMultiple.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
StringSetMultiplePreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSetPreserve.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSetRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringStrlen.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
StringSubstr.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
TransactionDiscard.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
TransactionExec.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
TransactionMulti.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
TransactionUnwatch.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
TransactionWatch.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. 12 yıl önce
ZSetAdd.php 55a3fd65a2 More code styling changes. 12 yıl önce
ZSetCardinality.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetCount.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetIncrementBy.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetIntersectionStore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetRange.php 9df9dbdedc Promote multibulk response iterators as Predis response objects. 12 yıl önce
ZSetRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetRemove.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetRemoveRangeByRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetRemoveRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetReverseRange.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetReverseRangeByScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetReverseRank.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetScore.php dc14c29676 Rename certain namespaces, interfaces and classes. 13 yıl önce
ZSetUnionStore.php 55a3fd65a2 More code styling changes. 12 yıl önce