.. |
Preprocessors
|
812d37b2d4
Fix typo.
|
14 éve |
Command.php
|
dac0104267
Move the reducer function in Predis\Commands\Command::__toString() to a protected method.
|
14 éve |
ConnectionAuth.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ConnectionEcho.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ConnectionPing.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ConnectionQuit.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ConnectionSelect.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
HashDelete.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashDeleteV24x.php
|
b4a90df812
Reuse code.
|
14 éve |
HashExists.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashGet.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashGetAll.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashGetMultiple.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashIncrementBy.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashKeys.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashLength.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashSet.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashSetMultiple.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashSetPreserve.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
HashValues.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ICommand.php
|
3f3c235363
Make Predis\Distribution\IDistributionStrategy extend the new Predis\Distribution\INodeKeyGenerator interface.
|
14 éve |
KeyDelete.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyExists.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyExpire.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyExpireAt.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyKeys.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyKeysV12x.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyMove.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyPersist.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyRandom.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyRename.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyRenamePreserve.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeySort.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyTimeToLive.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
KeyType.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ListIndex.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListInsert.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListLength.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopFirst.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopFirstBlocking.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopLast.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopLastBlocking.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopLastPushHead.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPopLastPushHeadBlocking.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPushHead.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPushHeadV24x.php
|
66f6610c72
Implement variadic RPUSH and LPUSH in the development profile (Redis v2.4).
|
14 éve |
ListPushHeadX.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPushTail.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListPushTailV24x.php
|
b4a90df812
Reuse code.
|
14 éve |
ListPushTailX.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListRange.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListRemove.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListSet.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ListTrim.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
PubSubPublish.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
PubSubSubscribe.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
PubSubSubscribeByPattern.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
PubSubUnsubscribe.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
PubSubUnsubscribeByPattern.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerBackgroundRewriteAOF.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerBackgroundSave.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerClient.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerConfig.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerDatabaseSize.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerFlushAll.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerFlushDatabase.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerInfo.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerInfoV24x.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerLastSave.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerMonitor.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerObject.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerSave.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerShutdown.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ServerSlaveOf.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
SetAdd.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetAddV24x.php
|
b4a90df812
Reuse code.
|
14 éve |
SetCardinality.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetDifference.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetDifferenceStore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetIntersection.php
|
86df741937
Rename Predis\Utils to Predis\Helpers.
|
14 éve |
SetIntersectionStore.php
|
86df741937
Rename Predis\Utils to Predis\Helpers.
|
14 éve |
SetIsMember.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetMembers.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetMove.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetPop.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetRandomMember.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetRemove.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetRemoveV24x.php
|
b4a90df812
Reuse code.
|
14 éve |
SetUnion.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
SetUnionStore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
StringAppend.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringDecrement.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringDecrementBy.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringGet.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringGetBit.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringGetMultiple.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringGetRange.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringGetSet.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringIncrement.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringIncrementBy.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSet.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetBit.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetExpire.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetMultiple.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetMultiplePreserve.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetPreserve.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSetRange.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringStrlen.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
StringSubstr.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
TransactionDiscard.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
TransactionExec.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
TransactionMulti.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
TransactionUnwatch.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
TransactionWatch.php
|
b2575bd667
Reorganize some Redis commands classes.
|
14 éve |
ZSetAdd.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetCardinality.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetCount.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetIncrementBy.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetIntersectionStore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRange.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRangeByScore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRank.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRemove.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRemoveRangeByRank.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetRemoveRangeByScore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetReverseRange.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetReverseRangeByScore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetReverseRank.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetScore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |
ZSetUnionStore.php
|
3b70d1e020
Change code formatting for the classes in the Predis\Commands namespace.
|
14 éve |