All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
JedisClusterSummoner, JedisPooledSummoner

public interface Summoner<P extends UnifiedJedis> extends Closeable
This class intended for future release to support redis sentinel or redis clusters
Since:
0.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • obtainResource

      P obtainResource()