public class JRedisJProfileSubject
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
JRedisJProfileSubject() |
|
JRedisJProfileSubject(JRedis jredis) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
In a tight loop, we execute a few select
commands that touch the various permutations of
request complexity, and response type, so that
we can pinpoint the bottlenecks and the general
runtime characteristics of the JRedic provider.
|
private final JRedis jredis
public JRedisJProfileSubject(JRedis jredis)
protected JRedisJProfileSubject()
public void run()
throws RedisException
RedisException