Daniele Alessandri 2bdfed5071 Add an abstraction for a virtual command that leverages Redis scripting with the new EVAL command. 14 роки тому
..
Preprocessors 771a0ee179 Pass method names to preprocessors by value. 14 роки тому
Command.php dac0104267 Move the reducer function in Predis\Commands\Command::__toString() to a protected method. 14 роки тому
ConnectionAuth.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ConnectionEcho.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ConnectionPing.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ConnectionQuit.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ConnectionSelect.php b2575bd667 Reorganize some Redis commands classes. 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 3f3c235363 Make Predis\Distribution\IDistributionStrategy extend the new Predis\Distribution\INodeKeyGenerator interface. 14 роки тому
KeyDelete.php b2575bd667 Reorganize some Redis commands classes. 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 b2575bd667 Reorganize some Redis commands classes. 14 роки тому
KeyRenamePreserve.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
KeySort.php b2575bd667 Reorganize some Redis commands classes. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 роки тому
ListPopLastPushHeadBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 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 роки тому
PubSubPublish.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
PubSubSubscribe.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
PubSubSubscribeByPattern.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
PubSubUnsubscribe.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
PubSubUnsubscribeByPattern.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ScriptedCommand.php 2bdfed5071 Add an abstraction for a virtual command that leverages Redis scripting with the new EVAL command. 14 роки тому
ServerBackgroundRewriteAOF.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerBackgroundSave.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerClient.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerConfig.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerDatabaseSize.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerEval.php bd027341be New command: EVAL (Redis v2.4-dev). 14 роки тому
ServerFlushAll.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerFlushDatabase.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerInfo.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerInfoV24x.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerLastSave.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerMonitor.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerObject.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerSave.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerShutdown.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
ServerSlaveOf.php b2575bd667 Reorganize some Redis commands classes. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 роки тому
SetDifferenceStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 роки тому
SetIntersection.php 86df741937 Rename Predis\Utils to Predis\Helpers. 14 роки тому
SetIntersectionStore.php 86df741937 Rename Predis\Utils to Predis\Helpers. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 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 b2575bd667 Reorganize some Redis commands classes. 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 b2575bd667 Reorganize some Redis commands classes. 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 b2575bd667 Reorganize some Redis commands classes. 14 роки тому
TransactionExec.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
TransactionMulti.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
TransactionUnwatch.php b2575bd667 Reorganize some Redis commands classes. 14 роки тому
TransactionWatch.php b2575bd667 Reorganize some Redis commands classes. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 роки тому
ZSetRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 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 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 роки тому