.. |
Processor
|
6e2fd181f1
Make sure key prefixing is skipped when command has no arguments.
|
12 tahun lalu |
AbstractCommand.php
|
db55fae961
Fix phpdoc.
|
11 tahun lalu |
CommandInterface.php
|
6b6b73f5f4
Add getArgument($index) in Predis\Command\CommandInterface.
|
12 tahun lalu |
ConnectionAuth.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ConnectionEcho.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ConnectionPing.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ConnectionQuit.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ConnectionSelect.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
HashDelete.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
HashExists.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashGet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashGetAll.php
|
9df9dbdedc
Promote multibulk response iterators as Predis response objects.
|
12 tahun lalu |
HashGetMultiple.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
HashIncrementBy.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashIncrementByFloat.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashKeys.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashLength.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashScan.php
|
d78e1b6ab7
New command: HSCAN (Redis 2.8).
|
11 tahun lalu |
HashSet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashSetMultiple.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashSetPreserve.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
HashValues.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyDelete.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
KeyDump.php
|
531261b0fc
Add DUMP and RESTORE to the server profile for Redis 2.6.
|
12 tahun lalu |
KeyExists.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyExpire.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyExpireAt.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyKeys.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
KeyKeysV12x.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyMove.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
KeyPersist.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyPreciseExpire.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyPreciseExpireAt.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyPreciseTimeToLive.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyRandom.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
KeyRename.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
KeyRenamePreserve.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyRestore.php
|
531261b0fc
Add DUMP and RESTORE to the server profile for Redis 2.6.
|
12 tahun lalu |
KeyScan.php
|
4eb4960b63
New command: SCAN (Redis 2.8).
|
11 tahun lalu |
KeySort.php
|
6e2fd181f1
Make sure key prefixing is skipped when command has no arguments.
|
12 tahun lalu |
KeyTimeToLive.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
KeyType.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListIndex.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListInsert.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListLength.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPopFirst.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPopFirstBlocking.php
|
55a3fd65a2
More code styling changes.
|
12 tahun lalu |
ListPopLast.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPopLastBlocking.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPopLastPushHead.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ListPopLastPushHeadBlocking.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ListPushHead.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPushHeadX.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListPushTail.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
ListPushTailX.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListRange.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListRemove.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListSet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ListTrim.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
PrefixHelpers.php
|
6e2fd181f1
Make sure key prefixing is skipped when command has no arguments.
|
12 tahun lalu |
PrefixableCommand.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
PrefixableCommandInterface.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
PubSubPublish.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
PubSubSubscribe.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
PubSubSubscribeByPattern.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
PubSubUnsubscribe.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
PubSubUnsubscribeByPattern.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
RawCommand.php
|
381023ad8f
Make sure raw commands IDs are normalized to uppercase.
|
11 tahun lalu |
ScriptedCommand.php
|
729e40d6c0
Use 0 to indicate no arguments for KEYS[] in Lua scripted commands.
|
12 tahun lalu |
ServerBackgroundRewriteAOF.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerBackgroundSave.php
|
55a3fd65a2
More code styling changes.
|
12 tahun lalu |
ServerClient.php
|
aac811f897
Fix phpdoc.
|
11 tahun lalu |
ServerConfig.php
|
75c64b7f2f
Add link to CONFIG REWRITE (Redis 2.8) in phpdoc for CONFIG command.
|
11 tahun lalu |
ServerDatabaseSize.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerEval.php
|
6e2fd181f1
Make sure key prefixing is skipped when command has no arguments.
|
12 tahun lalu |
ServerEvalSHA.php
|
75afe831b0
Fix Predis\Command\ServerEvalSHA::getScriptHash().
|
13 tahun lalu |
ServerFlushAll.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerFlushDatabase.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerInfo.php
|
55a3fd65a2
More code styling changes.
|
12 tahun lalu |
ServerInfoV26x.php
|
55a3fd65a2
More code styling changes.
|
12 tahun lalu |
ServerLastSave.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerMonitor.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerObject.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
ServerSave.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerScript.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerShutdown.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerSlaveOf.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ServerSlowlog.php
|
9df9dbdedc
Promote multibulk response iterators as Predis response objects.
|
12 tahun lalu |
ServerTime.php
|
1e8f790ee4
Remove leftover method.
|
12 tahun lalu |
SetAdd.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
SetCardinality.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetDifference.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetDifferenceStore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetIntersection.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
SetIntersectionStore.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
SetIsMember.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetMembers.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetMove.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
SetPop.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetRandomMember.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetRemove.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
SetScan.php
|
0faae20737
New command: SSCAN (Redis 2.8).
|
11 tahun lalu |
SetUnion.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
SetUnionStore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringAppend.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringBitCount.php
|
2578e154d4
New commands: BITOP, BITCOUNT (Redis v2.6-dev).
|
13 tahun lalu |
StringBitOp.php
|
2578e154d4
New commands: BITOP, BITCOUNT (Redis v2.6-dev).
|
13 tahun lalu |
StringDecrement.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringDecrementBy.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringGet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringGetBit.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringGetMultiple.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
StringGetRange.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringGetSet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringIncrement.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringIncrementBy.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringIncrementByFloat.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringPreciseSetExpire.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSet.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSetBit.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSetExpire.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSetMultiple.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
StringSetMultiplePreserve.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSetPreserve.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSetRange.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringStrlen.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
StringSubstr.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
TransactionDiscard.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
TransactionExec.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
TransactionMulti.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
TransactionUnwatch.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
TransactionWatch.php
|
511fe0bbab
Rewrite the logic used to handle Redis commands with clustering.
|
13 tahun lalu |
ZSetAdd.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
ZSetCardinality.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetCount.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetIncrementBy.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetIntersectionStore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetRange.php
|
7434a9bd0e
Add the WITHSCORES modifier only when option value is true.
|
12 tahun lalu |
ZSetRangeByScore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetRank.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetRemove.php
|
116eaba75e
Deprecate the whole Predis\Helpers class.
|
12 tahun lalu |
ZSetRemoveRangeByRank.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetRemoveRangeByScore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetReverseRange.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetReverseRangeByScore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetReverseRank.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetScan.php
|
d5aec78086
New command: ZSCAN (Redis 2.8).
|
11 tahun lalu |
ZSetScore.php
|
dc14c29676
Rename certain namespaces, interfaces and classes.
|
13 tahun lalu |
ZSetUnionStore.php
|
6e2fd181f1
Make sure key prefixing is skipped when command has no arguments.
|
12 tahun lalu |