Daniele Alessandri
8744285cb3
Ignoring the plural form of "reply" for renames is dumb...
...
[ci skip]
2013-12-10 18:08:14 +01:00
Daniele Alessandri
4bf0ee4c6a
Rename ConnectionInterface::writeCommand() to writeRequest().
...
This name is more consistent with its counterpart, readResponse().
2013-12-02 11:08:14 +01:00
Daniele Alessandri
d2c001812f
[tests] Rename test case classes.
2013-12-01 15:11:09 +01:00
Daniele Alessandri
b253bdc41e
[tests] Improve the basic framework of our test suite.
...
We now have a base test case class for Predis (namely PredisTestCase)
grouping various commonly used utility methods shared by all of the
tests in the suite, greatly improving reusability.
2013-11-30 19:38:27 +01:00
Daniele Alessandri
2a5483df90
Reorganize the Predis\Profile namespace.
...
The profile factory code has been extrapolated into a the new class
Predis\Profile\Factory (final and with only static methods).
2013-11-22 12:01:29 +01:00
Daniele Alessandri
c6f51e82bf
Rename "Array" type-hint to to "array".
2013-11-16 17:01:58 +01:00
Daniele Alessandri
f18d7103f5
[tests] Remove useless backslash in "use" directive.
2013-11-16 14:57:00 +01:00
Daniele Alessandri
b71c798f9b
Rename classes in Predis\Response and Predis\Response\Iterator.
...
This change aims to make class names shorter with less redundant fully
qualified names.
Merge!
2013-11-16 14:01:11 +01:00
Daniele Alessandri
7f9d06bb83
Move the Predis\Iterator namespace into Predis\Response.
2013-11-16 12:07:35 +01:00
Daniele Alessandri
16d17af577
Rework the API for external protocol processors.
2013-11-09 17:10:07 +01:00
Daniele Alessandri
fbcfdc343e
Do not implicitly set multibulk replies on composable connections.
...
This should be done externally on the underlying protocol instance.
2013-02-16 17:05:38 +01:00
Daniele Alessandri
e774a301c4
Add tests for Predis\Connection\ComposableStreamConnection.
2012-08-02 17:25:13 +02:00