Commit Graph

  • e3417ace8e Merge pull request #234 from oylbin/master Michael Grunder 2012-08-19 12:03:41 -07:00
  • 97ad396c87 64bit compatibility problem oylbin 2012-08-20 01:37:53 +08:00
  • 22f455593a Add common.h to redis_session.c michael-grunder 2012-08-16 13:15:31 -07:00
  • 8e433c4794 Merge branch 'php-numencode' michael-grunder 2012-08-16 12:40:48 -07:00
  • a65b609201 fixed bug different type command returns rnamiki 2012-08-15 18:14:25 +09:00
  • 89bdaf22cb Remove a debug line michael-grunder 2012-08-08 16:20:19 -07:00
  • 5362d686ee Merge branch 'master' of github.com:nicolasff/phpredis michael-grunder 2012-08-08 16:13:56 -07:00
  • 691786bc7f Properly apply a prefix on sort(), sortAsc(), and sortDesc() methods with an included unit test to make sure it's working properly. michael-grunder 2012-08-08 16:09:57 -07:00
  • dedee1f7ae fix segfault when using persistent connections neon 2012-08-07 01:42:08 +07:00
  • f3dff08cfa Fix host|file condition in session backend. Nicolas Favre-Felix 2012-07-09 21:47:54 +01:00
  • a568029864 Actually remove the test for now michael-grunder 2012-07-06 10:19:49 -07:00
  • a7122c3664 Remove test for now michael-grunder 2012-07-06 10:10:18 -07:00
  • 0bd2e2cf37 Fix INCRBY/DECRBY for large values michael-grunder 2012-07-06 09:56:37 -07:00
  • d4c2c1c91a Add back nuked comment lines michael-grunder 2012-07-02 13:05:59 -07:00
  • 83f3440b88 PHP 5.4 number encode fix michael-grunder 2012-07-02 12:56:10 -07:00
  • 2b101e2332 Added a specific clause in the failure/failover logic for the TYPE command, as it will return a LONG response of ZERO if the key is not found. Given that other commands can actually return zero and are not failures, the specific check was needed. michael-grunder 2012-06-23 10:02:57 -07:00
  • 8af15d7c8b Added EXISTS as a read-only command, which sorts issue #206 michael-grunder 2012-06-23 09:08:47 -07:00
  • 889b2f2e9c RedisArray fixes michael-grunder 2012-06-22 17:07:34 -07:00
  • f1231c98e2 TIME command michael-grunder 2012-06-05 09:04:10 -07:00
  • f295c1c9d6 Allow integer keys for MSET michael-grunder 2012-06-04 23:58:01 -07:00
  • 21d6614215 Ensure that we have a string when adding k->v items. The value could be otherwise if it was unserialized (fixes issue #195) michael-grunder 2012-05-30 09:16:41 -07:00
  • 6510bd9649 Add MIGRATE documentation. Nicolas Favre-Felix 2012-05-29 22:47:33 +01:00
  • 82a5f70670 Merge branch 'master' of https://github.com/michael-grunder/phpredis into michael-grunder Nicolas Favre-Felix 2012-05-29 22:34:54 +01:00
  • d990b4c10a Merge branch 'master' of github.com:nicolasff/phpredis Nicolas Favre-Felix 2012-05-29 22:22:32 +01:00
  • 158d90b035 Fixing serializer initialization and destruction in PHP 5.4. maxbeutel 2012-05-23 15:32:38 +02:00
  • 8b1a64b43c TSRMLS_CC michael-grunder 2012-05-29 12:29:17 -07:00
  • c4fb26e2ac Merge remote-tracking branch 'upstream/master' michael-grunder 2012-05-29 10:37:49 -07:00
  • 8283007248 MIGRAGE command michael-grunder 2012-05-29 10:37:45 -07:00
  • 4169dc2519 Add missing TSRMLS_CC. Nicolas Favre-Felix 2012-05-29 12:09:16 +01:00
  • 38e2cca3cf Merge branch '0-reconnect-select' Nicolas Favre-Felix 2012-05-27 22:25:16 +01:00
  • 2e70c5a5a9 Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-reconnect-select Nicolas Favre-Felix 2012-05-27 22:24:58 +01:00
  • bcabe601b2 Fix EOLs Nicolas Favre-Felix 2012-05-27 22:14:03 +01:00
  • c800d20918 Merge branch 'michael-grunder' Nicolas Favre-Felix 2012-05-27 22:13:02 +01:00
  • 74729aa01b Merge branch 'master' of https://github.com/michael-grunder/phpredis into michael-grunder Nicolas Favre-Felix 2012-05-27 22:08:09 +01:00
  • c12a8738be Use module API version instead of PHP_MAJOR/MINOR version. Fix char as argument maxbeutel 2012-05-23 15:29:54 +02:00
  • 72a041c7f8 use helper for converting from double to string, use _ex version of _php_math_number_format_ex for PHP 5.4 maxbeutel 2012-05-23 13:35:58 +02:00
  • c1bc92bf48 replace remaining occurences of _php_math_number_format maxbeutel 2012-05-23 12:08:37 +02:00
  • 0081e4dfce added testcase maxbeutel 2012-05-23 11:27:35 +02:00
  • 2e1a03c7be fix problem upon converting score to string maxbeutel 2012-05-23 10:11:40 +02:00
  • e15fcfc299 Fixed doc formatting michael-grunder 2012-05-21 12:13:46 -07:00
  • fe02d5d89e Removed unused code and updated unit tests to use === comparison instead of ==. In addition, removed string conversion conditional as per Nicolasff michael-grunder 2012-05-20 16:59:51 -07:00
  • 6a533797e0 Added PIPELINE/MULTI unit test for EVAL, updated docs with new commands michael-grunder 2012-05-20 16:22:01 -07:00
  • 568aad3e4b Remove exclusion code from unit test michael-grunder 2012-05-19 15:10:18 -07:00
  • e89d38554a Fix segfault in _unserialize when we get badly formed data michael-grunder 2012-05-19 15:08:11 -07:00
  • f00ed2aad8 Unit tests for EVAL, EVALSHA, DUMP, RESTORE, _unserialize, and _prefix michael-grunder 2012-05-19 13:47:17 -07:00
  • 0ca8a1df21 Merge remote-tracking branch 'upstream/master' michael-grunder 2012-05-17 14:48:31 -07:00
  • f8f552e3b2 Cleaner handling of large values on 32-bits. Nicolas Favre-Felix 2012-05-17 22:45:32 +01:00
  • 74675fb774 Fix for 32-bit integer overflows on large timeouts Nicolas Favre-Felix 2012-05-17 22:16:36 +01:00
  • 2c1875cebd Add BITCOUNT. Nicolas Favre-Felix 2012-05-17 21:48:44 +01:00
  • 2a3a7eac92 Add GITOP. Nicolas Favre-Felix 2012-05-17 21:44:19 +01:00
  • ca7868dae8 Use PING type response for dump, so we never serialize michael-grunder 2012-05-16 15:37:02 -07:00
  • 048e4b2de8 getLastError method michael-grunder 2012-05-11 17:58:54 -07:00
  • dc36368624 _prefix, _unserialize methods michael-grunder 2012-05-10 16:17:47 -07:00
  • d1d5a3152b Remove unused code, properly return eval command length michael-grunder 2012-05-10 15:13:31 -07:00
  • d18388b3a0 DUMP, RESTORE commands michael-grunder 2012-05-10 14:45:48 -07:00
  • 96af61b109 SCRIPT command michael-grunder 2012-05-10 13:28:08 -07:00
  • 9c9c63fb46 Initial commit of EVAL and EVALSHA michael-grunder 2012-05-09 17:48:11 -07:00
  • db3c3c5d2a Added SELECT after reconnect Dmitri Iouchtchenko 2012-05-08 22:50:36 -04:00
  • 56015f13d7 Merge pull request #179 from michael-grunder/master Nicolas Favre-Felix 2012-05-08 03:18:49 -07:00
  • b61ae6ab45 Shorten line for formatting documentation michael-grunder 2012-05-07 11:46:56 -07:00
  • 98a0399dc0 Updated documentation to include INCRBYFLOAT, HINCRBYFLOAT and the new optional argument to INFO michael-grunder 2012-05-07 11:44:03 -07:00
  • 807f9cc8e5 Merge pull request #177 from michael-grunder/master Nicolas Favre-Felix 2012-05-07 02:10:26 -07:00
  • c9dbfeb29d Added optional string parameter to INFO michael-grunder 2012-05-06 17:55:50 -07:00
  • ad7de59d80 Merge pull request #175 from michael-grunder/master Nicolas Favre-Felix 2012-05-06 07:07:38 -07:00
  • d66c893e01 Updated redis_cmd_format_static to specifically take a long, and changed PEXIPREAT to use a long rather than an int michael-grunder 2012-05-05 13:45:50 -07:00
  • 3b87da6343 Remove unused vars, commented code for HINCRBYFLOAT michael-grunder 2012-05-04 18:26:47 -07:00
  • 24c1023de8 Fix data type for HINCRBYFLOAT unit test michael-grunder 2012-05-04 13:11:41 -07:00
  • d59b53b6b5 Implemented INCRBYFLOAT and HINCRBYFLOAT michael-grunder 2012-05-04 12:12:03 -07:00
  • 3160a64a17 Fix missing TSRMLS_CC in send_discard_static. Nicolas Favre-Felix 2012-05-03 08:55:16 +01:00
  • 00b5784e8c Add test for GitHub issue #118. Nicolas Favre-Felix 2012-04-29 18:48:50 +01:00
  • 5d66758aa7 Fix destructor issue. Nicolas Favre-Felix 2012-04-29 18:38:48 +01:00
  • 4a787f7675 Merge branch 'master' of https://github.com/michael-grunder/phpredis into michael-grunder Nicolas Favre-Felix 2012-04-29 18:38:48 +01:00
  • 8d67222370 Convert first parameter to ZADD to string. Nicolas Favre-Felix 2012-04-29 18:36:01 +01:00
  • 3efa6f4ce8 Fix typo. Nicolas Favre-Felix 2012-04-29 18:22:01 +01:00
  • 261c5734fd Add PEXPIREAT. Nicolas Favre-Felix 2012-04-29 18:18:58 +01:00
  • 7bff3ddd15 Add PTTL. Nicolas Favre-Felix 2012-04-29 18:17:45 +01:00
  • fe8e2fbebc Add PEXPIRE. Nicolas Favre-Felix 2012-04-29 18:15:12 +01:00
  • 171a9699ec Add PSETEX. Nicolas Favre-Felix 2012-04-29 18:13:20 +01:00
  • ee3a23acd2 Added nothrow option to redis_sock_get michael-grunder 2012-04-27 11:52:50 -07:00
  • 950765ef8a Documentation fix. Nicolas Favre-Felix 2012-04-24 12:45:23 +01:00
  • c265627536 Add missing documentation for ECHO. Nicolas Favre-Felix 2012-04-16 13:18:52 +01:00
  • c4a5370a82 Add ECHO. Nicolas Favre-Felix 2012-04-16 13:16:27 +01:00
  • 882c7dc92b Tagged 2.2.1 2.2.1 Nicolas Favre-Felix 2012-04-09 17:04:56 +01:00
  • 438dbe3426 Merge branch 'master' into michael-grunder-master Nicolas Favre-Felix 2012-04-09 10:31:09 +01:00
  • 80767ee314 Fixed smembers test Nicolas Favre-Felix 2012-04-09 10:30:58 +01:00
  • d717e142cd Merge branch 'master' of https://github.com/michael-grunder/phpredis into michael-grunder-master Nicolas Favre-Felix 2012-04-09 10:17:35 +01:00
  • 34a5ef3b33 Merge pull request #160 from CoolCold/master Nicolas Favre-Felix 2012-04-09 02:04:53 -07:00
  • 9dd923ebe3 updating debianization Roman Ovchinnikov 2012-04-02 20:46:18 +04:00
  • e1a65fda48 Merge pull request #156 from Breathless/master 2.2.0 Nicolas Favre-Felix 2012-04-03 01:46:47 -07:00
  • 42e2c340a5 Correct debian package filename. Unified php5/conf.d support. BreathLess 2012-04-02 16:32:45 +04:00
  • 199d5e696f Fix issue with interned igbinary strings. Nicolas Favre-Felix 2012-03-15 00:04:48 +00:00
  • ae147cfaed Add missing checks for sessions in igbinary.c Nicolas Favre-Felix 2012-03-12 07:33:50 +00:00
  • 32e8d4143c More fixes for PHP 5.4 Nicolas Favre-Felix 2012-03-12 07:05:30 +00:00
  • 9577b82bc3 Add conditional on include of php_session.h Nicolas Favre-Felix 2012-03-11 23:56:08 +00:00
  • f8c8ab24c3 Fix compilation issue with PHP 5.4 Nicolas Favre-Felix 2012-03-11 16:17:59 +00:00
  • 4cf7677d05 Make sure stream exists when checking for EOF. Nicolas Favre-Felix 2012-03-11 13:40:16 +00:00
  • c18dcca608 Merge pull request #141 from rjack/patch-1 Nicolas Favre-Felix 2012-03-06 02:27:49 -08:00
  • 29eca3fdef README: fix rPop Giacomo Ritucci 2012-03-06 11:23:32 +01:00
  • 2544afb1fc Move latent DISCARD into stuff into a proper __destruct(or) michael-grunder 2012-02-27 14:04:53 -08:00
  • 8ebb811294 Fix for issue #134 (missing port for sessions). Nicolas Favre-Felix 2012-02-27 13:47:19 +00:00