Daniele Alessandri
|
17f83a5605
|
Fix random stuff.
|
2011-04-01 20:20:44 +02:00 |
|
Daniele Alessandri
|
b1254a1375
|
Update README.
|
2011-04-01 00:17:49 +02:00 |
|
Daniele Alessandri
|
572fb292f1
|
Remove default support for long command names.
|
2011-03-31 22:00:45 +02:00 |
|
Daniele Alessandri
|
6301ae1402
|
Minor changes in Predis\ConnectionParameters.
|
2011-03-31 21:45:22 +02:00 |
|
Daniele Alessandri
|
7644d7fbeb
|
Simple naming change.
|
2011-03-31 13:48:39 +02:00 |
|
Daniele Alessandri
|
72e117673e
|
Slight change for more readable code.
|
2011-03-31 13:00:00 +02:00 |
|
Daniele Alessandri
|
6b7f47e087
|
Use a faster alternative to initialize the underlying connection resource.
|
2011-03-31 12:46:21 +02:00 |
|
Daniele Alessandri
|
434b9dd0f7
|
Switch to the new lightweight response reader.
|
2011-03-31 11:15:12 +02:00 |
|
Daniele Alessandri
|
e5f010deb8
|
Fix ISSUE #27.
|
2011-03-30 23:45:18 +02:00 |
|
Daniele Alessandri
|
785d0f429f
|
Some more random code improvements.
|
2011-03-30 22:33:54 +02:00 |
|
Daniele Alessandri
|
736a102aba
|
Replace awful code with a nicer, compact and faster solution.
|
2011-03-30 21:44:41 +02:00 |
|
Daniele Alessandri
|
6b2697a133
|
Fix wrong class check (copy and paste is evil).
|
2011-03-30 18:31:34 +02:00 |
|
Daniele Alessandri
|
b6b732ec51
|
Implement an optional lightweight protocol reader.
|
2011-03-30 13:22:30 +02:00 |
|
Daniele Alessandri
|
1bc891bed1
|
Update CHANGELOG.
|
2011-03-27 12:23:40 +02:00 |
|
Daniele Alessandri
|
1e47fb88f3
|
Fix SINTERSTORE and SUNIONSTORE to accept an array for the list of source keys.
|
2011-03-27 10:27:19 +02:00 |
|
Daniele Alessandri
|
b882344840
|
Upgrade to PHPUnit 3.5.
|
2011-03-27 09:29:46 +02:00 |
|
Daniele Alessandri
|
e5e8a19c7a
|
Fix MGET, SINTER and SUNION to accept also an array to specify the list of keys.
|
2011-03-26 23:16:55 +01:00 |
|
Daniele Alessandri
|
ffcbc4fdb1
|
Fix SUBSCRIBE and PSUBSCRIBE so that they can accept a list of channels for subscription.
|
2011-03-26 22:57:03 +01:00 |
|
Daniele Alessandri
|
e398ff977e
|
Switch to Redis 2.2 as the default server profile.
|
2011-03-20 16:12:14 +01:00 |
|
Daniele Alessandri
|
18b44fae53
|
Fix a couple of corner cases for Predis\MultiExecBlock.
|
2011-03-20 15:26:02 +01:00 |
|
Daniele Alessandri
|
e800f1904b
|
Remove trailing spaces.
|
2011-03-08 12:27:59 +01:00 |
|
Daniele Alessandri
|
c73d0b375b
|
Update CHANGELOG.
|
2011-03-08 12:18:44 +01:00 |
|
Daniele Alessandri
|
9f1f07083a
|
Add a VERSION constant to Predis\Client.
|
2011-03-08 12:16:40 +01:00 |
|
Daniele Alessandri
|
e1f8942569
|
Update CHANGELOG.
|
2011-03-06 15:15:10 +01:00 |
|
Daniele Alessandri
|
235d311cb1
|
Change network resource handling in the internals of Predis\Connection.
|
2011-03-06 15:03:07 +01:00 |
|
Daniele Alessandri
|
c03ab9480e
|
Adjust the tests for SUBSTR/GETRANGE since the return value for empty string slices has been fixed in Redis 2.2.2.
|
2011-03-06 12:47:39 +01:00 |
|
Daniele Alessandri
|
6f46fa1f2d
|
Improve the parsing of replies to INFO.
|
2011-03-06 12:30:42 +01:00 |
|
Daniele Alessandri
|
798e2b18dc
|
Implement Predis\Command::__toString().
|
2011-03-06 11:21:32 +01:00 |
|
Daniele Alessandri
|
aaa16c8276
|
Remove ConnectionParameters::__toString() (reverts ca6ff4f and e67cfe2).
|
2011-03-06 11:13:53 +01:00 |
|
Daniele Alessandri
|
e700061cc0
|
Change Predis\Connection in order to disable read/write timeouts when the value of 'read_write_timeout' is also equal to 0.
|
2011-03-06 11:11:42 +01:00 |
|
Daniele Alessandri
|
e67cfe27b3
|
Use a slightly different approach for ConnectionParameters::__toString().
|
2011-03-05 16:42:22 +01:00 |
|
Daniele Alessandri
|
e6e638b79e
|
Update README.
|
2011-03-05 15:26:21 +01:00 |
|
Daniele Alessandri
|
96132ee50c
|
Force the test suite to run on a client initialized with the Redis 2.2 profile for now.
|
2011-03-05 15:18:37 +01:00 |
|
Daniele Alessandri
|
f36d7a1d56
|
Implement a new command class for INFO to parse the new reply format for this command in Redis > 2.2.
|
2011-03-05 15:15:10 +01:00 |
|
Daniele Alessandri
|
ca6ff4f734
|
Implement ConnectionParameters::__toString().
|
2011-03-05 13:49:58 +01:00 |
|
Daniele Alessandri
|
bc0e29c1d2
|
Fix comment.
|
2011-03-05 12:41:34 +01:00 |
|
Daniele Alessandri
|
627c3a1724
|
Test suite: move the test suite safeguard flag to PredisShared.php.
|
2011-03-05 12:37:57 +01:00 |
|
Daniele Alessandri
|
06d974c0bc
|
Allow passing an array for the list of source keys to be used in ZUNIONSTORE/ZINTERSTORE.
|
2011-03-05 12:33:04 +01:00 |
|
Daniele Alessandri
|
6b6edbe6c2
|
Add support for connecting to Redis with UNIX domain sockets.
|
2011-03-01 21:46:41 +01:00 |
|
Daniele Alessandri
|
f76d616d57
|
Bump VERSION.
v0.6.5
|
2011-02-12 21:49:30 +01:00 |
|
Daniele Alessandri
|
c41bb2c314
|
Fix bug reading zero-length values from a bulk response.
|
2011-02-12 21:48:18 +01:00 |
|
Daniele Alessandri
|
d4fb7d9143
|
Update VERSION.
|
2011-02-12 21:30:52 +01:00 |
|
Daniele Alessandri
|
ca422b0300
|
Bump VERSION, update CHANGELOG and release.
v0.6.4
|
2011-02-12 11:46:08 +01:00 |
|
Daniele Alessandri
|
79372cb99b
|
Add inline (p)subscribe via options on Predis\PubSubContext initialization.
|
2011-02-12 11:43:37 +01:00 |
|
Daniele Alessandri
|
6a2e4d0396
|
Bump year in LICENSE file.
|
2011-01-26 16:25:05 +01:00 |
|
Daniele Alessandri
|
78814a473c
|
Update CHANGELOG.
|
2011-01-26 16:24:50 +01:00 |
|
Daniele Alessandri
|
0d7fe31110
|
Minor indentation fix.
|
2011-01-26 16:24:34 +01:00 |
|
Daniele Alessandri
|
118af2809c
|
Use only one check for replies that should not be passed to a reply parser.
|
2011-01-14 17:07:00 +01:00 |
|
Daniele Alessandri
|
8dcd10dbbc
|
Fix missing registration for the Redis 2.2 profile.
|
2011-01-13 12:32:31 +01:00 |
|
Daniele Alessandri
|
3a6907241b
|
Promote the profile for Redis 2.2 as stable (the default for the client is still 2.0).
|
2011-01-13 12:26:19 +01:00 |
|