Daniele Alessandri ca22208ce8 Define a default value for the number of values used to populate KEYS. 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 ca22208ce8 Define a default value for the number of values used to populate KEYS. 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 лет назад