Daniele Alessandri
940326e5bd
New command: ZREMRANGEBYLEX (Redis 2.8.9).
2014-06-09 15:35:28 +02:00
Daniele Alessandri
ea32f74512
New command: ZRANGEBYLEX (Redis 2.8.9).
2014-06-09 15:26:17 +02:00
Daniele Alessandri
8dbac3dd73
New command: ZLEXCOUNT (Redis 2.8.9).
2014-06-09 15:17:36 +02:00
Daniele Alessandri
2aa0b071fc
New commands: PFADD, PFCOUNT, PFMERGE (Redis 2.8.9).
...
Many thanks to @rubensayshi for his initial commits on this in #163 ,
but I had to start from scratch for the master branch first.
2014-05-30 11:32:39 +02:00
Daniele Alessandri
d2c001812f
[tests] Rename test case classes.
2013-12-01 15:11:09 +01:00
Daniele Alessandri
e049db124c
By convention all of the Redis command identifiers are uppercase.
2013-12-01 10:45:37 +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