Daniele Alessandri 3733e790eb Reuse code. 13 rokov pred
..
Processors 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
Command.php b47a3f9ab8 Implement Predis\Commands\Command::setRawArguments(). 14 rokov pred
ConnectionAuth.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ConnectionEcho.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ConnectionPing.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ConnectionQuit.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ConnectionSelect.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
HashDelete.php 42521f2558 Do not use new classes for variadic RPUSH, LPUSH, SADD, SREM and HDEL in the 2.4 profile. 14 rokov pred
HashExists.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashGet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashGetAll.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashGetMultiple.php 3733e790eb Reuse code. 13 rokov pred
HashIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashKeys.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashSetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
HashSetPreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
HashValues.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ICommand.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
KeyDelete.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
KeyExists.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyExpire.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyExpireAt.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyKeys.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyKeysV12x.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyMove.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyPersist.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyRandom.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyRename.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
KeyRenamePreserve.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
KeySort.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
KeyTimeToLive.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
KeyType.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
ListIndex.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListInsert.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListPopFirst.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListPopFirstBlocking.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ListPopLast.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListPopLastBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListPopLastPushHead.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ListPopLastPushHeadBlocking.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ListPushHead.php 42521f2558 Do not use new classes for variadic RPUSH, LPUSH, SADD, SREM and HDEL in the 2.4 profile. 14 rokov pred
ListPushHeadX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListPushTail.php 42521f2558 Do not use new classes for variadic RPUSH, LPUSH, SADD, SREM and HDEL in the 2.4 profile. 14 rokov pred
ListPushTailX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ListTrim.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
PrefixHelpers.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
PubSubPublish.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
PubSubSubscribe.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
PubSubSubscribeByPattern.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
PubSubUnsubscribe.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
PubSubUnsubscribeByPattern.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ScriptedCommand.php 0e0cd865e7 Change the default value for the number of arguments used to populate KEYS. 14 rokov pred
ServerBackgroundRewriteAOF.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerBackgroundSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerClient.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerConfig.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerDatabaseSize.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerEval.php 909b06e805 Add support for transparent key prefixing to EVAL and the Predis\Commands\ScriptedCommand class. 14 rokov pred
ServerEvalSHA.php 8efe76ad60 Make Predis\Commands\ServerEvalSHA inherited from Predis\Commands\ServerEval. 14 rokov pred
ServerFlushAll.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerFlushDatabase.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerInfo.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerInfoV24x.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
ServerLastSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerMonitor.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerObject.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerSave.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerShutdown.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
ServerSlaveOf.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
SetAdd.php 42521f2558 Do not use new classes for variadic RPUSH, LPUSH, SADD, SREM and HDEL in the 2.4 profile. 14 rokov pred
SetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetDifference.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
SetDifferenceStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetIntersection.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
SetIntersectionStore.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
SetIsMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetMembers.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetMove.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
SetPop.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetRandomMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetRemove.php 42521f2558 Do not use new classes for variadic RPUSH, LPUSH, SADD, SREM and HDEL in the 2.4 profile. 14 rokov pred
SetUnion.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
SetUnionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
StringAppend.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringDecrement.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringDecrementBy.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringGet.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringGetBit.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringGetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
StringGetRange.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringGetSet.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringIncrement.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringIncrementBy.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSet.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSetBit.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSetExpire.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSetMultiple.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
StringSetMultiplePreserve.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSetPreserve.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSetRange.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringStrlen.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
StringSubstr.php b2575bd667 Reorganize some Redis commands classes. 14 rokov pred
TransactionDiscard.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
TransactionExec.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
TransactionMulti.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
TransactionUnwatch.php 5a80876c64 Handle key prefixing in a more consistent way, and make it a first-class citizen in Predis. 14 rokov pred
TransactionWatch.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
ZSetAdd.php 962037321a Make ZADD and ZREM variadic commands for Redis 2.4. 14 rokov pred
ZSetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetCount.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetIntersectionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetRange.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred
ZSetRangeByScore.php 9b4a915a52 Dynamically check for the presence of the WITHSCORE modifier with the ZRANGE family of commands. 14 rokov pred
ZSetRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetRemove.php 962037321a Make ZADD and ZREM variadic commands for Redis 2.4. 14 rokov pred
ZSetRemoveRangeByRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetRemoveRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetReverseRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetReverseRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetReverseRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 rokov pred
ZSetUnionStore.php 5f0799ab65 Predis\Commands\Command::filterArguments() is protected. 14 rokov pred