Commit Graph

  • 78ad4cb51a update sonatype version Jonathan Leibiusky 2012-05-10 11:59:31 -03:00
  • f4b0c2c02c changes in pom Jonathan Leibiusky 2012-05-10 11:39:19 -03:00
  • ebbaa145a8 Configuring POM for GitHub project Jonathan Leibiusky 2012-05-10 11:06:41 -03:00
  • ea03bd46d0 version bump Jonathan Leibiusky 2012-05-10 11:00:08 -03:00
  • 4f5acab0fb Merge branch 'Issue242' of git://github.com/ivowiblo/jedis into issue242 Jonathan Leibiusky 2012-05-06 19:47:00 -03:00
  • 457cccc9c4 Merge branch 'Issue221' of https://github.com/ivowiblo/jedis into issue221 Jonathan Leibiusky 2012-05-06 19:30:37 -03:00
  • 42f19c7322 Merge branch 'pipeline_multi' of https://github.com/ivowiblo/jedis into pipeline_multi Jonathan Leibiusky 2012-05-06 19:20:44 -03:00
  • 129e358c9d Now methods accepting infinit and exclusions are supported as String and byte[] overloads ivowiblo 2012-05-03 23:30:44 -04:00
  • d526a32b12 Pipeline.exec() now returns a response ivowiblo 2012-04-29 02:55:22 -04:00
  • d84ffdd8bc Format improved ivowiblo 2012-04-29 02:48:11 -04:00
  • 6bc2ac0a4f Pipeline supports Multi. Issue #251 is fixed. ivowiblo 2012-04-29 02:43:39 -04:00
  • 5244d82450 Merge branch 'Object' of git://github.com/ivowiblo/jedis Jonathan Leibiusky 2012-04-23 23:00:13 -03:00
  • 05503212aa Merge branch 'variadic' of git://github.com/ivowiblo/jedis into variadic Jonathan Leibiusky 2012-04-23 21:00:29 -03:00
  • 3da2f2dd57 Merge branch 'slowlog' of git://github.com/ivowiblo/jedis into slowlog Jonathan Leibiusky 2012-04-23 20:35:55 -03:00
  • 618bbec738 Merge pull request #247 from AlanKrueger/jedis Eric Hauser 2012-04-19 16:54:48 -04:00
  • 094023a7ce make gradlew executable Eric Hauser 2012-04-19 16:53:06 -04:00
  • f1a4b7a2bf Merge pull request #246 from AlanKrueger/jedis Eric Hauser 2012-04-19 16:50:51 -04:00
  • 5a6d98ac56 fix broken instance reference to protocol Eric Hauser 2012-04-19 16:48:18 -04:00
  • 94e3d25ab8 Merge pull request #211 from raszi/9d4d11ef466d7a890e763bb1b98b044e3d8635b4 Eric Hauser 2012-04-19 11:51:29 -07:00
  • 7b6ede8cd6 Merge pull request #285 from tom-martin/patch-1 Eric Hauser 2012-04-19 11:49:43 -07:00
  • dbd7c8b53f Fix NPE in BuilderFactory for Double. Tom Martin 2012-04-19 13:38:40 +02:00
  • c765bc3910 Style refactor ivowiblo 2012-04-19 03:04:06 -04:00
  • e008f403b1 SLOWLOG RESET is fixed ivowiblo 2012-04-19 02:59:52 -04:00
  • d5c2b9965c Slowlog commands. The unit test is failing. ivowiblo 2012-04-19 02:53:26 -04:00
  • dd88c51db8 Tests for Variadic commands ivowiblo 2012-04-19 01:51:02 -04:00
  • d102ccf1b9 Object commands are supported ivowiblo 2012-04-19 00:32:23 -04:00
  • f3dbc65bd1 Merge branch 'scriptsupport' of git://github.com/ivowiblo/jedis into ivowiblo-scriptsupport Jonathan Leibiusky 2012-04-18 18:10:45 -03:00
  • 8aca0b77f9 Variadic commands ivowiblo 2012-04-18 15:22:43 -04:00
  • e4f7f61d00 Pipeline.sort with dstkey uses right Response type ivowiblo 2012-04-18 00:33:20 -04:00
  • ded776f859 Pool.java back to the original ivowiblo 2012-04-18 00:27:00 -04:00
  • e8c27e0d15 Jedis does support lpushx and rpushx Ivo Ramirez 2011-12-21 06:19:05 +01:00
  • 088f84b6b2 Extra space is removed ivowiblo 2012-04-17 21:37:33 -04:00
  • 75e52b9a26 z*range commands now receive long instead of int. #242 Ivo Ramirez 2011-12-22 22:40:36 +01:00
  • 0f978f5236 Unused import is removed ivowiblo 2012-04-17 21:13:37 -04:00
  • d136225281 remove unused import Jonathan Leibiusky 2012-04-17 18:45:31 -03:00
  • caac6480ac Merge branch 'variadic_arg_support' of git://github.com/shaofengniu/jedis into shaofengniu-variadic_arg_support Jonathan Leibiusky 2012-04-17 18:40:17 -03:00
  • aa05406e4a Merge branch 'patch-1' of git://github.com/thesmith/jedis into thesmith-patch-1 Jonathan Leibiusky 2012-04-17 18:35:36 -03:00
  • b2648381e2 Merge branch 'Issue171' of git://github.com/ivowiblo/jedis into ivowiblo-issue171 Jonathan Leibiusky 2012-04-17 18:30:30 -03:00
  • d18c77d56f Merge branch 'select_pipeline' of git://github.com/ivowiblo/jedis into ivowiblo-select_pipeline Jonathan Leibiusky 2012-04-17 18:24:59 -03:00
  • f632182657 update how to run tests Jonathan Leibiusky 2012-04-17 18:09:16 -03:00
  • 53f829fb10 JedisPool accepts BinaryJedis as a resource for return. Issue #171 Ivo Ramirez 2011-12-21 06:56:56 +01:00
  • c9b413c323 Select support to pipeline. Thanks to @ib84 ivowiblo 2012-04-17 16:40:54 -04:00
  • 9e13233bbf DS_Store files removed ivowiblo 2012-04-17 16:06:03 -04:00
  • df75c72825 Eval and Evalsha api improved ivowiblo 2012-04-14 22:54:43 -03:00
  • ef08981ba3 add makefile to run tests easier Jonathan Leibiusky 2012-04-14 10:44:40 -03:00
  • df1dfce327 SCRIPT KILL command fixed Ivo Ramirez 2011-12-15 18:44:44 +01:00
  • 9bf19c6237 Binary scripting API is tested Ivo Ramirez 2011-12-15 17:56:14 +01:00
  • 96d405a6e3 scripting support ivowiblo 2012-04-14 09:10:00 -03:00
  • 3c86ebcd36 Script commands are supported. Ivo Ramirez 2011-12-15 17:45:14 +01:00
  • 9dc89626ac Eval and Evalsha is now supported Ivo Ramirez 2011-12-15 15:51:45 +01:00
  • be163acd52 Merge remote-tracking branch 'upstream/master' ivowiblo 2012-04-14 01:10:26 -03:00
  • df3c57940a Fixing Sharded Pipeline as the zrange should be built with a STRING_ZSET Ben Smith 2012-03-23 17:02:16 +00:00
  • f010bc0f32 add variadic arguments support to lpush and rpush Shaofeng Niu 2012-02-14 17:42:06 +08:00
  • 4d6f4c7a94 add Eclipse support Alan Krueger 2011-12-23 12:53:48 -06:00
  • 12a1a70d39 update Gradle support Alan Krueger 2011-12-23 12:56:05 -06:00
  • 72ca494362 add missing command to Transaction, BinaryTransaction and Pipeline Jonathan Leibiusky 2011-12-23 12:31:32 -03:00
  • 6f4a32d2a1 add select to transaction Jonathan Leibiusky 2011-12-23 11:44:39 -03:00
  • f3a5d62e2b Issue #158 is fixed: Response.get() returns null if redis returned null (i.e. when using zscore for a non existing member) ivos 2011-12-14 05:43:52 +01:00
  • fb723db86d Issue #158 is fixed: Response.get() returns null if redis returned null (i.e. when using zscore for a non existing member) ivos 2011-12-14 05:43:52 +01:00
  • b17692ad9a Pipeline uses wrong response builder for get and getSet Hamza Kaya 2011-09-16 16:31:27 +00:00
  • 79965d5d0a Merge remote branch 'raszi/findbugs' Jonathan Leibiusky 2011-12-13 19:16:14 -03:00
  • cb1b19b5d4 Merge branch 'master' of https://github.com/ivowiblo/jedis Jonathan Leibiusky 2011-12-13 18:08:17 -03:00
  • f27f809fa3 Merge pull request #208 from yaourt/brokenShardedTestFix Jonathan Leibiusky 2011-12-13 13:03:10 -08:00
  • d97f30a01a Pipeline tests are authenticated. bgrewriteaof command test now supports scheduled status. ivos 2011-12-13 21:33:14 +01:00
  • 04f603820f fixed some FindBugs errors KARASZI István 2011-09-26 17:05:39 +02:00
  • 9d4d11ef46 no need to instantiate the Protocol class that can be static KARASZI István 2011-09-26 15:37:15 +02:00
  • f82fb50897 Update ShardedJedisPipelineTest class name. Yaourt 2011-09-16 22:40:39 +02:00
  • dcba7bd3b3 Rename test : Shar<>edJedisPipelineTest to ShardedJedisPipelineTest Yaourt 2011-09-16 17:23:59 +02:00
  • fd0c57599c Fix broken test due to missing authent Yaourt 2011-09-16 17:22:59 +02:00
  • b7ee1fe29a Merge pull request #189 from vsoskov/jedis Eric Hauser 2011-09-13 23:08:20 -04:00
  • bb806ae066 Merge pull request #154 from ewhauser/jedis Eric Hauser 2011-09-12 23:13:18 -04:00
  • fe87266a53 Merge pull request #163 from grdmitro/jedis Eric Hauser 2011-09-12 23:07:45 -04:00
  • 90dd6a1068 Merge pull request #168 from kevinsawicki/jedis Eric Hauser 2011-09-12 23:06:24 -04:00
  • 7803f5b0df Merge pull request #170 from kevinsawicki/jedis Eric Hauser 2011-09-12 22:58:43 -04:00
  • 7b24682def Merge pull request #173 from kevinsawicki/jedis Eric Hauser 2011-09-12 22:57:16 -04:00
  • e9d8886eb2 Merge pull request #197 from michaelcameron/jedis Eric Hauser 2011-09-12 22:53:30 -04:00
  • dba5e2c3d4 Merge pull request #199 from sehugg/jedis Eric Hauser 2011-09-12 22:49:12 -04:00
  • a9ef10bb00 fix ignore that was placed on wrong test Eric Hauser 2011-09-12 22:48:58 -04:00
  • a688c610ae wjw465150 add socket performance wjw465150 2011-08-30 17:23:49 +08:00
  • 3e8ac6e094 Merge pull request #207 from ewhauser/feature/ignore-broken-pubsub-test Eric Hauser 2011-09-12 19:41:21 -07:00
  • b178e25d37 ignoring broken test until jonathon can comment on the correct logic Eric Hauser 2011-09-12 22:38:39 -04:00
  • e55eed4ef2 Merge pull request #205 from ewhauser/feature/ignore-intellij-files Eric Hauser 2011-09-09 22:03:40 -07:00
  • 420192ba05 adding intellij generated files to .gitignore Eric Hauser 2011-09-10 00:57:58 -04:00
  • 9d48a07c3e Merge pull request #166 from kevinsawicki/patch-1 Jonathan Leibiusky 2011-08-31 05:30:22 -07:00
  • 8a5948a84a Merge pull request #167 from kevinsawicki/docs Jonathan Leibiusky 2011-08-31 05:29:37 -07:00
  • ef3a532902 Merge pull request #172 from kevinsawicki/docs2 Jonathan Leibiusky 2011-08-31 05:28:51 -07:00
  • c9d856c122 Merge pull request #193 from gigq/master Jonathan Leibiusky 2011-08-31 05:22:28 -07:00
  • fb33b262e4 Add ability to specify database number in pool config Michael Cameron 2011-08-26 16:47:37 -05:00
  • 0aab8cb63b Fixed comments in exists, return values were incorrect Justin Sanders 2011-08-16 11:15:07 -04:00
  • ec0b58e183 fixing Issue 188 - Pipline.syncAndReturnAll changes Vladimir Soskov 2011-07-31 20:28:51 -07:00
  • 22d4d3fc53 fixing Issue 188 Vladimir Soskov 2011-07-31 19:50:16 -07:00
  • 3abaf71e0a Mark inner classes static that don't reference parent class. Kevin Sawicki 2011-06-29 09:34:57 -07:00
  • bbb6d666ac Fix broken @see and @link tags Kevin Sawicki 2011-06-28 10:52:46 -07:00
  • 88e662ee28 Merge remote-tracking branch 'jonathan/master' Hisham Mardam-Bey 2011-06-26 01:49:23 -04:00
  • e9644a4529 Add JedisPool constructor that takes only host string Kevin Sawicki 2011-06-24 16:44:12 -07:00
  • 97bbfdc2d6 Iterate over entry set instead of key set. Kevin Sawicki 2011-06-24 16:40:36 -07:00
  • 234336b58b Fix @see tags referencing int params that are now long Kevin Sawicki 2011-06-23 16:49:28 -07:00
  • f25901d64e Fence code blocks in README with languages. Kevin Sawicki 2011-06-23 14:56:46 -07:00
  • 6e4e1c39f4 Throwing Jedis connection exception on IO error rather than JedisException Dmytro 2011-06-15 09:46:48 +01:00
  • 6c3ec9fc14 Merge pull request #162 from tnm/master Jonathan Leibiusky 2011-06-13 10:55:09 -07:00