Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
org.jredis.protocol |
This package contains the constructs that reflect the Redis Protocol Specification
TODO: elaborate on the spec requirements.
|
org.jredis.ri.alphazero.connection | |
org.jredis.ri.alphazero.protocol | |
org.jredis.semantics |
This package is optional.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.Factory.newConnection(ConnectionSpec spec)
Creates a connection to a redis server using the specified connection attributes.
|
Modifier and Type | Method and Description |
---|---|
Protocol |
Protocol.Factory.newProtocol(ConnectionSpec connSpec)
Creates a
Protocol instance for a connection per the specified
ConnectionSpec |
Modifier and Type | Method and Description |
---|---|
Connection |
DefaultConnectionFactory.newConnection(ConnectionSpec spec) |
Modifier and Type | Method and Description |
---|---|
Protocol |
DefaultProtocolFactory.newProtocol(ConnectionSpec connSpec) |
Modifier and Type | Method and Description |
---|---|
<T> SemanticJRedis<T> |
Semantics.forType(Class<T> type) |
Copyright © 2009–2017. All rights reserved.