Package org.jredis.bench

Examples of org.jredis.bench.JRedisJProfileSubject


public class JRedisClientJProfileSubject extends JRedisJProfileSubject{

  public static void main(String[] args) throws RedisException {
    JRedis jredis;
        jredis = new JRedisClient("localhost", 6379, "jredis", 0);
    new JRedisJProfileSubject (jredis).run();
  }
View Full Code Here

TOP

Related Classes of org.jredis.bench.JRedisJProfileSubject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.