Class RedisOptions

java.lang.Object
io.datarouter.client.redis.client.RedisOptions

@Singleton
public class RedisOptions
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PROP_endpoint  
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisOptions()  
  • Method Summary

    Modifier and Type Method Description
    java.net.InetSocketAddress getEndpoint​(java.lang.String clientName)  
    protected static java.lang.String makeRedisKey​(java.lang.String propertyKey)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getEndpoint

      public java.net.InetSocketAddress getEndpoint​(java.lang.String clientName)
    • makeRedisKey

      protected static java.lang.String makeRedisKey​(java.lang.String propertyKey)