Daniele Alessandri
|
5cae45282d
|
Fixed tests against the current Redis master branch.
|
2010-03-09 12:54:18 +01:00 |
|
Daniele Alessandri
|
c6f97a7946
|
New commands: HSET and HGET (Redis v2.0-dev). NOTE: this is the beginning of the Hashes awesomeness in Redis!
|
2010-03-06 09:30:37 +01:00 |
|
Daniele Alessandri
|
c06f9e34bf
|
Added tests for DISCARD.
|
2010-03-04 14:18:38 +01:00 |
|
Daniele Alessandri
|
ac8172235f
|
Added tests for ZRANK.
|
2010-03-04 14:09:56 +01:00 |
|
Daniele Alessandri
|
5aaec9d11b
|
Added a test for SUBSTR on integer-encoded values.
|
2010-03-04 13:58:05 +01:00 |
|
Daniele Alessandri
|
3e0d9c8400
|
Added tests for SUBSTR.
|
2010-03-04 12:41:51 +01:00 |
|
Daniele Alessandri
|
9ac0d26a48
|
Minor code rearrangements.
|
2010-03-04 12:29:23 +01:00 |
|
Daniele Alessandri
|
4645e7508e
|
Updated CHANGELOG.
|
2010-03-04 12:21:06 +01:00 |
|
Daniele Alessandri
|
46d2344d42
|
Renamed \Predis\Commands\ZCount to \Predis\Commands\ZSetCount for naming consistency.
|
2010-03-04 12:17:09 +01:00 |
|
Daniele Alessandri
|
28bac3b3b0
|
New command: ZRANK (Redis v2.0-dev).
|
2010-03-04 12:16:14 +01:00 |
|
Daniele Alessandri
|
0b229a5057
|
New command: SUBSTR (Redis v2.0-dev).
|
2010-03-04 12:12:10 +01:00 |
|
Daniele Alessandri
|
460dfce7f6
|
Minor code rearrangements.
|
2010-03-04 11:58:19 +01:00 |
|
Daniele Alessandri
|
138a171f6c
|
Updated CHANGELOG.
|
2010-03-02 17:21:38 +01:00 |
|
Daniele Alessandri
|
03ce35f5d9
|
Enhancement: added support for DISCARD in a MULTI / EXEC context initialized inside of an instance of MultiExecBlock.
|
2010-03-02 17:15:49 +01:00 |
|
Daniele Alessandri
|
c325707559
|
New command: DISCARD (Redis v2.0-dev).
|
2010-03-02 16:49:15 +01:00 |
|
Daniele Alessandri
|
e114f86d64
|
Predis\Commands\Keys has been adjusted to handle the change in its reply type in a backwards-compatible way (the KEYS command will return a multibulk reply starting from Redis 2.0).
|
2010-03-02 16:47:18 +01:00 |
|
Daniele Alessandri
|
c8554f2c8b
|
Added tests for APPEND.
|
2010-02-27 11:15:31 +01:00 |
|
Daniele Alessandri
|
4c6dedabe0
|
Added tests for ZCOUNT.
|
2010-02-27 11:08:05 +01:00 |
|
Daniele Alessandri
|
5ad2abd149
|
Added test for ZRANGEBYSCORE with the WITHSCORES parameter.
|
2010-02-27 10:59:34 +01:00 |
|
Daniele Alessandri
|
7f8ba42717
|
Enhancement: ZRANGEBYSCORE now handles the WITHSCORES (Redis v2.0-dev) just like ZRANGE and ZREVRANGE.
|
2010-02-27 10:54:42 +01:00 |
|
Daniele Alessandri
|
ad540776ac
|
New command: ZCOUNT (Redis v2.0-dev).
|
2010-02-27 10:39:47 +01:00 |
|
Daniele Alessandri
|
90d7b252ae
|
New command: APPEND (Redis v2.0-dev).
|
2010-02-27 10:31:57 +01:00 |
|
Daniele Alessandri
|
90dc794780
|
Updated CHANGELOG.
|
2010-02-27 09:49:04 +01:00 |
|
Daniele Alessandri
|
21abe8bf02
|
Enhancement: connections can now be identified by an alias (useful when connected to a cluster of Redis servers).
|
2010-02-27 09:43:49 +01:00 |
|
Daniele Alessandri
|
806ef6058d
|
Increased the default connection timeout from 2 to 5 seconds and moved the initialization of its value in ConnectionParameters->filterConnectionParams.
|
2010-02-26 23:22:13 +01:00 |
|
Daniele Alessandri
|
e229153800
|
Use instanceof instead of the deprecated is_a().
|
2010-02-26 23:04:42 +01:00 |
|
Daniele Alessandri
|
7579b2c6b7
|
Updated CHANGELOG.
|
2010-02-26 22:53:25 +01:00 |
|
Daniele Alessandri
|
ee5e978a6c
|
Enhancement: allows method chaining with multi-exec blocks.
|
2010-02-26 22:47:39 +01:00 |
|
Daniele Alessandri
|
dac4d87a60
|
Bugfix: the pipeline command buffer is not correctly reinitialized after CommandPipeline->flushPipeline.
|
2010-02-26 22:42:09 +01:00 |
|
Daniele Alessandri
|
47d34531e3
|
Enhancement: allows method chaining with commands pipelines.
|
2010-02-26 22:30:57 +01:00 |
|
Daniele Alessandri
|
2b0bd88d8f
|
Updated CHANGELOG
|
2010-02-25 11:39:52 +01:00 |
|
Daniele Alessandri
|
4ee965ab83
|
Switched from anonymous functions to classes extending the IResponseHandler interface to handle server responses.
|
2010-02-25 11:28:14 +01:00 |
|
Daniele Alessandri
|
40df90007d
|
Miss typings, oh my...
|
2010-02-25 11:27:07 +01:00 |
|
Daniele Alessandri
|
2c7a99df55
|
Added missing test for SORT ... GET
|
2010-02-25 11:24:50 +01:00 |
|
Daniele Alessandri
|
6e3b1c835d
|
Enhancement: support multiple GET parameters for the SORT command (see also my comment in ISSUE #1)
|
2010-02-25 10:57:41 +01:00 |
|
Daniele Alessandri
|
f5f06d643f
|
Fixed a dangerous oversight in the test suite (seriously, testing FLUSHALL was indeed stupid).
|
2010-01-27 23:56:26 +01:00 |
|
Daniele Alessandri
|
1be9bef159
|
Updated CHANGELOG
|
2010-01-23 16:01:03 +01:00 |
|
Daniele Alessandri
|
7fa935f827
|
Implemented a factory method for creating server profiles instances.
|
2010-01-23 15:55:34 +01:00 |
|
Daniele Alessandri
|
afdc79f97f
|
Added tests for BGREWRITEAOF.
|
2010-01-23 15:31:53 +01:00 |
|
Daniele Alessandri
|
6cb9663539
|
Added missing support for BGREWRITEAOF for Redis >= 1.2.0
|
2010-01-23 12:54:58 +01:00 |
|
Daniele Alessandri
|
8622dd8b05
|
Added the CHANGELOG file.
|
2010-01-23 12:41:45 +01:00 |
|
Daniele Alessandri
|
21acb300a7
|
The command ListPopLastPushHead (RPOPLPUSH) is now defined as an inline command instead of bulk after a change in Redis 1.2.1. The old bulk RPOPLPUSH has been preserved and renamed in ListPopLastPushHeadBulk, so that you can override the current server profile if you need the old (and uncorrect) behaviour when connecting to a Redis 1.2.0 instance.
|
2010-01-23 12:33:10 +01:00 |
|
Daniele Alessandri
|
35016ba4b0
|
Changed the naming convention of the predefined RedisServerProfile derived classes.
v0.5.0
|
2010-01-09 12:36:46 +01:00 |
|
Daniele Alessandri
|
ab2842c100
|
Minor changes in code formatting.
|
2010-01-09 12:14:40 +01:00 |
|
Daniele Alessandri
|
91543d776f
|
Adjusted Predis\Commands\BackgroundSave according to the new behavior of BGSAVE in Redis 1.2.
|
2010-01-09 12:00:36 +01:00 |
|
Daniele Alessandri
|
84fb4390f9
|
Using isset to check if prefix handlers have been initialized is faster.
|
2010-01-09 11:42:16 +01:00 |
|
Daniele Alessandri
|
8b152f0ea3
|
Added checks for errors returned by read and write operations on sockets.
|
2010-01-09 11:28:57 +01:00 |
|
Daniele Alessandri
|
e01feda91f
|
Updated the README.
|
2010-01-09 10:01:47 +01:00 |
|
Daniele Alessandri
|
15c81fca6f
|
Bumping year in the LICENSE file.
|
2010-01-09 09:49:20 +01:00 |
|
Daniele Alessandri
|
75fad0a027
|
Implemented Response::read. This new method groups Response::getPrefix and Response::getHeader (and reduces the overhead of unnecessary method calls).
|
2010-01-07 13:48:14 +01:00 |
|