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