Nicolas Favre-Felix
|
b9aaaa74f2
|
Working better, cleaned a lot of leaks.
|
2010-05-12 19:03:43 +02:00 |
|
Nicolas Favre-Felix
|
f6829ca36c
|
Merge commit '319a14668b7425daef68aba7ef42092c5744e33e' into multi
|
2010-04-22 17:50:40 +02:00 |
|
Nicolas Favre-Felix
|
319a14668b
|
Added withscores=false in zRange, zReverseRange.
|
2010-04-22 17:02:33 +02:00 |
|
Nicolas Favre-Felix
|
2620e106d3
|
ZRANGE now takes integers + fix for INCR changes.
|
2010-04-22 16:42:00 +02:00 |
|
Nicolas Favre-Felix
|
9ddf5fc6a9
|
Big cleanup.
|
2010-04-22 12:26:04 +02:00 |
|
Nasreddine Bouafif
|
8da5c24293
|
zInter/zUnion tests.
|
2010-03-18 11:00:56 +01:00 |
|
Nicolas Favre-Felix
|
5cf54e861e
|
Wrong port again...
|
2010-03-17 19:13:00 +01:00 |
|
Nicolas Favre-Felix
|
fcc6645dc5
|
LIMIT & WITHSCORES to ZRANGEBYSCORE, by Diego Sana.
|
2010-03-17 18:21:35 +01:00 |
|
Nicolas Favre-Felix
|
49daf37f1e
|
HINCRBY. Waiting for antirez to implement it :)
|
2010-03-17 14:30:00 +01:00 |
|
Nicolas Favre-Felix
|
c59c0149ef
|
typo
|
2010-03-17 14:14:13 +01:00 |
|
Nicolas Favre-Felix
|
cfe88101db
|
Added hExists + tests + doc. Also refactored a bit.
|
2010-03-17 14:13:18 +01:00 |
|
Nicolas Favre-Felix
|
248799bcdc
|
Fixed a wrong port number for unit tests.
|
2010-03-16 18:46:55 +01:00 |
|
Nicolas Favre-Felix
|
b563ba32c6
|
Added array support for DEL,SUNION,SINTER...
|
2010-03-16 18:00:07 +01:00 |
|
Nicolas Favre-Felix
|
3c3e2d3ede
|
Fixed a bug with MGET
|
2010-03-16 17:57:34 +01:00 |
|
Nicolas Favre-Felix
|
0463c52748
|
typos
|
2010-03-16 17:12:17 +01:00 |
|
Nicolas Favre-Felix
|
10549c9b93
|
Added HDEL, HLEN, HKEYS, HVALS, HGETALL + tests.
|
2010-03-16 17:11:05 +01:00 |
|
Nicolas Favre-Felix
|
7f653b81a3
|
Added hGet/hSet + tests & documentation.
|
2010-03-15 12:15:48 +01:00 |
|
Nicolas Favre-Felix
|
e5e1e705a4
|
typo
|
2010-03-15 11:23:01 +01:00 |
|
Nicolas Favre-Felix
|
bba4b16c50
|
Updated to latest redis head.
|
2010-03-15 11:19:42 +01:00 |
|
Nicolas Favre-Felix
|
b76474c35e
|
Added expireAt + test + documentation.
|
2010-03-10 12:22:17 +01:00 |
|
Nicolas Favre-Felix
|
27c94aa404
|
Change sorted sets to use doubles, added ZINCRBY, added tests.
|
2010-02-15 17:42:24 +01:00 |
|
Nicolas Favre-Felix
|
c6a58a9e47
|
Made z* method names more consistent w/ doc, added tests. ZINCRBY will be added as soon as redis issue #159 is addressed.
|
2010-02-15 15:57:34 +01:00 |
|
Nasreddine Bouafif
|
a72e8e3eb8
|
Merge branch 'master' of git@github.com:owlient/phpredis
|
2010-02-15 14:29:55 +01:00 |
|
Nicolas Favre-Felix
|
eef96ab141
|
Merge branch 'master' into 1.1
|
2009-12-22 13:46:29 +01:00 |
|
Nicolas Favre-Felix
|
4ac34eda87
|
Fixed a memory leak on getMultiple (Thanks Dan!)
|
2009-12-22 13:44:15 +01:00 |
|
Nasreddine Bouafif
|
57c2a84a4c
|
Sorted Sets, commands and tests.
|
2009-12-02 19:21:35 +01:00 |
|
Nicolas Favre-Felix
|
afa81c1fed
|
Added fancy return values for type().
|
2009-11-30 16:18:20 +01:00 |
|
Nicolas Favre-Felix
|
3754f3c39d
|
Added RPOPLPUSH + tests.
|
2009-11-30 15:29:25 +01:00 |
|
Nicolas Favre-Felix
|
f9bcff05d3
|
Added MSET, part of redis 1.1
|
2009-11-30 15:05:19 +01:00 |
|
Nicolas Favre-Felix
|
00d879020a
|
Restored the *save tests.
|
2009-11-26 17:09:28 +01:00 |
|
Nicolas Favre-Felix
|
056b31bd3b
|
Refactored a lot, this simplifies many methods.
|
2009-11-26 17:07:49 +01:00 |
|
Nicolas Favre-Felix
|
27e5508ff7
|
Added tests for NULL parameters in sort methods.
|
2009-11-24 10:53:58 +01:00 |
|
Nicolas Favre-Felix
|
6b501ba932
|
Added aliases and fixed leaks. Thanks melfar!
|
2009-11-24 09:44:14 +01:00 |
|
Nicolas Favre-Felix
|
7226107af4
|
SORT commands! Simpler and tested (partially).
|
2009-11-23 16:20:58 +01:00 |
|
Nicolas Favre-Felix
|
38f65836af
|
AUTH + call in the test file. Uncomment to use.
|
2009-11-23 11:26:36 +01:00 |
|
Nicolas Favre-Felix
|
30ff2d6f1e
|
Faster get and we can now store "-ERR" in redis :)
|
2009-11-23 10:49:58 +01:00 |
|
Nicolas Favre-Felix
|
459e72d5f1
|
Restored the connection timeout feature.
|
2009-11-23 10:35:31 +01:00 |
|
Nicolas Favre-Felix
|
bae9f4dc6c
|
DEL now w/ multiple args. + tests & refactoring.
|
2009-11-23 10:27:06 +01:00 |
|
Nicolas Favre-Felix
|
78d5d6541b
|
Added 10e6. Thanks to Pete Warden for this patch.
|
2009-11-23 09:46:16 +01:00 |
|
Nicolas Favre-Felix
|
b39c00b036
|
Added SELECT + test. Need to add more tests for select though, this is not enough.
|
2009-11-20 13:04:38 +01:00 |
|
Nicolas Favre-Felix
|
2280adfd42
|
INFO + test.
|
2009-11-20 12:47:20 +01:00 |
|
Nicolas Favre-Felix
|
46dce68bb3
|
TTL + test.
|
2009-11-20 12:24:03 +01:00 |
|
Nicolas Favre-Felix
|
2cdbdd5fb3
|
DBSIZE + slight refactoring. + test.
|
2009-11-20 12:09:26 +01:00 |
|
Nicolas Favre-Felix
|
44fdf18fd0
|
FLUSHDB, FLUSHALL. + tests.
|
2009-11-20 11:39:55 +01:00 |
|
Nicolas Favre-Felix
|
0d775b40ed
|
LASTSAVE + test.
|
2009-11-20 11:30:36 +01:00 |
|
Nicolas Favre-Felix
|
0267a5d740
|
BGSAVE + test. Temporarily disabled the timeout.
|
2009-11-20 10:33:53 +01:00 |
|
Nicolas Favre-Felix
|
6b4e47347b
|
SAVE + pseudo-test.
|
2009-11-20 09:57:56 +01:00 |
|
Nicolas Favre-Felix
|
10a595c94b
|
SDIFF, SDIFFSTORE. + tests.
|
2009-11-18 18:23:18 +01:00 |
|
Nicolas Favre-Felix
|
b91fc2c9bb
|
SUNION, SUNIONSTORE. Slight refactoring + tests.
|
2009-11-18 18:14:29 +01:00 |
|
Nicolas Favre-Felix
|
00c7471dd8
|
SINTERSTORE + refactored SINTER. + tests.
|
2009-11-18 17:46:41 +01:00 |
|