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 |
|
Nicolas Favre-Felix
|
b01bfba357
|
SINTER + tests.
|
2009-11-18 17:26:56 +01:00 |
|
Nicolas Favre-Felix
|
8aa37d5e41
|
RENAMENX + tests.
|
2009-11-18 15:50:57 +01:00 |
|
Nicolas Favre-Felix
|
e98e527c29
|
RENAME + tests.
|
2009-11-18 15:46:15 +01:00 |
|
Nicolas Favre-Felix
|
73cd13194e
|
RANDOMKEY + tests.
|
2009-11-18 15:29:36 +01:00 |
|
Nicolas Favre-Felix
|
9ce7c89e19
|
GETSET + tests.
|
2009-11-18 15:21:02 +01:00 |
|
Nicolas Favre-Felix
|
f6a92ade22
|
Added SPOP + tests.
|
2009-11-18 15:13:47 +01:00 |
|
Nicolas Favre-Felix
|
948811943c
|
Added SMOVE + tests.
|
2009-11-18 15:04:03 +01:00 |
|
Nicolas Favre-Felix
|
a2d436df7a
|
LPOP, RPOP, LRANGE. + tests, of course.
|
2009-11-18 14:46:49 +01:00 |
|
Nicolas Favre-Felix
|
405616d87c
|
Added SETNX + tests
|
2009-11-18 14:26:11 +01:00 |
|
Nicolas Favre-Felix
|
637b1c40f5
|
Initial commit
|
2009-11-13 11:39:33 +01:00 |
|