Merge branch 'making_jedis_pool_cdi_compatible' of https://github.com/nykolaslima/jedis into nykolaslima-making_jedis_pool_cdi_compatible

This commit is contained in:
Jungtaek Lim
2014-10-09 08:35:06 +09:00
7 changed files with 34 additions and 16 deletions

View File

@@ -23,6 +23,8 @@ public class Jedis extends BinaryJedis implements JedisCommands,
protected Pool<Jedis> dataSource = null;
public Jedis() {}
public Jedis(final String host) {
super(host);
}