Nicolas Favre-Felix
|
44f048c523
|
Added support for UNIX Domain Sockets.
2.0.12
|
2010-12-07 23:10:29 +01:00 |
|
Nicolas Favre-Felix
|
126812026d
|
Bugfix and typo.
|
2010-12-03 09:56:16 +01:00 |
|
Nicolas Favre-Felix
|
18a2d36b32
|
Added extra check on free.
|
2010-12-03 09:44:52 +01:00 |
|
Nicolas Favre-Felix
|
449ec8a099
|
Session handler: better wording :)
|
2010-12-02 16:44:19 +01:00 |
|
Nicolas Favre-Felix
|
4963a9aa2b
|
New feature: PHP session handler.
|
2010-12-02 16:32:33 +01:00 |
|
Nicolas Favre-Felix
|
bfdc1eddfa
|
Merge branch 'master' of github.com:owlient/phpredis
|
2010-12-02 15:03:36 +01:00 |
|
Nicolas Favre-Felix
|
195b51f5fe
|
Added +/-inf support to ZREMRANGEBYSCORE.
|
2010-12-02 15:03:03 +01:00 |
|
Nicolas Favre-Felix
|
32e0fa2c73
|
Fixed issue #68.
|
2010-11-28 15:10:28 +01:00 |
|
Nicolas Favre-Felix
|
71f4de5394
|
Added missing description of PING command.
|
2010-11-25 17:59:13 +01:00 |
|
Nicolas Favre-Felix
|
e42fee2ed7
|
Updated ZUNION/ZINTER doc.
|
2010-11-25 10:15:59 +01:00 |
|
LeonLegion
|
93d6bcd7ab
|
fixed the README (Redis::REDIS_ZSET , Redis::REDIS_HASH )
|
2010-11-24 16:30:26 +03:00 |
|
LeonLegion
|
0559f55863
|
Types REDIS_ZSET and REDIS_HASH added.
|
2010-11-24 02:15:10 +03:00 |
|
Nicolas Favre-Felix
|
49af1290ad
|
Clarified error handling.
|
2010-11-23 13:20:50 +01:00 |
|
Nicolas Favre-Felix
|
9b99207618
|
Added paragraph about error handling.
|
2010-11-23 13:16:46 +01:00 |
|
Nicolas Favre-Felix
|
a372dd1973
|
Added more contact info, version 2.0.11
2.0.11
|
2010-11-17 09:31:38 +01:00 |
|
Nicolas Favre-Felix
|
f283d361ac
|
Fix for double values on older PHP versions.
|
2010-11-17 09:29:05 +01:00 |
|
Simon Effenberg
|
12769b03c8
|
fix for problem when setting socket timeout lower then 1 (also the microsecond part wasn't used because of the bug)
|
2010-11-08 12:38:48 +01:00 |
|
Simon Effenberg
|
9ab35fa739
|
fix documentation
|
2010-11-05 16:29:23 +01:00 |
|
Simon Effenberg
|
b45453dfc5
|
merged with upstream
|
2010-11-05 16:07:42 +01:00 |
|
Nicolas Favre-Felix
|
1bdb9bbd42
|
Version bump, 2.0.10
2.0.10
|
2010-10-29 12:01:13 +02:00 |
|
Nicolas Favre-Felix
|
e0b5c6387f
|
CLOSE_WAIT fix.
|
2010-10-29 12:00:34 +02:00 |
|
Nicolas Favre-Felix
|
da074dda31
|
Handle server death before close().
2.0.9
|
2010-10-28 11:06:28 +02:00 |
|
Nicolas Favre-Felix
|
85e4746be9
|
Added unit tests for INCRBY, DECRBY.
|
2010-10-27 14:22:19 +02:00 |
|
Simon Effenberg
|
d6e58b0ea3
|
updated version and changelog entry
|
2010-10-27 13:35:02 +02:00 |
|
Simon Effenberg
|
f315f7d05a
|
fixed bug when doing incrBy(key, 1) which returned false because the command send to redis was INCRBY without any argument.. this problem was addressed in the decr commands
|
2010-10-27 13:31:39 +02:00 |
|
Nicolas Favre-Felix
|
db66d76c7c
|
Changed SET for better memcache API compatibility.
|
2010-10-27 11:36:45 +02:00 |
|
Simon Effenberg
|
acc6a216f4
|
incrBy and decrBy added and changelog updated
|
2010-10-27 10:38:50 +02:00 |
|
Simon Effenberg
|
c3a56c853f
|
Merge branch 'master' of git://github.com/owlient/phpredis
|
2010-10-27 10:34:59 +02:00 |
|
Nicolas Favre-Felix
|
90366e8f49
|
Throw exception when the connection fails repeatedly.
|
2010-10-25 10:36:56 +02:00 |
|
Nicolas Favre-Felix
|
a950040635
|
Added INCR aliases.
|
2010-10-25 09:44:19 +02:00 |
|
Nicolas Favre-Felix
|
81ffa0ebc1
|
Fixed missing doc (github issue #53).
|
2010-10-21 14:05:24 +02:00 |
|
Nicolas Favre-Felix
|
537bc0ae92
|
Enabled NULL for SLAVEOF.
|
2010-10-21 10:20:32 +02:00 |
|
Nicolas Favre-Felix
|
e750f8651c
|
Added SLAVEOF.
|
2010-10-21 10:16:52 +02:00 |
|
Nicolas Favre-Felix
|
6168e12a33
|
Fixed memory leaks.
|
2010-10-20 15:09:41 +02:00 |
|
Nicolas Favre-Felix
|
2619227042
|
Typo. http://twitter.com/fastest963/status/27722652552
|
2010-10-18 07:38:55 -07:00 |
|
Simon Effenberg
|
8b3d3d5aed
|
merged with upstream
|
2010-10-15 13:00:58 +02:00 |
|
Simon Effenberg
|
72a6fe6dea
|
Merge branch 'master' of git://github.com/owlient/phpredis
|
2010-10-15 12:55:51 +02:00 |
|
Nasreddine Bouafif
|
f2284c6646
|
Throwing exception when we try to execute a command on closed connection
|
2010-10-14 12:29:37 +02:00 |
|
Nasreddine Bouafif
|
196637e95c
|
bugfix for the issue 50 : throwing exception for protocol errors.
|
2010-10-13 14:31:52 +02:00 |
|
Nicolas Favre-Felix
|
0c0409a92f
|
release 2.0.8
2.0.8
|
2010-10-12 15:24:39 +02:00 |
|
Nicolas Favre-Felix
|
cab7f8e3c8
|
Fixes for static compilation.
|
2010-10-12 14:23:02 +02:00 |
|
Nicolas Favre-Felix
|
fe8046a81e
|
Added symbol for static compilation.
2.0.7
|
2010-10-11 17:18:41 +02:00 |
|
Nicolas Favre-Felix
|
94dfefef6e
|
Bugfix.
2.0.6
|
2010-10-06 16:56:32 +02:00 |
|
Nicolas Favre-Felix
|
25eb12fb2c
|
Added floating-point timeout for better precision.
2.0.5
|
2010-10-06 14:37:42 +02:00 |
|
Nicolas Favre-Felix
|
853df32fbc
|
Fixed unit tests for good, still using auth...
|
2010-10-06 14:34:07 +02:00 |
|
Simon Effenberg
|
e13bd52b2d
|
new version
|
2010-10-05 09:48:14 +02:00 |
|
Nasreddine Bouafif
|
a9741b41bf
|
(not)Using auth
|
2010-10-04 14:49:20 +02:00 |
|
Nasreddine Bouafif
|
d3524b197d
|
Using auth when testing.
|
2010-10-04 14:15:50 +02:00 |
|
Nasreddine Bouafif
|
49813369a5
|
Fix doc and tests.
|
2010-10-04 13:59:27 +02:00 |
|
Nasreddine Bouafif
|
756b434a81
|
Adding blPop and brPop commands
|
2010-10-01 15:19:16 +02:00 |
|