3419 Commits

Author SHA1 Message Date
Nicolas Favre-Felix beabde7598 Added TCP_NODELAY, suggested by Daniele Alessandri. 2010-07-18 14:47:39 +02:00
Nicolas Favre-Felix 5bdb90cd98 Fixed float format (thanks to brstgt). 2010-07-17 12:29:32 +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
Nasreddine Bouafif 43b43fce7b publish/subscribe/unsubscribe implementation, fiw warnings 2010-06-11 13:31:50 +02:00
Nicolas Favre-Felix c6a510af7c Fixed documentation for LPUSH, RPUSH. 2010-05-27 10:03:32 +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 a438fd6844 Fixed crash. 2010-05-25 15:14:19 +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 9fabfa68f3 More functions use the new protocol, bugfixes. 2010-05-17 15:49:53 +02:00
Nicolas Favre-Felix 8f2ad94eef Fixed MULTI/EXEC bug with ZRANGE. 2010-05-17 15:30:01 +02:00
Nicolas Favre-Felix b9a1c75efa Converted many functions to the new protocol. 2010-05-17 14:21:52 +02:00
Nicolas Favre-Felix 576dd065e0 More MULTI/EXEC/PIPELINE fixes. 2010-05-13 17:58:49 +02:00
Nicolas Favre-Felix a8558c777a More tests for MULTI/EXEC/PIPELINE 2010-05-13 17:19:22 +02:00
Nicolas Favre-Felix 984faefcef SAVE, LASTSAVE, BGSAVE, FLUSHDB, FLUSHALL, DBSIZE now work with MULTI/pipeline. 2010-05-13 16:50:47 +02:00
Nicolas Favre-Felix e28aaa21e0 Fixed small leak and assert error. 2010-05-12 19:14:50 +02:00
Nicolas Favre-Felix b9aaaa74f2 Working better, cleaned a lot of leaks. 2010-05-12 19:03:43 +02:00
Nicolas Favre-Felix f6de217ea0 MULTI/EXEC and pipeline working for the first time. 2010-05-12 17:07:03 +02:00
Nicolas Favre-Felix c731c80c32 Fixed bounds overflow which was corrupting free(). 2010-04-22 19:37:05 +02:00
Nicolas Favre-Felix db289e3c03 More work on the pipeline, with tests. 2010-04-22 19:09:36 +02:00
Nicolas Favre-Felix 3c55eac00c Editor issues... 2010-04-22 17:53:57 +02:00
Nicolas Favre-Felix f6829ca36c Merge commit '319a14668b7425daef68aba7ef42092c5744e33e' into multi 2010-04-22 17:50:40 +02:00
Nicolas Favre-Felix 721601e74f Merge from master 2010-04-22 17:10:35 +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 fbfe6f48fd Fixed more MULTI/EXEC code. 2010-04-22 14:29:40 +02:00
Nicolas Favre-Felix 1bcfb28110 Removed comments in C++ style. 2010-04-22 13:39:45 +02:00
Nicolas Favre-Felix 31c42af8f1 Crash fix. 2010-04-22 13:34:58 +02:00
Nicolas Favre-Felix 42b1814241 Revert "Big cleanup."
This reverts commit 958eb7c821.
2010-04-22 12:28:59 +02:00
Nicolas Favre-Felix 958eb7c821 Big cleanup. 2010-04-22 12:28:36 +02:00
Nicolas Favre-Felix 9ddf5fc6a9 Big cleanup. 2010-04-22 12:26:04 +02:00
Nasreddine Bouafif e7c67ccf42 refactoring commands 2010-04-22 11:01:18 +02:00
Nasreddine Bouafif cb5271801f tests 2010-04-09 08:37:54 +02:00
Nasreddine Bouafif 7e6d762ea0 Pipeline : refactoring using macro (need to validate/refactor all the commands) 2010-04-08 18:37:51 +02:00
Nasreddine Bouafif f85449145b Pipeline for commands : lPop, rPop, lRemove, listTrim, lindex, lgetrange, sAdd, sCard, sRem, sMove, sPop, sMembers, sortASC, sortAscAlpha, sortDesc, sortDescAlpha, setTimeout, expireAt, lSet, TTL, mSet, rpoplpush, zAdd, delete, zremrangebyscore, zrevrange, zcard, zscore, zincrby, zscore, hset, hget, hLen, hDel, hExists, hKeys, hVals, hGetAll, hIncrBy 2010-04-08 01:42:26 +02:00
Nasreddine Bouafif 0c16940dbf Activating pipeline for command (set, setnx, getSet, get, randomKey, renameKey, renameNx, add, ping, incr, decr, exists) 2010-04-07 18:00:02 +02:00
Nasreddine Bouafif f17006de69 Pipeline process implementation : need to impact the modifications on the rest of functions and clean some memory leaks. 2010-04-07 16:39:42 +02:00
Nasreddine Bouafif f4af354475 re-organize code, init pipeline 2010-04-01 18:58:02 +02:00
Nasreddine Bouafif 5646f10e82 fix warnings, clean 2010-04-01 12:23:57 +02:00
Nasreddine Bouafif 760cb1ebc5 Multi/Exec 2010-04-01 10:05:59 +02:00
Nasreddine Bouafif 8017bf7cbb zInter/zUnion doc. 2010-03-18 11:47:45 +01: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
Nasreddine Bouafif 67c4f0684b doc argument fix. 2010-03-17 19:01:29 +01:00
Nasreddine Bouafif 1dd54ad00b Merge branch 'master' of git@github.com:owlient/phpredis 2010-03-17 18:57:12 +01:00
Nasreddine Bouafif f2ad04deea zUnion & zInter documentation. 2010-03-17 18:56:43 +01:00