Package 

Interface RedisHeimdall

  • All Implemented Interfaces:
    io.vertx.redis.client.Redis , java.lang.AutoCloseable

    
    public interface RedisHeimdall
     implements Redis, AutoCloseable
                        

    Redis client for common use. Additionally reconnection is handled automatically. Please visit README for more detailed information.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class ch.sourcemotion.vertx.redis.client.heimdall.RedisHeimdall

        batch, batch, close, connect, connect, send, send
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail