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