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