Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-06-05TIME commandmichael-grunder
2012-06-05Allow integer keys for MSETmichael-grunder
2012-05-28Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-recon...Nicolas Favre-Felix
2012-05-28Fix EOLsNicolas Favre-Felix
2012-05-21Removed unused code and updated unit tests to use === comparison instead of =...michael-grunder
2012-05-21Added PIPELINE/MULTI unit test for EVAL, updated docs with new commandsmichael-grunder
2012-05-20Remove exclusion code from unit testmichael-grunder
2012-05-20Fix segfault in _unserialize when we get badly formed datamichael-grunder
2012-05-20Unit tests for EVAL, EVALSHA, DUMP, RESTORE, _unserialize, and _prefixmichael-grunder
2012-05-09Added SELECT after reconnectDmitri Iouchtchenko
2012-05-07Added optional string parameter to INFOmichael-grunder
2012-05-05Remove unused vars, commented code for HINCRBYFLOATmichael-grunder
2012-05-05Fix data type for HINCRBYFLOAT unit testmichael-grunder
2012-05-04Implemented INCRBYFLOAT and HINCRBYFLOATmichael-grunder
2012-04-29Add test for GitHub issue #118.Nicolas Favre-Felix
2012-04-29Convert first parameter to ZADD to string.Nicolas Favre-Felix
2012-04-16Add ECHO.Nicolas Favre-Felix
2012-04-09Fixed smembers testNicolas Favre-Felix
2012-03-15Fix issue with interned igbinary strings.Nicolas Favre-Felix
2011-12-30Fixed issue with HDEL in serialize mode.Nicolas Favre-Felix
2011-12-29Make Redis Array tests work on 32-bit.Nicolas Favre-Felix
2011-12-26Fixed weight type issue in ZUNION.Nicolas Favre-Felix
2011-12-13Make sure publish() can be called in a pipeline.Nicolas Favre-Felix
2011-12-12Fixed crash on ZREM with missing parameter.Nicolas Favre-Felix
2011-12-12Added unit test for key distribution function.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-11-27Converted array tests to new formatNicolas Favre-Felix
2011-11-27Fixed unit tests.Nicolas Favre-Felix
2011-11-09Fixed issue with ZSCORE in MULTI/EXEC context.Nicolas Favre-Felix
2011-11-04Bugfix for hgetall used with serializer.Nicolas Favre-Felix
2011-10-10Fixed GitHub issues #57 and #58.Nicolas Favre-Felix
2011-10-02Fixed ZADD parameter handling (Issue #55).Nicolas Favre-Felix
2011-09-18Use less memory in array unit testsNicolas Favre-Felix
2011-09-18Added memory test.Nicolas Favre-Felix
2011-09-18Added missing arrays.markdown and renamed testsNicolas Favre-Felix
2011-09-05Memory fixes.Nicolas Favre-Felix
2011-09-04Check for memory error, not fixed yetNicolas Favre-Felix
2011-09-04More key locality tests, including a custom matching functionNicolas Favre-Felix
2011-09-04Added more unit testsNicolas Favre-Felix
2011-09-04Multi/Exec support for MGET, MSET, and DEL.Nicolas Favre-Felix
2011-09-04Multi/exec, per node.Nicolas Favre-Felix
2011-08-28Added INI loaderNicolas Favre-Felix
2011-08-28Better constructorNicolas Favre-Felix
2011-08-28Added rehashing and re-reading after redistributionNicolas Favre-Felix
2011-08-28Fixes to rehashing testNicolas Favre-Felix
2011-08-28Refactoring the rehashing tests in PHPUnit format.Nicolas Favre-Felix
2011-08-28Rehashing callbackNicolas Favre-Felix
2011-08-19Added function to move sorted sets across instances.Nicolas Favre-Felix
2011-08-19Added function to move hashes across instances.Nicolas Favre-Felix
2011-08-19Added function to move lists across instances.Nicolas Favre-Felix