redis.clients.jedis
Class DebugParams

java.lang.Object
  extended by redis.clients.jedis.DebugParams

public class DebugParams
extends Object


Method Summary
 String[] getCommand()
           
static DebugParams OBJECT(String key)
           
static DebugParams RELOAD()
           
static DebugParams SEGFAULT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCommand

public String[] getCommand()

SEGFAULT

public static DebugParams SEGFAULT()

OBJECT

public static DebugParams OBJECT(String key)

RELOAD

public static DebugParams RELOAD()


Copyright © 2012. All Rights Reserved.