365 Commits

Author SHA1 Message Date
Nicolas Favre-Felix 43bc590502 version bump after tagging mistake 2.1.3 2011-05-20 21:50:53 +02:00
Nicolas Favre-Felix b1f9a726c3 Version bump to 2.1.1 2011-05-20 21:48:42 +02:00
Nicolas Favre-Felix 3d8752599b Use the PHP allocator. 2011-05-20 21:48:35 +02:00
Nicolas Favre-Felix dd93ab0d11 Missing va_start. 2011-05-20 21:48:35 +02:00
Nicolas Favre-Felix 120ffee41c Making sure licensing is clear. 2011-05-20 21:47:19 +02:00
Ilia Alshanetsky 053d62d506 Significantly optimize the redis_cmd_format_static() and redis_cmd_format() routines. In test cases the performance increase is 3-10 fold for these operations 2011-05-18 12:25:35 -04:00
Nicolas Favre-Felix 765b9a7f41 Added BRPOPLPUSH. 2011-04-28 13:03:43 +02:00
Nicolas Favre-Felix 1eef6a6e01 Fixed LIMIT input for sorts. 2011-04-25 22:41:43 +02:00
Nicolas Favre-Felix d8de200634 Fix #10, AUTH with session handler. 2011-04-15 12:38:16 +02:00
Nicolas Favre-Felix d19379cfb0 Fix #009, blPop leaking memory. 2011-04-15 12:15:35 +02:00
Nicolas Favre-Felix 35e6bc7bdb OBJECT command documentation. 2.1.2 2011-04-06 14:34:43 +02:00
Nicolas Favre-Felix fbdf65c75c Added OBJECT command. 2011-04-06 14:32:39 +02:00
Nicolas Favre-Felix 6f6c4ff418 Fixed ZTS macros. 2011-04-04 12:28:15 +02:00
Nicolas Favre-Felix 2bf4a70534 Reverted changes due to merge. 2011-03-30 13:44:43 +02:00
Nicolas Favre-Felix 9c8e501a6b Reverted changes due to merge. 2011-03-30 13:43:44 +02:00
Nicolas Favre-Felix 99af20e3ef ported change to RENAMENX from upstream Redis. 2011-03-30 13:37:23 +02:00
Nicolas Favre-Felix 80021205e0 Merge branch 'master' of github.com:nicolasff/phpredis 2011-03-30 13:35:54 +02:00
Nicolas Favre-Felix 90ecd1798d Moved repository. 2011-03-15 15:45:16 +01:00
Nicolas Favre-Felix 569aece1ba Changed contact details. 2011-03-15 07:44:54 -07:00
Nicolas Favre-Felix 5a07edc292 Custom session prefix. 2011-03-06 17:24:34 +01:00
Nicolas Favre-Felix ba3551b224 Change contact email. 2011-02-28 12:14:59 +01:00
Nicolas Favre-Felix 393cfb0c8e Fix KEYS when serializer is enabled. 2011-02-22 09:50:59 +01:00
Nicolas Favre-Felix b0d65a4f14 Added link to Macports article. 2011-02-21 09:07:26 +01:00
Nicolas Favre-Felix cf534ab646 Updated doc with ini setup. 2011-02-17 12:14:48 +01:00
Nicolas Favre-Felix f717ac07a0 HINCRBY bugfix + unit test. 2011-02-15 09:45:47 +01:00
Nicolas Favre-Felix 3d08f295c5 Fix problem related to issue 91. 2011-02-14 15:12:15 +01:00
Nicolas Favre-Felix ed61e0f893 Fix for issue #91, numeric hash fields. 2011-02-13 14:41:35 +01:00
Nicolas Favre-Felix a086b0e55b Add missing ZREMRANGEBYRANK + doc, tests. 2011-01-24 16:26:40 +01:00
Nicolas Favre-Felix 426609531f Add HSETNX. 2011-01-24 16:08:09 +01:00
Nicolas Favre-Felix 04e277db04 Documentation fixes, thanks Tit Petric for the report. 2011-01-24 15:58:23 +01:00
Nicolas Favre-Felix 8c83275515 removed dead code. 2.1.0 2011-01-20 14:40:21 +01:00
Nicolas Favre-Felix a15d84cb76 Added MSETNX. 2011-01-20 14:35:54 +01:00
Nicolas Favre-Felix 5c4d937a47 Removed test failing with old versions of Redis. 2011-01-20 14:31:55 +01:00
Nicolas Favre-Felix e7dfc24108 Avoid duplicating igbinary module declaration. 2011-01-19 17:40:06 +01:00
Nicolas Favre-Felix 04d6237d2a Fix for PHP-trunk (5.4) 2011-01-19 17:39:41 +01:00
Nicolas Favre-Felix 0a8c7fa2d1 Support larger integers on 32-bit systems. 2011-01-17 10:20:06 +01:00
Nicolas Favre-Felix e055335cd0 Bigint support in HINCRBY, test fixes. 2011-01-16 15:45:36 +01:00
Nicolas Favre-Felix 9ee596c186 Change version to 2.1.0 2011-01-14 12:39:42 +01:00
Nicolas Favre-Felix 75775bfa80 Add persistence in session handler. 2011-01-14 11:35:51 +01:00
Nicolas Favre-Felix 2488c15c8e Add UNIX socket support in session handler. 2011-01-14 11:31:56 +01:00
Nicolas Favre-Felix 5f6aef47fb Add missing doc for close() 2011-01-14 11:19:04 +01:00
Nicolas Favre-Felix fd03564301 Fix prefix problems with hashes, add more tests. 2011-01-14 10:32:59 +01:00
Nicolas Favre-Felix 392150ef70 Added aliases to all functions with names differing from original Redis commands. 2011-01-02 23:10:27 +01:00
Nicolas Favre-Felix 84a33ef487 Added Redis requirements for session handler. 2010-12-29 12:25:23 +01:00
Nicolas Favre-Felix de57b9cab8 Prefix fixes. 2010-12-28 15:11:27 +01:00
Nicolas Favre-Felix fb0e413252 Removed unused files. 2010-12-28 15:09:13 +01:00
Nicolas Favre-Felix d93b1352c3 Added ZREVRANGEBYSCORE. 2010-12-28 14:54:30 +01:00
Nicolas Favre-Felix 4c237c7fb3 Added prefix support for varg commands (DEL...) 2010-12-28 14:33:55 +01:00
Nicolas Favre-Felix 2e7e610640 Added key prefix. 2010-12-28 14:12:59 +01:00
Nicolas Favre-Felix b1142fe27e Merge branch 'master' into serializer
Conflicts:
	library.c
2010-12-28 12:04:36 +01:00