Package | Description |
---|---|
org.jredis.bench |
Modifier and Type | Method and Description |
---|---|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newDbsizeWorker(String host,
int port,
int db)
does the DBSIZE
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newDecrbyWorker(String host,
int port,
int db)
does the DECR
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newDecrWorker(String host,
int port,
int db)
does the DECR
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newGetWorker(String host,
int port,
int db)
does the GET
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newIncrbyWorker(String host,
int port,
int db)
does the INCRBY
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newIncrWorker(String host,
int port,
int db)
does the INCR
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newLLenWorker(String host,
int port,
int db)
does the LLEN
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newLPopWorker(String host,
int port,
int db)
does the LPOP
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newLPushWorker(String host,
int port,
int db)
does the LPUSH
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newPingWorker(String host,
int port,
int db)
does the PING
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newRPopWorker(String host,
int port,
int db)
does the RPOP
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newRPushWorker(String host,
int port,
int db)
does the RPUSH
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newSaddWorker(String host,
int port,
int db)
does the SADD
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newScardWorker(String host,
int port,
int db)
does the SCARD
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newSetnxWorker(String host,
int port,
int db)
does the SETNX
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newSetWorker(String host,
int port,
int db)
does the SET
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newSmembersWorker(String host,
int port,
int db)
does the SMEMBERS
|
JRedisBenchmark.BenchmarkWorker |
JRedisBenchmark.newSremWorker(String host,
int port,
int db)
does the SREM
|
Modifier and Type | Method and Description |
---|---|
static void |
JRedisBenchmark.Benchmarker.runBenchmark(Command cmd,
int reqCnt,
int threadCnt,
JRedisBenchmark.BenchmarkWorker[] workers) |
Copyright © 2009–2015. All rights reserved.