This website requires JavaScript.
Explore
Help
Sign In
geckon01
/
predis
Watch
1
Star
0
Fork
0
You've already forked predis
mirror of
https://github.com/predis/predis.git
synced
2026-08-24 20:29:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e54bc3121271848bcb4c59e86ffa31f00bffffc4
predis
/
tests
/
Predis
/
Command
T
History
Daniele Alessandri
e54bc31212
Create Predis\Cluster namespace and move related classes / interfaces.
2012-07-30 20:10:14 +02:00
..
Processor
…
CommandTest.php
Rewrite the logic used to handle Redis commands with clustering.
2012-05-16 16:50:37 +02:00
ConnectionAuthTest.php
…
ConnectionEchoTest.php
…
ConnectionPingTest.php
…
ConnectionQuitTest.php
…
ConnectionSelectTest.php
…
HashDeleteTest.php
…
HashExistsTest.php
…
HashGetAllTest.php
…
HashGetMultipleTest.php
…
HashGetTest.php
…
HashIncrementByFloatTest.php
…
HashIncrementByTest.php
…
HashKeysTest.php
…
HashLengthTest.php
…
HashSetMultipleTest.php
…
HashSetPreserveTest.php
…
HashSetTest.php
…
HashValuesTest.php
…
KeyDeleteTest.php
…
KeyExistsTest.php
…
KeyExpireAtTest.php
…
KeyExpireTest.php
…
KeyKeysTest.php
…
KeyKeysV12xTest.php
…
KeyMoveTest.php
…
KeyPersistTest.php
…
KeyPreciseExpireAtTest.php
…
KeyPreciseExpireTest.php
…
KeyPreciseTimeToLiveTest.php
…
KeyRandomTest.php
…
KeyRenamePreserveTest.php
…
KeyRenameTest.php
…
KeySortTest.php
…
KeyTimeToLiveTest.php
…
KeyTypeTest.php
…
ListIndexTest.php
…
ListInsertTest.php
…
ListLengthTest.php
…
ListPopFirstBlockingTest.php
…
ListPopFirstTest.php
…
ListPopLastBlockingTest.php
…
ListPopLastPushHeadBlockingTest.php
…
ListPopLastPushHeadTest.php
…
ListPopLastTest.php
…
ListPushHeadTest.php
…
ListPushHeadXTest.php
…
ListPushTailTest.php
…
ListPushTailXTest.php
…
ListRangeTest.php
…
ListRemoveTest.php
…
ListSetTest.php
…
ListTrimTest.php
…
PrefixableCommandTest.php
…
PrefixHelpersTest.php
…
PubSubPublishTest.php
…
PubSubSubscribeByPatternTest.php
…
PubSubSubscribeTest.php
…
PubSubUnsubscribeByPatternTest.php
…
PubSubUnsubscribeTest.php
…
ScriptedCommandTest.php
Client handles -NOSCRIPT falling back to EVAL for scripted commands.
2012-04-28 08:56:11 +02:00
ServerBackgroundRewriteAOFTest.php
…
ServerBackgroundSaveTest.php
…
ServerClientTest.php
…
ServerConfigTest.php
…
ServerDatabaseSizeTest.php
…
ServerEvalSHATest.php
Fix Predis\Command\ServerEvalSHA::getScriptHash().
2012-04-28 01:30:21 +02:00
ServerEvalTest.php
…
ServerFlushAllTest.php
…
ServerFlushDatabaseTest.php
…
ServerInfoTest.php
…
ServerInfoV26xTest.php
…
ServerLastSaveTest.php
…
ServerMonitorTest.php
Fix MONITOR and Predis\MonitorContext with Redis 2.6.
2012-03-11 17:39:57 +01:00
ServerObjectTest.php
…
ServerSaveTest.php
…
ServerScriptTest.php
…
ServerShutdownTest.php
…
ServerSlaveOfTest.php
…
ServerSlowlogTest.php
…
ServerTimeTest.php
New command: TIME (Redis v2.6-dev).
2012-03-11 17:34:06 +01:00
SetAddTest.php
…
SetCardinalityTest.php
…
SetDifferenceStoreTest.php
…
SetDifferenceTest.php
…
SetIntersectionStoreTest.php
…
SetIntersectionTest.php
…
SetIsMemberTest.php
…
SetMembersTest.php
…
SetMoveTest.php
…
SetPopTest.php
…
SetRandomMemberTest.php
…
SetRemoveTest.php
…
SetUnionStoreTest.php
…
SetUnionTest.php
…
StringAppendTest.php
…
StringBitCountTest.php
New commands: BITOP, BITCOUNT (Redis v2.6-dev).
2012-05-17 17:17:35 +02:00
StringBitOpTest.php
New commands: BITOP, BITCOUNT (Redis v2.6-dev).
2012-05-17 17:17:35 +02:00
StringDecrementByTest.php
…
StringDecrementTest.php
…
StringGetBitTest.php
…
StringGetMultipleTest.php
…
StringGetRangeTest.php
…
StringGetSetTest.php
…
StringGetTest.php
…
StringIncrementByFloatTest.php
…
StringIncrementByTest.php
…
StringIncrementTest.php
…
StringPreciseSetExpireTest.php
…
StringSetBitTest.php
…
StringSetExpireTest.php
…
StringSetMultiplePreserveTest.php
…
StringSetMultipleTest.php
…
StringSetRangeTest.php
…
StringSetTest.php
…
StringStrlenTest.php
…
StringSubstrTest.php
…
TransactionDiscardTest.php
…
TransactionExecTest.php
…
TransactionMultiTest.php
…
TransactionUnwatchTest.php
…
TransactionWatchTest.php
…
ZSetAddTest.php
…
ZSetCardinalityTest.php
…
ZSetCountTest.php
…
ZSetIncrementByTest.php
…
ZSetIntersectionStoreTest.php
…
ZSetRangeByScoreTest.php
…
ZSetRangeTest.php
…
ZSetRankTest.php
…
ZSetRemoveRangeByRankTest.php
…
ZSetRemoveRangeByScoreTest.php
…
ZSetRemoveTest.php
…
ZSetReverseRangeByScoreTest.php
…
ZSetReverseRangeTest.php
…
ZSetReverseRankTest.php
…
ZSetScoreTest.php
…
ZSetUnionStoreTest.php
…