Package | Description |
---|---|
org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
org.jredis.bench | |
org.jredis.ri.alphazero |
This package and child packages contain reference implementation alphazero
of the
JRedis and Connection
of the optional Connector specifications. |
org.jredis.ri.alphazero.bench | |
org.jredis.semantics |
This package is optional.
|
Modifier and Type | Method and Description |
---|---|
<K> JRedis |
JRedis.discard() |
<K> JRedis |
JRedis.flushall()
Flushes all dbs in the connect Redis server, regardless of which db was selected
on connect time.
|
<K> JRedis |
JRedis.flushdb()
Flushes the db you selected when connecting to Redis server.
|
<K> JRedis |
JRedis.multi()
one option is to return a subclass of JRedis (e.g.
|
<K> JRedis |
JRedis.ping()
Ping redis
|
Modifier and Type | Method and Description |
---|---|
protected abstract JRedis |
JRedisBenchmark.newConnection(String host,
int port,
int db,
String password)
Define this method to test a specific JRedis implementation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Class<? extends JRedis> |
JRedisBenchmark.getImplementationClass() |
Constructor and Description |
---|
JRedisJProfileSubject(JRedis jredis) |
Modifier and Type | Class and Description |
---|---|
class |
JRedisClient
[TODO: document me!]
|
class |
JRedisPipelineService |
class |
JRedisSupport
[TODO: document me!]
|
class |
SyncJRedisBase
[TODO: document me!]
|
Modifier and Type | Method and Description |
---|---|
<K> JRedis |
JRedisSupport.discard() |
<K> JRedis |
JRedisSupport.flushall() |
<K> JRedis |
JRedisSupport.flushdb() |
JRedis |
JRedisClient.getInterface() |
JRedis |
JRedisPipelineService.getInterface() |
<K> JRedis |
JRedisSupport.multi()
one option is to return a subclass of JRedis (e.g.
|
<K> JRedis |
JRedisSupport.ping() |
JRedis |
JRedisPipeline.sync()
Provides a synchronous semantics interface (
JRedis ) to this pipeline. |
JRedis |
JRedisPipeline.sync(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected JRedis |
JRedisClientBenchmark.newConnection(String host,
int port,
int db,
String password) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends JRedis> |
JRedisClientBenchmark.getImplementationClass() |
Modifier and Type | Method and Description |
---|---|
JRedis |
SemanticJRedis.auth(String authorization)
Required for authorizing access to the server.
|
JRedis |
SemanticJRedis.flushall() |
JRedis |
SemanticJRedis.flushdb() |
JRedis |
SemanticJRedis.ping()
Ping redis
|
JRedis |
SemanticJRedis.select(int index) |
Copyright © 2009–2016. All rights reserved.