7 Commits

Author SHA1 Message Date
michael-grunder
b1ad5435ff ZRANGEBYLEX command
This commit adds the command ZRANGEBYLEX to phpredis, which was
introduced in 2.8.9.  Like with most commands, phpredis will do
some simple validation on the client side, to avoid sending
calls which are not correct (e.g. min/max that aren't valid
for the call, etc).

Addresses #498 and #465
2014-08-30 11:45:09 -07:00
michael-grunder
189e280b4c Add an additional test function to test.php 2014-04-01 16:47:32 -07:00
Remi Collet
deca4fa30c add 'markTestSkipped' method to test suite, improves report 2012-09-01 09:49:11 +02:00
Remi Collet
0ad8482727 manage test suite exit code 2012-08-31 16:05:29 +02:00
Remi Collet
d4bdb35c60 fix test report (backtrace index) 2012-08-30 09:04:24 +02:00
Nicolas Favre-Felix
9692ad980d Converted array tests to new format 2011-11-27 19:47:00 +00:00
Nicolas Favre-Felix
6cbbcfe997 Fixed unit tests. 2011-11-27 19:44:09 +00:00