Daniele Alessandri 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
..
Processors 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
Command.php b47a3f9ab8 Implement Predis\Commands\Command::setRawArguments(). 14 gadi atpakaļ
ConnectionAuth.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ConnectionEcho.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ConnectionPing.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ConnectionQuit.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ConnectionSelect.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
HashDelete.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashDeleteV24x.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
HashExists.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashGet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashGetAll.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashGetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
HashIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashKeys.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashSetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
HashSetPreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
HashValues.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ICommand.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
KeyDelete.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
KeyExists.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyExpire.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyExpireAt.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyKeys.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyKeysV12x.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyMove.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyPersist.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyRandom.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyRename.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
KeyRenamePreserve.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
KeySort.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
KeyTimeToLive.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
KeyType.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
ListIndex.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListInsert.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPopFirst.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPopFirstBlocking.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ListPopLast.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPopLastBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPopLastPushHead.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ListPopLastPushHeadBlocking.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ListPushHead.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPushHeadV24x.php 66f6610c72 Implement variadic RPUSH and LPUSH in the development profile (Redis v2.4). 14 gadi atpakaļ
ListPushHeadX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPushTail.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListPushTailV24x.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
ListPushTailX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ListTrim.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
PrefixHelpers.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
PubSubPublish.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
PubSubSubscribe.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
PubSubSubscribeByPattern.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
PubSubUnsubscribe.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
PubSubUnsubscribeByPattern.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerBackgroundRewriteAOF.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerBackgroundSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerClient.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerConfig.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerDatabaseSize.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerFlushAll.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerFlushDatabase.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerInfo.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerInfoV24x.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
ServerLastSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerMonitor.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerObject.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerShutdown.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
ServerSlaveOf.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
SetAdd.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetAddV24x.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
SetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetDifference.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
SetDifferenceStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetIntersection.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
SetIntersectionStore.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
SetIsMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetMembers.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetMove.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
SetPop.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetRandomMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetRemoveV24x.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
SetUnion.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
SetUnionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
StringAppend.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringDecrement.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringDecrementBy.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringGet.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringGetBit.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringGetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
StringGetRange.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringGetSet.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringIncrement.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringIncrementBy.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSet.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSetBit.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSetExpire.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
StringSetMultiplePreserve.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSetPreserve.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSetRange.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringStrlen.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
StringSubstr.php b2575bd667 Reorganize some Redis commands classes. 14 gadi atpakaļ
TransactionDiscard.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
TransactionExec.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
TransactionMulti.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
TransactionUnwatch.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 gadi atpakaļ
TransactionWatch.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
ZSetAdd.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetCount.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetIntersectionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetRange.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ
ZSetRangeByScore.php 9b4a915a52 Dynamically check for the presence of the WITHSCORE modifier with the ZRANGE family of commands. 14 gadi atpakaļ
ZSetRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetRemoveRangeByRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetRemoveRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetReverseRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetReverseRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetReverseRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 gadi atpakaļ
ZSetUnionStore.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 gadi atpakaļ