redis.clients.util
Class JedisURIHelper

java.lang.Object
  extended by redis.clients.util.JedisURIHelper

public class JedisURIHelper
extends Object


Constructor Summary
JedisURIHelper()
           
 
Method Summary
static Integer getDBIndex(URI uri)
           
static String getPassword(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JedisURIHelper

public JedisURIHelper()
Method Detail

getPassword

public static String getPassword(URI uri)

getDBIndex

public static Integer getDBIndex(URI uri)


Copyright © 2014. All rights reserved.