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 |
|
Nasreddine Bouafif
|
80dc280a42
|
bugfix on persist
|
2010-10-01 14:48:52 +02:00 |
|
Nicolas Favre-Felix
|
60090de025
|
version 2.0.4
2.0.4
|
2010-09-30 15:45:05 +02:00 |
|
Nicolas Favre-Felix
|
ce922bcd35
|
Made Redis version easily greppable.
|
2010-09-30 15:44:16 +02:00 |
|
Nicolas Favre-Felix
|
3073a3b4a5
|
Added PERSIST.
|
2010-09-30 11:48:18 +02:00 |
|
Nicolas Favre-Felix
|
b90aed33f2
|
Added BGREWRITEAOF.
|
2010-09-30 11:05:41 +02:00 |
|
Nasreddine Bouafif
|
5b6262d28e
|
Add append, substr and strlen commands
|
2010-09-29 18:12:00 +02:00 |
|
Nicolas Favre-Felix
|
7bc2bb8015
|
Added tests to check that SINTER works w/ an array
|
2010-09-29 17:15:11 +02:00 |
|
Nasreddine Bouafif
|
b6a9e24ba3
|
Update version
--
2.0.3
|
2010-09-29 15:51:29 +02:00 |
|
Nasreddine Bouafif
|
a62d12a38b
|
Add lPushx, rPushx and lInsert commands
|
2010-09-29 15:49:22 +02:00 |
|
Nicolas Favre-Felix
|
ead9e60a03
|
Added OSX fix by @jiminoc
|
2010-09-29 06:17:07 -07:00 |
|
Nicolas Favre-Felix
|
21f4673a5a
|
Fixed current version and maintainer list and order.
|
2010-09-23 14:31:12 +02:00 |
|
Simon Effenberg
|
f7a40fbb7b
|
added a debian/ directory to build phpredis easy with svn-buildpackage/dpkg-buildpackage
|
2010-09-23 12:32:08 +02:00 |
|
Nicolas Favre-Felix
|
40bc4a991c
|
Fix for binary keys.
2.0.2
|
2010-09-22 11:22:00 +02:00 |
|
Nicolas Favre-Felix
|
4c547f34e6
|
Added MULTI/EXEC test for HMGET.
2.0.1
|
2010-09-20 17:53:23 +02:00 |
|
Nicolas Favre-Felix
|
c67e2ddf74
|
Re-added HMGET + doc & unit tests.
|
2010-09-20 17:33:59 +02:00 |
|
Nicolas Favre-Felix
|
a8738d7e49
|
Fixed memory leak in MSET.
|
2010-09-20 12:53:25 +02:00 |
|
Nicolas Favre-Felix
|
c26621e9cb
|
Doc for PUB/SUB.
2.0.0
|
2010-09-19 22:36:09 +02:00 |
|
Nicolas Favre-Felix
|
91256dffab
|
Small fixes for PUB/SUB.
|
2010-09-19 22:29:31 +02:00 |
|
Nicolas Favre-Felix
|
c6c002119a
|
Fixed INFO, TYPE for MULTI/EXEC context.
|
2010-09-19 16:47:10 +02:00 |
|
Nicolas Favre-Felix
|
09728b84c3
|
Refactoring for 2.0
|
2010-09-19 16:18:37 +02:00 |
|
Nicolas Favre-Felix
|
f031b3c628
|
Cleanup.
|
2010-09-19 16:15:10 +02:00 |
|