86 Commits

Author SHA1 Message Date
Nicolas Favre-Felix
3073a3b4a5 Added PERSIST. 2010-09-30 11:48:18 +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
a62d12a38b Add lPushx, rPushx and lInsert commands 2010-09-29 15:49:22 +02:00
Nicolas Favre-Felix
4c547f34e6 Added MULTI/EXEC test for HMGET. 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
c6c002119a Fixed INFO, TYPE for MULTI/EXEC context. 2010-09-19 16:47:10 +02:00
Nicolas Favre-Felix
e4adc956ad Added array of patterns to 'get' option in SORT(). 2010-09-17 10:06:42 +02:00
Nicolas Favre-Felix
02882154a9 Added tests for sort. 2010-09-16 16:08:58 +02:00
Nicolas Favre-Felix
0b2a644bf9 Added WATCH, UNWATCH, with doc and unit tests. 2010-09-12 23:29:14 +02:00
Nicolas Favre-Felix
46d5baa8ef Fixed HMSET with NULL values, added doc & tests. 2010-09-12 22:46:31 +02:00
Nicolas Favre-Felix
4647f0d149 Added new range support for ZRANGEBYSCORE, ZCOUNT. 2010-08-31 20:30:05 +02:00
Nicolas Favre-Felix
0a9f7d8866 Removed global variables. 2010-08-17 11:11:18 +02:00
Nicolas Favre-Felix
8b7de818d1 MULTI/EXEC updates and documentation. 2010-07-26 17:38:02 +02:00
Nicolas Favre-Felix
049727f3e6 Added ZCOUNT + tests & docs. 2010-07-23 10:29:32 +02:00
Nicolas Favre-Felix
6d6b1339e8 Added ZRANK, ZREVRANK. 2010-07-19 10:42:26 +02:00
Nicolas Favre-Felix
c27cc5b82f Added SRANDMEMBER, reported by Virtuall on IRC. 2010-07-19 09:53:43 +02:00
Nicolas Favre-Felix
958f1cb607 Added HMSET. 2010-06-30 15:48:13 +02:00
Nicolas Favre-Felix
7c8e45fb78 SETEX patch thanks to Zakay Danial. 2010-06-17 10:52:48 +02:00
Nicolas Favre-Felix
2fd9cc5b65 Fixed every last bug? 2010-05-26 19:30:36 +02:00
Nicolas Favre-Felix
bef5c9d2e6 Fixed HSET, added more tests. 2010-05-26 18:11:49 +02:00
Nicolas Favre-Felix
7811cbdf6c Ported fixes from master to "multi". 2010-05-26 11:52:58 +02:00
Nicolas Favre-Felix
6a7277a1ed Almost done, still a slight problem with HGETALL. 2010-05-18 17:04:37 +02:00
Nicolas Favre-Felix
068aca18b2 Better tests. 2010-05-17 17:50:29 +02:00
Nicolas Favre-Felix
14ab0858a9 Fixed HINCRBY. 2010-05-17 16:21:37 +02:00
Nicolas Favre-Felix
b9a1c75efa Converted many functions to the new protocol. 2010-05-17 14:21:52 +02:00
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